nateritter
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Staff List] Featured Image not StickingI have this same issue, and Featured Images seem to work perfectly fine in other custom post types. Is there some way I can help debug this?
This issue still persists. I’m also finding that the first element in a list does not include the closed
</li>
tag either.Forum: Requests and Feedback
In reply to: Subcategories for Linksseconded
Forum: Fixing WordPress
In reply to: Links hierarchyI’m curious if there are any plugins out there that do this as I’d like to see it too. I can think of many different use cases for such a feature.
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingMy pleasure. I figured I know enough about how to back out of it if it were detrimental. Plus, I like experimenting.
Cheers!
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingYea, upgrading the db fixes the prob for me with the rewrite.php change as well. You need to do both.
Forum: Fixing WordPress
In reply to: wp-rss2.php not workingI tried changing just the rewrite.php file and it didn’t fix the prob for me. I will be the guinea pig for ya. ?? Be back shortly.
Forum: Fixing WordPress
In reply to: Upgraded to 2.5.1, have_posts() stopped working.NM, found that the “Category Visibility” plugin broke it. ?? All better. Cheers.
Forum: Fixing WordPress
In reply to: Upgraded to 2.5.1, have_posts() stopped working.I tried putting a query_posts() before the have_posts() and it didn’t change anything. Here’s the output of $wp when I look at it prior to the have_posts():
wp Object ( [public_query_vars] => Array ( [0] => m [1] => p [2] => posts [3] => w [4] => cat [5] => withcomments [6] => withoutcomments [7] => s [8] => search [9] => exact [10] => sentence [11] => debug [12] => calendar [13] => page [14] => paged [15] => more [16] => tb [17] => pb [18] => author [19] => order [20] => orderby [21] => year [22] => monthnum [23] => day [24] => hour [25] => minute [26] => second [27] => name [28] => category_name [29] => tag [30] => feed [31] => author_name [32] => static [33] => pagename [34] => page_id [35] => error [36] => comments_popup [37] => attachment [38] => attachment_id [39] => subpost [40] => subpost_id [41] => preview [42] => robots [43] => taxonomy [44] => term ) [private_query_vars] => Array ( [0] => offset [1] => posts_per_page [2] => posts_per_archive_page [3] => what_to_show [4] => showposts [5] => nopaging [6] => post_type [7] => post_status [8] => category__in [9] => category__not_in [10] => category__and [11] => tag__in [12] => tag__not_in [13] => tag__and [14] => tag_slug__in [15] => tag_slug__and [16] => tag_id [17] => post_mime_type [18] => perm ) [extra_query_vars] => Array ( ) [query_vars] => Array ( [posts_per_page] => 8 [what_to_show] => posts [orderby] => date [order] => DESC ) [query_string] => posts_per_page=8&what_to_show=posts&orderby=date&order=DESC [request] => [matched_rule] => [matched_query] => [did_permalink] => )
Forum: Fixing WordPress
In reply to: Upgraded to 2.5.1, have_posts() stopped working.For myself, it’s a typical install, but a custom theme. It has it’s own subdomain. https://blog.perfectspace.com.
Also, every other page works fine except my home page.
Forum: Fixing WordPress
In reply to: Upgraded to 2.5.1, have_posts() stopped working.I’m also having the same issue, FWIW. The simplified version of my code is here:
get_header(); if (have_posts()): while (have_posts()): the_post(); endwhile; // pagination navigation else: // display a search box and 404 error; endif;
Forum: Plugins
In reply to: twitter-tools send updates to twitter.com even when i only edit a postThat might be how it’s supposed to work, but it double posts for me all the time. Editing a post after it is published and tweeted still sends out the tweet.
I took a cursory look at his code but don’t have time to get into it too in depth yet and unfortunately it’s a bit more than a quick one-liner.
If I get time and fix it, I’ll post a solution here.
Forum: Plugins
In reply to: twitter-tools send updates to twitter.com even when i only edit a postI’m also getting this bug in the 1.1b1 version. Could you give us a hack workaround for the time being until the next version is out?
Forum: Plugins
In reply to: WordPress Reviews plugin, BUT only for specific categoriesI’m going to take a look at that same plugin, and I’d like some similar things out of it. If I find anything, I’ll let you know. Feel free to contact me directly, if you’d like, via this form: https://blog.perfectspace.com/contact
Forum: Fixing WordPress
In reply to: MagpieRSS doesn’t cacheI know this is an old thread, but I’ve been fighting with the same problem. Any solution to this yet?