• Resolved dehory

    (@dehory)


    I use Flickr’s “auto-blog” function, where I email photos to a Flickr address and it automatically posts them onto my blog for me.

    In the normal view, everything looks fine. But if I click a category or tag, the photos disappear and I’m just left with Flickr-related code like this:

    .flickr-photo { border: solid 2px #000000; }
    .flickr-yourcomment { }
    .flickr-frame { text-align: left; padding: 3px; }
    .flickr-caption { font-size: 0.8em; margin-top: 0px; }

    Any suggestions for what could be wrong?

    I am running WordPress 2.5.1, but it was like this in 2.3.3 as well. No Flickr-related plugins – just Bad Behavior, Google XML Sitemaps, Search Everything, WordPress Automatic Upgrade and WPhone (all latest versions).

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter dehory

    (@dehory)

    Any ideas for a solution?

    i think the problem is from your theme. please check your theme’s files, for example category.php

    if you find code the_excerpt(); change it to the_content();

    Thread Starter dehory

    (@dehory)

    Bingo.

    Just for the record, I’m using the Plaintxtblog theme. After making the edit to archive.php, everything looks great.

    Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Flickr Auto-Blog Problem’ is closed to new replies.