gbrown88
Forum Replies Created
-
Forum: Themes and Templates
In reply to: in_category Working on Part of Page, Not RestThat’s exactly it! Thanks @alchymyth.
I have a couple custom quereis in a drop down of the Navigation bar.
Thanks
Forum: Themes and Templates
In reply to: in_category Working on Part of Page, Not RestYeah, that didn’t work. This is what I tried:
if(is_single()) { global $post; if (in_category('fruit', $post->ID)) { ?> //Do Stuff <?php } else { ?> //Do Stuff <?php } }
Forum: Themes and Templates
In reply to: in_category Working on Part of Page, Not RestI’ll try this. What’s odd is that the other 4 areas, using the same code are working perfectly.
Forum: Themes and Templates
In reply to: in_category Working on Part of Page, Not RestI’m using the Genesis Framework.
I’m running it on is_single only though, in an area designated ‘genesis_before_content_sidebar_wrap’.
When I have it in ‘genesis_before_header’ it works fine. Same code.
Forum: Themes and Templates
In reply to: in_category Working on Part of Page, Not RestHow can I dynamically pass the post id through?
I tried adding, $post->ID in the area you place 34 and that didn’t work.
Thanks
Forum: Plugins
In reply to: List Date and Number of ArticlesI imagine it looking very simple, something like:
February 1st = 2
February 2nd = 5
February 3rd = 1
etc.Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingThat’s right.. I did.
I’m completely running out of ideas.. Ha
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingAlright, I deactivated them both, nothing.
What’s happening is its not recognizing the fetch_feed function as being present. I’ve reuploaded the files several times. Is there something my server might be doing that’s causing this?
Thanks
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingI did turn on debug for a minute, refreshed the homepage and got these errors at the top:
Notice: Undefined index: aiosp_enabled in /home/rantspor/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Undefined index: aiosp_enabled in /home/rantspor/public_html/wp-content/plugins/all-in-one-seo-pack/all_in_one_seo_pack.php on line 766
Notice: Undefined variable: wpdb in /home/rantspor/public_html/wp-content/plugins/xml-sitemap-feed/XMLSitemapFeed.class.php on line 9
Notice: Trying to get property of non-object in /home/rantspor/public_html/wp-content/plugins/xml-sitemap-feed/XMLSitemapFeed.class.php on line 9
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingCould I possibly send you the code by email or something? I’ve gone through the parent theme several times now to clean up every little thing, and its still not working..
Thanks
Forum: Networking WordPress
In reply to: PHP Redirect Script WP NetworkOk, so the wp query for the cat_id is working, but the in_array(’17’, $cat_id) isn’t working.
Suggestions?
Thanks
Forum: Plugins
In reply to: PHP Redirect Script – Need Category IDI’ve updated the code to runny another query to check for the term id’s like this:
I don’t believe the query is returning any results though.
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingAny idea of what that might be? I just ran through the code for the header, index and footer of the homepage and didn’t see anything that looked wrong to me. Made sure I had all my queries reset, etc.
Thanks!
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingHmm is there something that should be in my functions folder I might not be calling?
Forum: Networking WordPress
In reply to: fetch_feed Function Not WorkingNothing in the error log. I’m thinking its either the sitewide tags plugin or subdirectories.
The RSS Widget is working in the sidebar. Is that the same code I’m using? I don’t want to do the Feature Partners section using a widget area because I want the same thing around 200+ sites.