iand
Forum Replies Created
-
Forum: Plugins
In reply to: Use Exhibit for Pages, not only PostsTry the plain 1.1d and apply the fix mentioned previously if necessary.
Forum: Plugins
In reply to: Use Exhibit for Pages, not only PostsForum: Themes and Templates
In reply to: comment customizationIf can be done with WP. I know of two options:
The my comments plugin.
Or, it has been done in the mallow theme with php which you could pick apart for your own theme.Forum: Plugins
In reply to: Use Exhibit for Pages, not only PostsTry 1.1d or 1.1d(asy). I have found that 1.1d works fine with pages and 1.5.1.3 (though the boxes appear at the bottom of the edit screeen). Depending on error messages, you might need to apply the fix as described here.
Forum: Plugins
In reply to: Rating PluginIf you want it to be only you (i.e. the post author) to put in the rating, you could add a quicktag (or 5) to your write page so clicking on it will drop the right image in, wrapped in a div that you can style as you want.
Forum: Fixing WordPress
In reply to: Help! Blog Posts Not Visible, But They are In DatabaseFirefox 1.0.4 (XP Pro) – Looks fine to me:
Monday’s Ticker
Filed under: Tech News - Alex @ 6:08 pm
According to....Try clearing cache, cookies etc?
Forum: Installing WordPress
In reply to: Installing on MacOSXAs you are getting loads of code when you try and install it looks like php is not properly configured/ enabled where you are trying to install. Talk to your host?
Forum: Installing WordPress
In reply to: Installing on MacOSXHave you set up apache, php and the database? See these instructions:
http://maczealots.com/tutorials/wordpress/
http://girtby.net/archives/2005/02/17/howto-set-up-a-local-mirror-of-your-wordpress-blog-on-macos-x/Forum: Fixing WordPress
In reply to: call for help. urgent like….Also wp-cache2:
http://mnm.uib.es/gallir/wp-cache-2/Forum: Fixing WordPress
In reply to: reformatting loop?Something like this?
http://wordpress.org/support/topic/38046
Its horizontal not vertical, but it might be a start.Forum: Requests and Feedback
In reply to: Multi-UsersI think the OPs question is ‘would it be possible to have author templates in the same way as there are category templates’.
I.e author-1.php, author-2.php etc..If you want to go the full multiple authors and themes route, you could take a look at this hack: http://www.wswang.com/bloh/?p=3
Forum: Fixing WordPress
In reply to: Several post a day results in missing datethe_date will only display once for each day. If you want the date shown for all your posts, try:
<dt class="time"><?php the_time('d F Y') ?> @ <?php the_time('G:i') ?></dt>Edit: and upgrade to 1.5.1.3 (for security fixes).
Forum: Fixing WordPress
In reply to: Queing entries problem..Skippy has a plugin called wp-cron, one of the parts is wp-future-pings:
http://www.skippy.net/blog/2005/05/26/plugin-wp-cron/Forum: Plugins
In reply to: iTunes podcast tagsThere some in-depth discussion on this in this thread:
http://wordpress.org/support/topic/37715Forum: Fixing WordPress
In reply to: Get rid of comments in some postsGive smart comments a go. It works with 1.5x and shows no comment link when comments are turned off.