Mike
Forum Replies Created
-
Forum: Plugins
In reply to: [Simple Custom Post Order] Does not work with Custom Post TypesSo you need to set
'public' => truein order to get the custom post type to show up on the list of sortable items in the settings page. Then select the custom post type there on the settings page. Awesome plugin.Forum: Reviews
In reply to: [Contextual Related Posts] Works as advertisedThanks for the awesome plugin 🙂
Forum: Plugins
In reply to: [Simple Custom Post Order] Does not work with Custom Post TypesSeems something has changed and now everything is working. Awesome plugin. Plan to promote it over on my WP Training site 🙂
Forum: Plugins
In reply to: [Simple Custom Post Order] Does not work with Custom Post TypesI have tried setting public to both true and false. Neither seem to work. This is using the built-in custom post type (and an online generator), with the code added to the functions.php file in the theme.
Forum: Plugins
In reply to: [Custom Post Type Auto Menu] Missing Custom Post TypesThings are working now. Seems that I had public set to false for the custom post types I am using. So make sure if you are adding custom post types inside your themes functions.php to set
'public' => true,Forum: Plugins
In reply to: [Custom Post Type Auto Menu] Missing Custom Post TypesI am setting custom post types through an online generator and code added to the functions.php file within the theme. Thinking something needs to be there that isn’t.
Any help is appreciated.
Forum: Plugins
In reply to: [Simple Custom Post Order] Can't choose ACF custom post type to be orderedACF does not create any custom post types. It simply allows you to create fields for use by a custom post type. Saying that, it seems that this plugin does not allow for sorting custom post types.
Forum: Plugins
In reply to: [Custom Content Shortcode] Link to itemsYou totally rock Eliot. I found a solution using another plugin, but was not fully satisfied. Using your solution, I switched back to your plugin.
Merry Christmas.
Forum: Plugins
In reply to: [BuddyPress Real Names] Breaks BP Groups (BP 1.8.1)Seems it was some sort of glitch on my end. Things are working correctly now.
Forum: Fixing WordPress
In reply to: how to exclude a category in show_post_countYou want to have it show all 4 categories, but just not the count of one category? Something like this:
Category 1 (post count)
Category 2 (post count)
Category 3 (post count)
Category 4Or do you want to hide the entire category 4? So it only shows the first 3.
Forum: Fixing WordPress
In reply to: Changed wordpress URL, can't access site, wp-admin and FTPDo you have access to a control panel with your hosting account?
Forum: Fixing WordPress
In reply to: How install WordPress with woocommerceYou can use pretty much any theme you like with WooCommerce 🙂
Forum: Fixing WordPress
In reply to: WordPress 3.7.1 upgrade issueCounting down from the top, including blank areas as lines, I’m seeing line #14 as wp(); So, the error is telling you there is a problem with that line. I don’t believe there is a wp().
Forum: Fixing WordPress
In reply to: how to exclude a category in show_post_countYou might try using the Ultimate Category Excluder plugin. States it allows for excluding categories from your front page, archives, feeds, and search results. I’ve personally never used this plugin before. Never had a need to exclude something 🙂
Forum: Fixing WordPress
In reply to: Unable to log in after upgrading to 3.7.1I’d definitely make sure to contribute back the solution. I operate a site dedicated to provide free training for open source items, including WP 🙂