• Hi guys,

    I’m having a problem on my permalink page that I hope someone can help me with. My homepage is basically one blog post with several custom fields added: https://www.savespy.com

    If you click on the permalink on that page I’ve got it bringing back everything the homepage does but I can’t get it to pick up the main blog post.
    I’ve got
    <?php the_content('', '
    '); ?>
    in the same place on my single.php page as it is on my index.php page but it doesn’t seem to be picking it up.

    It should bring back the following data (under section titled Product Info) as it does on the homepage:
    <ul>
    <li>Advanced Mega Optical Image Stabilizer</li>
    <li>Leica DC Vario-Elmarit Lens</li>
    <li>5 Megapixel CCD</li>
    <li>12x Optical Zoom</li>
    <li>4x Digital Zoom</li>
    <li>1.8 inch Diagonal LCD Display</li>
    </ul>

    Any ideas? This is doing my head in so thanks in advance!

    Grant

  • The topic ‘Permalink not displaying main blog post’ is closed to new replies.