MichaelH
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Pages and TemplatesI’d say don’t use a page called home.
Forum: Fixing WordPress
In reply to: Help please asap with two issues!!1. See your settings in Administration > Settings > Discussion
2. Most themes display newest to oldest posts based on the post date.
Forum: Fixing WordPress
In reply to: pretty permalinks on local host not workingIf you haven’t make sure you configure mod_rewrite.
Forum: Themes and Templates
In reply to: List posts only from authors level?So you are saying, display a list of users that are of the Author role and display two posts for each of those Authors–correct?
What if they are of the Author role and don’t have any posts?
Forum: Fixing WordPress
In reply to: Getting custom post type to show up in a wordpress menuUnder your Screen Options in Appearance->Menus, make sure that Custom Post Type is checked.
Forum: Fixing WordPress
In reply to: Pages and TemplatesAccording to Administration > Settings > Reading
Posts page – Select in the drop-down box the name of the Page that will now contain your Posts. If you do not select a Page here, your Posts will only be accessible via other navigation features such as category, calendar, or archive links. Even if the selected Page is Password protected, visitors will NOT be prompted for a password when viewing the Posts Page. Also, any Template assigned the Page will be ignored and the theme’s index.php (or home.php if it exists) will control the display of the posts.
Forum: Fixing WordPress
In reply to: Pages problemLook at using Page Templates.
Forum: Themes and Templates
In reply to: is_single() doesn't work with my permalink structure/%category%/%postname%/ not a real good structure to use…
From Using Permalinks
For performance reasons, it is not a good idea to start your permalink structure with the category, tag, author, or postname fields.
Forum: Installing WordPress
In reply to: Instal WordPressMight start with Child Themes
Forum: Fixing WordPress
In reply to: How to remove posts tags in bulkYou can delete tags even when assigned to a post and the post does not get deleted.
Easy to test that.
Write a post, add a new tag. Then go delete that tag.
Forum: Fixing WordPress
In reply to: sorting the "Table of Tags" by post countDon’t waste your time–wait for 3.1 as that will be one of the new features.
New test version of 3.1 can be found at http://wordpress.org/download/nightly/
Forum: Fixing WordPress
In reply to: Register plus helpDo you have Anyone can register checked in Administration > Settings > General
Forum: Plugins
In reply to: WordPress Custom Post Create PageYou’ll have to explain more in detail what you want to do and then maybe someone can help.
For instance, in Screen Options you can keep things from ‘showing’. You can also use http://codex.wordpress.org/Function_Reference/remove_meta_box
Forum: Fixing WordPress
In reply to: List of posts using custom taxonomy termThen look for Otto’s PHP Code widget plugin and use that.