drudarby
Forum Replies Created
-
Forum: Plugins
In reply to: [Client Dash] WooCommerce Reports PermissionsI guess it has something to do with the name of the page (Reports). I notice it happens for a few other pages that have “Settings” in the name also – is there any workaround or fix for this?
Forum: Hacks
In reply to: Returning arrayWow. Of course! Thanks!!
@agelonwl: All i did was install the post-plugin library and wherever I want it to display, I put <?php recent_posts(); ?> in the template file. No matter if I set the output to “excerpt” or “fullpost” it replaces my post content with the events list. (only in the list created by the post-plugin…. when you view the actual permalink, all is good.)
@marcus: I already have the post-plugin set to display only posts, not pages. However, just to give it a shot, under exclude I put the ID of the page that SHOULD show the events. This didn’t change anything.
If you guys care to take a look at what’s going on, you can: https://harvesttt.com
You’ll see on the home page the list of posts shows the right title, author and permalink, but not the right content. I’m stumped.
Thanks again guys
@agelonwl, there aren’t any errors. It is just replacing my post information on the home page when it shouldnt. Also, as I said in my original post, I disabled the search form already, and it didn’t show the search anymore, but instead showed a list of the events.
@marcus – I’m not trying to show single events in my post plugin. In fact I wish it wouldnt. It’s messing up my homepage.
Forum: Plugins
In reply to: Large number of usersThanks! Know of any plugins that optimize the users.php page, like remove the gravatar, and make each record only one line?
I’m going to start working on my script to import users from the Access DB. If I’m successful I may share it as a plugin, if anyone would be interested in it.
Forum: Fixing WordPress
In reply to: Custom Taxonomies Not Working in WP 3.1Just a note – I just discovered that it also cannot contain any spaces!
Forum: Fixing WordPress
In reply to: Get a list of Link Categories ONLYFantastic! Thanks so much!
Forum: Fixing WordPress
In reply to: archive.php doesn’t work for categoriesAnd a problem with that would cause the page to not actually show posts from that category?