backpages
Forum Replies Created
-
Forum: Requests and Feedback
In reply to: Tracking in 2.7?Maybe. It was in a screenshot that was sent out early in development that I got via the RSS feed. Would it make sense that that would have been using a plugin? Seems odd.
Forum: Themes and Templates
In reply to: How To Get the URL of the page you are on with PHPThanks, but my client had specific needs that this plugin couldn’t handle. I figured it out. <?php echo the_permalink() ?>
Forum: Fixing WordPress
In reply to: Flash Player 10 Beta breaks file uploadNote that this is not just an issue with the beta. I installed the officially released version today and am having the same problem. Can’t upload images with the “Flash uploader.”
Forum: Fixing WordPress
In reply to: Embedding PHP Code In A PostThank you, Michael. Yes, I’m wanting to actually have the PHP code execute on the page when the post is displayed, so I will look into that plugin.
Forum: Themes and Templates
In reply to: Full Post Showing Where Only A Portion ShouldI’m still looking for a solution to this problem if anyone can help. Thanks!
Forum: Themes and Templates
In reply to: Full Post Showing Where Only A Portion ShouldNo, unfortunately, in this case that didn’t make any difference. But, thanks again for the suggestion.
Forum: Themes and Templates
In reply to: Full Post Showing Where Only A Portion ShouldThanks mfields, I’ll give it a try and let you know.
Forum: Themes and Templates
In reply to: Question about wp_get_archives() abilitiesPerfect! That was exactly what I needed, thank you very much. Works great.
Forum: Themes and Templates
In reply to: Question about wp_get_archives() abilitiesThank you very much, I’ll take a look at that.
Forum: Themes and Templates
In reply to: Using Conditional TagsOK, great, thanks. I’ll get the pages in question posted.
Forum: Themes and Templates
In reply to: Using Conditional TagsUnderstood. What kind of information might I be able to provide about this specific problem that would allow someone to offer suggestions? Or is it just too non-specific of a problem for anyone else to be able to offer any help? Thanks!
Forum: Themes and Templates
In reply to: Using Conditional TagsOtto42: thanks for the post. Yes, that’s what I’m trying to figure out, why is_home works fine in the header and body, but not in the footer or sidebar. If you have any ideas I’d love to hear them.
Forum: Themes and Templates
In reply to: Using Conditional TagsThank you for your comments, Joni. I don’t think it’s an issue with the loop. It works fine in the header which is called before the loop. It doesn’t work in the sidebar or footer which are called after it. And yes, you’re right creating separate page templates is probably the way to go. But I’d still like to figure this issue out.
Forum: Fixing WordPress
In reply to: Displaying posts by category in separate sectionsPerfect! Thanks so much.