Mikage
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
I can confirm that the backups are not being created anymore with version 3.6
Forum: Plugins
In reply to: [Intuitive Custom Post Order] Intuitive C3PO breaks media libirary sortingSame problem here,
i am considering switching to another pluginHello,
I actually solved the problem. It was caused by using this function:function namespace_add_custom_types( $query ) { if( is_category() || is_archive() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { $query->set( 'post_type', array('post', 'prodotti', 'eventi', 'slideshow', 'nav_menu_item')); return $query; } }Enclosing the IF function in
if(!is_admin()) { }solved my problem.Forum: Plugins
In reply to: [Breadcrumb NavXT] how show categories in post type archive pageHello,
actually each category belongs only to one post type.
Thank you for your reply, right now I ended up using a “dirty” customized solution, but it would be great to have a general solution for the future.also, the problem arises when i check the “has_archive” option for the new custom post type
Forum: Plugins
In reply to: [Slideshow] Slider behaviourHello,
no need to say sorry, the slider is already great 🙂keep up the good work!
Andrea
Viewing 6 replies - 1 through 6 (of 6 total)