• I wrote a post containing javascript and html links to a pop-up of a full size picture from a thumnail. The post works as it should in the homepage of the the blog but as soon as I click on the ‘photos’ category archive the thumbnails/code/scripting all disappears and displays a blank post. This has got me baffled. Any help would be great.

    Heres the blog homepage decimalbmusic.com/blog

    Heres the photos category achieve page decimalbmusic.com/blog/?cat=13

    The website is up and running everything is just testing posting.

Viewing 7 replies - 1 through 7 (of 7 total)
  • it’s cause you’re most likely using the_exceprt instead of the_content for the loop in your archives.php page.

    Thread Starter eezer5

    (@eezer5)

    explain please

    Thread Starter eezer5

    (@eezer5)

    K, ignoring the horrendous display in Firefox, lawtai is right on the money. Your template has an archives.php file, and it calls the_excerpt instead of the_post (your main page calls the_post and so does the single.php file if it exists).

    Basically, your Archives page is only display the excerpt text from the post. If there is none, it’ll display the first couple hundred characters of the post itself – with some exceptions. Images are one of those exceptions.

    Thread Starter eezer5

    (@eezer5)

    alright your right thank you

    Thread Starter eezer5

    (@eezer5)

    horrendous display in Firefox?

    Yeah, your content box is pushed over to the right, and your sidebar is underneath it.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘images disappear in archives’ is closed to new replies.