jrrl
Forum Replies Created
-
Forum: Plugins
In reply to: Atropos error on WP 2.9.2I’m upgrading later today and will try to look into this then. Sorry about that.
Forum: Fixing WordPress
In reply to: Tag Archive Pagination…Hey bespokeordie-
I just ran into the same problem and found a solution. I am also not using the Naviplugin, but it turns out my theme includes bits of it in the functions.php file, including the wp_pagenavi function.
The problem in my case was that the version of wp_pagenavi in my functions file was a little wonky. It tried to determine how many posts matched on its own rather than just checking with wp_query to see what it thought. Given that wp_query has the actual results, it seems safer to trust it.
So, I comments out the lines that tried to determine number of posts and replaced them with:
$numposts = $wp_query->found_posts;
I also had to add $wp_query to the global list at the start of the wp_pagenavi.
This worked for me. Ah, the fun of working with a free theme.
I hope this helps.
-John.
Forum: Plugins
In reply to: Looking for pluginI think you’ll need to give a little more information than that. I mean, categories and tags will do that already. Can you explain what you are looking for?
Forum: Plugins
In reply to: My Plugin (TTF Titles) Has VANISHED from www.remarpro.comA ha!
It turns out the problem was that I hadn’t updated the readme.txt to mention that the plugin works with newer versions. Somewhere in the repository code, it decided to not show plugins that it did not think were compatible with current versions of the code. This makes some sense, but it would have been nice to either have some warning or at least have some documentation of this. I discovered it only because I thought of this possibility, changed the readme.txt, and discovered that it worked.
-John.
Forum: Plugins
In reply to: My Plugin (TTF Titles) Has VANISHED from www.remarpro.comOkay… it still exists in the svn repository… I can check it out and all that good stuff…
But it is not appearing in the repository. Is there anyone I can contact to try to sort this out?
-John.
Forum: Plugins
In reply to: Give Posts an Expiration DateExpirationDate has been replaced by Atropos. Just FYI.
Forum: Fixing WordPress
In reply to: Podpress not displaying new audio posts in 2.6Or, for those who don’t want to edit wp-config.php by hand:
Forum: Fixing WordPress
In reply to: Disabling Post RevisionsYou can always use a quick and dirty plugin I wrote called called No Revisions. It doesn’t get rid of the old revisions, but it stops new ones from being created. No wp-config.php editing needed.
Forum: Requests and Feedback
In reply to: URL field on plugin add form is too short!ping again on the off chance some plugin person ever looks here.
Forum: Plugins
In reply to: Give Posts an Expiration DateIf you want an easy plugin solution that actually deletes the posts, youc an use the ExpirationDate plugin.
-John.
Forum: Requests and Feedback
In reply to: URL field on plugin add form is too short!Soooo, nobody involved with the plugin submissions process reads this forum, I guess.
Forum: Fixing WordPress
In reply to: Website looks HORRIBLE in Internet ExplorerMust fight urge to disparage Microsoft… must…. fight… room getting dark… air growing thin… must resist…
Until Microsoft starts to follow standards or a lot more people learn to avoid their products, the struggle with IE will continue. I wish I could offer a more upbeat thought. kmessinger’s suggestion is a good one as a starting point. Then just read up on finding ways to trick IE into working right.
Forum: Plugins
In reply to: Coldforged Headline ImagesYou could also try my reworking of it: TTFTitles.
There is also a link to it from ColdForged’s page.
In any case, good luck!
-John.
Forum: Plugins
In reply to: Possible Grave Concerns about Adsense-ManagerThis isn’t just the ‘Be Nice’ feature at work?
Forum: Fixing WordPress
In reply to: 2.3 and Headline Images PluginThanks for the comments, folks. I thrive on props. ??