This plugin is designed to paginate your pages (similarly the way the mt-paginate plugin worked). See instructions/information below. (Again – I'm still a WP-newbie – so there may be updates as people use this, and give me feedback. Please check this post to see updates) Current Version: v. .1.1 Last Updated: 8/18/04 3:34 PM EST […]
Charlene just mentioned this in the comments of another post, so I thought I'd post how I'm doing it on my pages (or will be doing it – once I finish them all) After the "WordPress Post loop" begins (which starts like this) : <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?> […]
There's security reasons why the tags that are allowed are limited to the ones listed, but if you must have something like imgs allowed in your comments, here's an explanation of how to change that. (kses.php is in your wp-includes folder)
I'm so used to the way MT works – switching to a different system is taking a little getting used to. (I told Matt that I need MT Rehab) ;o) In any case – if you want something to show up only on a page where one post is displayed, wrap it in this code: […]
21 May, 2004
Posted by: Jennifer In: WordPress
Just a note to myself for a list of features I want/need for WordPress. (If one of these already exists, PLEASE let me know! Or if you're planning on working on something similar, let me know that too) 1) Comment Subscription Like I have running now. 2) Comment "highlight" (Step 1)The ability to "edit" a […]
Here is a plugin for wordpress using the latest version of the "show/hide" script (which lets you include other text inline, as well as opens up the doors to use the same function for comments) as seen here here. (Of course that post was written for MT) Current Version: v. 1.4 Last Updated: 8/30/04 8:42 […]
I've been looking around for "users currently online" type scripts. So, tonight, I hacked together two great scripts. The first comes from Spoono – this script uses php and mySQL to keep track of how many users are on your site. Then tonight I saw Lynda's script – which uses php, a flat file and […]