Mizunga
Forum Replies Created
-
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP and PodsThank you rembem, I will try it.
Forum: Plugins
In reply to: [YARPP - Yet Another Related Posts Plugin] YARPP and PodsHello,
I have the same problem, Is there any solution? This is very frustrating and tried everything to solve but, but seems impossible.
Forum: Plugins
In reply to: [Conditional Widgets] No longer working for Custom Post Types sidebars…Hi crzyhrse,
Thanks, I am using PODs Framework and the other code is to output my CPT in categories, tags and so on. I don’t understand about code too, but I think that it cannot be causing the troubles.
Forum: Plugins
In reply to: [Conditional Widgets] No longer working for Custom Post Types sidebars…Hello,
I´m using the same code and the UI appears in the widget section but it doesn’t work when I´m navigating my CPT. I only have one CPT and this is my function.php code, maybe there´s a conflict:
<?php /* ------------------------------------------------------------------------- * * Custom functions /* ------------------------------------------------------------------------- */ // Add your custom functions here, or overwrite existing ones. Read more how to use: // http://codex.wordpress.org/Child_Themes function namespace_add_custom_types( $query ) { if( is_category() || is_tag() && empty( $query->query_vars['suppress_filters'] ) ) { $query->set( 'post_type', array( 'post', 'nav_menu_item', 'destinos' )); return $query; } } add_filter( 'pre_get_posts', 'namespace_add_custom_types' ); // Add Conditional Widgets support (UI & Logic) for post type 'destinos' and taxonomy 'category' add_filter('conditional_widgets_type_tax_pairs', 'destinos_conditional_widget_type_tax_pairs' ); function destinos_conditional_widget_type_tax_pairs( $pairs_array ) { $destinos_pair = array('tax'=>'category', 'type'=>'destinos'); $pairs_array[] = $destinos_pair; return $pairs_array; }Help is more than welcome, I tryed other plugins but this one is easier to use and more User Friendly.
Forum: Fixing WordPress
In reply to: Database problems, post appears as forums, CPT and moreAny idea or suggestion?
Forum: Plugins
In reply to: [WP Popular Posts] Spanish language doesn't work in my site.Hello,
Is there any news? I forget to tell that it works fine in the administration area, but display english language in front-end.
Regards
Forum: Plugins
In reply to: [WP Popular Posts] Spanish language doesn't work in my site.Yes it is
Forum: Plugins
In reply to: [Tabbed Widgets Reloaded] widgets do not appear in tabsI’m having the same problem as biellebrunner. And don’t know how to solve it.
Forum: Plugins
In reply to: [Plugin: TablePress] Button to easy add tables in editorOk, thanks for reply.
My fault, I didn’t see it.
Regards