Viewing 5 replies - 1 through 5 (of 5 total)
  • In single.php you seem to have a problem with the related posts. For each of the posts you have a line like this:

    <li><a href="http://test.heavenly-sword.nl/?p=721" title="<div class="postavatar"><img src="http://test.heavenly-sword.nl/wp-content/uploads/icons/enslavedgamestmthumb.jpg" width="140" height="140" alt="gamestm-photos-and-info" border="0" /></div>

    I am not quite sure what this code should be but as it is at the moment you are opening a div inside the title attribute of the links. This is what is causing the problem. This code most probably has to be something like this:

    <li><a href="http://test.heavenly-sword.nl/?p=721" title=""><div class="postavatar"><img src="http://test.heavenly-sword.nl/wp-content/uploads/icons/enslavedgamestmthumb.jpg" width="140" height="140" alt="gamestm-photos-and-info" border="0" /></div>

    Hope this helps.

    Thread Starter ninjawanda

    (@ninjawanda)

    Arent those two codes the same?

    I can’t find that line in my single.php

    You will find the difference in the title=”” bit.

    Search your file for the words related posts. Just underneath this you should find the code that actually places your related posts. It is in this part that you will find this code for each entry.

    It could be that you are using a plugin for related posts. If this is the case somehow the code in the plugin itself has been corrupted. In this is the case I would recommend a fresh download of the plugin.

    Thread Starter ninjawanda

    (@ninjawanda)

    YES! Thank you! It works now. I had to input a second ” after title=” like you said.

    Thanks a lot 🙂

    EDIT: Oh wait, somethings still wrong. I’m gonna reinstall the plugin.

    Thread Starter ninjawanda

    (@ninjawanda)

    Ok so I reinstalled it but it’s still not working. Maybe it’s because my version of wordpress isn’t tested with the plugin..

    Do you know an other good plugin for adding a thumbnail to your post?

    EDIT: I just deleted the whole Related Posts bit and everythings fine now. Topic resolved 🙂

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘after clicking on READ MORE page messes up’ is closed to new replies.