• Well, thats only my 3rd post for half an hour now: links to posts, when clicked from the Category submenu (“Articles” on https://www.inducation.org) won’t display html links (to URLs in edited text), whereas the same posts, when reached from the links in Recent posts submenu do display the html links. I first thought the problem would come from Static Front Page, but obviously now it doesn’t. No plugin seems to cause the problem, and browsers cache has been cleaned – I’m stuck. Any help appreciated…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The theme you are using is using the_excerpt() instead of the_content() for showing the categories.
    To show links, you can either edit the relevent .php file and use the_content() or take a look at the excerpt_reloaded plugin:
    https://guff.szub.net/the-excerpt-reloaded

    Thread Starter lukum

    (@lukum)

    Man, that’s something thanks, then it’s not a real bug! My theme is Wuhan. What could be the relevant .php file, and where to edit it to use the_content()? By the way, I’ll take some time to read (and why not install) your excerpt plugin.

    I am not famliar with the theme, but it will most likely be category.php or archive.php.
    For more information about what files are loaded for what information, have a look at the Template Hierarchy page.

    As for where to edit, look through the file for <?php the_content(); ?> it should be somewhere within ‘the loop’ on which you can read about more here

    Thread Starter lukum

    (@lukum)

    Thanks!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Crazy links’ is closed to new replies.