• Resolved neogwebmaster

    (@littlenfiesty)


    I’m wondering if there is any way to link the […] at the end of an article in the catagory view to the article. Right now it just shows that there is more to the article and you have to click on the title of the article to get to the fill read.

    Any ideas? Pointers?

Viewing 1 replies (of 1 total)
  • robahas

    (@robahas)

    I would look in your category.php page, find the […] and wrap it in a permalink:

    <a href="<?php the_permalink(); ?>">[...]</a>

    It’s not always that simple, depending on your theme, but that’s the basic idea. Note that sometimes the ellipsis is rendered with html (…) so look for the brackets first.

Viewing 1 replies (of 1 total)
  • The topic ‘Catagory [ellipsis points] at the end of an article showing "more"’ is closed to new replies.