steve519
Forum Replies Created
-
I don’t have that option either, instead I have this, https://skitch.com/steve519/rwwrf/p-n-new-this-week-14th-march-2011-platform-nation
Forum: Plugins
In reply to: [Plugin: Like] Supporting Facebook pages?@bottomlessinc how? I added my facebook id and my pages facebook id in the “Numeric Facebook ID:” field and I added my pages facebook id in the “Facebook Page ID:” and still I get nothing.
I’m running this on PlatformNation.com
Forum: Fixing WordPress
In reply to: Add text before body based off of certain categoriesnevermind the outline box, I went about it a different way. Thanks esmi for your help!
Forum: Fixing WordPress
In reply to: Add text before body based off of certain categoriesok, figured it out, instead of is_category i needed in_category for my needs
This worked for me:
<?php if( in_category( array(‘275’, ‘22592’, ‘12869’, ‘23648’,’309′, ‘6658’, ‘310’) ) ) :?>
<p>Disclaimer:text here.</p>
<?php endif;?>Now is there a way I could put some sort of outline box around this?
Forum: Fixing WordPress
In reply to: Add text before body based off of certain categoriesnot working. At least not the way I’m trying to get.
I don’t have a category.php file in my template. And I’m trying to add the text after the title and before the body on the single.php or single page.php view.
Forum: Requests and Feedback
In reply to: Stats plugin: Incorrect dashboard with multiple blogshaving the same issue, I can’t seem to find any fixes for this