rphoto
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How can I check if is the last post?Worked like a charm! Thanks alchymyth!
Forum: Fixing WordPress
In reply to: How can I check if is the last post?I have an extension of this question. I’m displaying posts side-by-side in pairs, but on certain pages (category lists, portfolio pages, etc…) there are an odd number of posts that are displayed. This number changes as the categories are added too, so I can’t hard code any numbers in here, but I need to find out when I’m at the last post of a category so it will apply a closing style to that odd post.
When I started reading this thread i had high hopes that it was the answer, but your count-down doesn’t work for me. Any other ideas?
Forum: Plugins
In reply to: [Optimized Content Gallery] [Plugin: Optimized Content Gallery] yuckYup, I can’t get it to work either. I had high hopes, cause the Featured Content Gallery doesn’t work right in any theme I try it with in WordPress 3.0
Forum: Plugins
In reply to: used extra permalink to modify page, trying to get originalWow. Never mind. This had been antagonizing me for a couple days now. All I had to do was put this inside my if statement
$close = '?zoom=false'; echo '<a href="'.$close.'">Close</a>';