fisherwebdev
Forum Replies Created
-
Forum: Themes and Templates
In reply to: WordPress as a CMS – content sections on a single page12 Essential Plugins that Extend WordPress as a CMS
This article covers the plugins mentioned by vteixeira, plus a few more.
I’m currently just using Pages as chunks of content (that is, pages-within-pages). But this is not ideal, as the pages I’m using as content blocks get added to the site as a separate, publicly viewable page, even though nothing links to them.
Maybe there is some way of using a custom post type instead?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] How to change the confirmation message?For others who are trying to change their success message:
You need to change the code in contact-form-7/includes/functions.php
The text for the “on success” message in the green box is at the top of this file. This is also the place to edit the error message or validation messages.
Forum: Fixing WordPress
In reply to: modify body_class() output to show category-{slug} for single poststhanks esmi!
Forum: Themes and Templates
In reply to: Single Category ArchivesYou can do exactly what antistandard wants to do if you use this plug-in:
http://kwebble.com/blog/2007_08_15/archives_for_a_category
I agree, however, that wp_get_archives() really should have this functionality.