MichaelH
Forum Replies Created
-
Forum: Plugins
In reply to: Can't update to 3.2If necessary, try the manual upgrade process as described in Upgrading WordPress Extended.
Forum: Plugins
In reply to: Can't update to 3.2See if deactivating all plugins allows you to do the upgrade.
Forum: Installing WordPress
In reply to: Cannot Update to 3.2 on Media Temple!@sambean, click on the Download tab at the top of this page, then click on Release Archive on the left menu.
Forum: Fixing WordPress
In reply to: New WordPress Update Navigation Menu column gone?Might review http://wordpress.org/support/topic/troubleshooting-wordpress-32-master-list?replies=7 for guidance.
Forum: Themes and Templates
In reply to: Print out all pages of my siteLook at the ‘order’and the ‘posts_per_page’ arguments in
http://codex.wordpress.org/Class_Reference/WP_Query for something like:query_posts('post_type=page&order=name&posts_per_page=900&post_status=publish');Forum: Fixing WordPress
In reply to: Pages not workingMight need to provide a link to the problem and maybe someone can spot the problem.
You need to learn the Template Hierarchy, then use something like Filezilla to access the files on your host, and edit/create the appropriate Templates
Also see Stepping_Into_Template_Tags and Stepping_Into_Templates. Also a google search for the terms “wordpress introductory creating theme” should get you going.
Forum: Plugins
In reply to: Adding a php table within a pageThis might help:
http://www.staze.org/wordpress-_transient-buildup/Start here:
http://codex.wordpress.org/Pages#A_Page_of_PostsForum: Fixing WordPress
In reply to: How i can show categories by posts on home page.See if you like this:
http://wordpress.org/extend/plugins/list-category-posts/If you have to code your own Page Template then you will want to learn how to use query_posts.
Forum: Installing WordPress
In reply to: My wordpress.com blog is suspended I want to host in one.comFound this in a search:
http://www.labnol.org/internet/migrate-wordpress-blog-to-own-domain/12776/Forum: Plugins
In reply to: Adding a php table within a pageForum: Installing WordPress
In reply to: Returning to 3.1.4Click on the Download tab at top of this page. Click on Release Archive in left menu.
Forum: Fixing WordPress
In reply to: Where do Page/Post ID's come from?This in your wp-config.php file will save one revision
define('WP_POST_REVISIONS', 1);