Ryan Fitzer
Forum Replies Created
-
I’ve found that the SideBlog Plugin does a great job of excluding cats from the standard loop. I’m going to see if I can use this to my advantage.
Real quick. I’m thinking now the loop is working correctly but since I have my home page set to show only 1 post, it just doesn’t show anything. I have to make this section show only one post though. Back to the search.
There might be another way. This page talks about putting this in the loop
<?php if (in_category('3')) continue; ?>I’ve tried it verbatim with no luck. I know there has to be a way to exclude mulitiple cats in the loop and still be able to use the post navigation. I’m gonna keep looking.
Awake and working again. Got something working. I had to compromise a bit but that’s ok. Thanks so much for your help alphaoide.
I need one more tweak to get this going. I have pasted the code here:
http://wordpress.pastebin.ca/174379Here’s the thing. I’m trying to exclude multiple categories in WordPress loop w/o screwing up the post nav at the bottom. I’ve got it working but the only problem is when the newest post is in the excluded category, the loop returns nothing. I realize I need to provide an “else” statement to tell the loop to go back to a post that is in the allowed categories, but I’m not sure how to go about it. Any help would be great. Thanks.
Thanks for the help. I give it a try in the morning. ZZZZZZZZZZZZ…….
I tried that, but deleting one (ex: fold_page_list plugin) ends any processing of any of the scripts below. Here’s list of what plugins I’m using. Not sure it will help. Sorry for any frustration.
* Todo List Plugin (admin)
* Customizable Post Listings
* Fold Page List
* podPress
* Post Image
* Random Posts
* Recent Posts
* Sideblog WordPress PluginNot sure I understand how to debug the page when disabling one plugin causes a fatal error (call to undefined function was just a little error). When the whole page goes down, I can’t debug any plugin. As far as I can tell, to fully debug this I would have to strip all code that is specific to a plugin out of the page. Is this what you would recommend?
Not much help as disabling some plugins causes a the full page to go down (call to undefined function). Any ideas on a workaround that I could link to directly (I’m currently using home.php instead of index.php). I tried to set up index.php with a normal loop and then link it
href="?index.php". No luck as it still goes to home.php. I understand the template hierarchy for the most part but haven’t figured this out yet.Will do. One Sec….
No errors on the random stuff or the sidebar (drawer, actually). It’s in the main loop (“The Latest” section). Here’s a direct link to the site in development:
http://ryanfitzer.com/main/Problem:
WordPress database error: [Not unique table/alias: 'wp_post2cat']I’ve gotten this before and I think it is a plugin clash (maybe?).
My sidebar has a little voodoo in it as well. Here’s a link:
http://ryanfitzer.com/sidebar.txtThanks for your time BTW.
Will this affect my search results (the admin setting)? I will be using a search.php. I’ll give it try right now.
What I need is a way to get to the earlier entries from the content area (between the ‘<– Begin Content –>’ and
<-- End Content -->. There is a section below that uses a random posts plugin. I only need the nav in the first loop. Thanks for the help.Pastebin no workie. Here’s a link:
http://ryanfitzer.com/help.txtThanks alphaoide, I’ll do that. Pastebin seams to be little slow for some reason (I hit send about 5 mins ago and it still doin’ its thing) but I’ll post the link as quick as possible.