Tim Brand
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to set static page as parent of Custom Post Type pageYou could try using this custom breadcrumbs script vs the one in Headway. This shows a full breadcrumbs and not the abbreviated one.
Forum: Plugins
In reply to: [Time Release] Modify Time Release (or Post Queue) to never post on weekends?Time release is compatible up to 2.8.6 and since it hasn’t had an updated in two years, it most likely isn’t a plugin you should keep using.
Post queue seems to be in the same boat. I would say the best thing you can do is search for a new plugin (I don’t know of one), modify the ones you have or hire someone to write a completely new one.
From a code standpoint it shouldn’t be overly complex to simply skip two days so no posts go on those days.
Forum: Fixing WordPress
In reply to: Listing active bloggersYou can either use get_users and customize how to display them. You can find the codex here:
http://codex.wordpress.org/Function_Reference/get_usersOr you can use wp_list_authors and customize that. You can find that codex here:
http://codex.wordpress.org/Function_Reference/wp_list_authorsForum: Fixing WordPress
In reply to: How to sort posts in a page?You would want to put this before your custom WP_Query. You can read more about the WP_Query below here:
Forum: Fixing WordPress
In reply to: how do I get visual code editor to appear on my dashboardI’ve had the same thing happen before. As Seacoast suggested, try clearing your browser cache as well as going to a default theme. Make sure you disable all plugins and see if you still have the problem.