kk3
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: [Plugin: SimpleFlickr] SimpleViewer loads, but photos don’t!can we narrow down the problem even further? i’m not really sure where to begin. the php certainly is receiving information from flickr, it loads the right number of pictures. when it comes time to iterate and insert each photo it simply only renders the first picture and repeats it.
Are there older versions of this plugin available that worked?
the website I have up is http://www.madelinebarr.com
it’s basically JUST this gallery. if I can’t find a solution soon I’ll have to revert back to manual simpleflickr galleries 🙁Forum: Fixing WordPress
In reply to: [Plugin: SimpleFlickr] SimpleViewer loads, but photos don’t!I’m having the same problem where the first photo repeats. Anyone have a solution?
Forum: Themes and Templates
In reply to: Page Templates in WordPress 2.5?!I had the same problem (which is how i found this post). No matter how many times I refreshed and checked my code I couldn’t find a solution. But then I changed my template to Default template and then back to my custom template, went to Manage -> Pages, chose my page, and the page template box now displays.
Forum: Plugins
In reply to: gengo – list language buttonsFor anyone who’s curios I worked around the problem by using the_translation() instead. The difference is that it doesn’t display both languages but still works because it displays the language that ISN’T chosen.
Forum: Plugins
In reply to: Display list of posts per archive categoryI’m looking to do the same thing, sort of. The similarity is that I’m looking to display a list of category specific post titles in a side bar. The content would be the latest post in that category.
Is this possible? If anyone could point me in the right direction that would be great.