Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #369770

    hi,

    the post with format of type Link displays link in featured post of magazine element
    if i write the excerpt of the post, title is not displayed in blog view and link is working only in single view

    Help ?

    #370055

    Hi iko78!

    The links appear to be working fine on my end. Can you take a screenshot and highlight what’s going on so we can get a better idea?

    Is the problem that you want excerpts to display in the magazine element?

    Regards,
    Elliott

    #370158

    hi

    i wan’t to remove link from excerpt in futured post – http://i.imgur.com/FUm8N26.jpg

    #370297

    Hey!

    So you want to keep the excerpt but remove the link that is showing in it correct? In this case you will want to edit the post and add a custom excerpt in the excerpt field. If you do not see the excerpt field then click on “Screen Options” in the top right hand corner of your screen and check it to display.

    Best regards,
    Elliott

    #370340

    yes i have tried that, but then i lose the title in blog view – http://i.imgur.com/hhscsk4.png

    #370360

    Hi!

    Please add following code to Quick CSS

    .entry-title a.more-link {
    display: none;
    }

    Regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • You must be logged in to reply to this topic.