Ricardo Prieto
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [Sociable] Fix to get sociable icons working for custom post types.Perfect for me. Thanks undergroundwebdesigns!
The custom post type now are showing the social icons…but not the archive page where them are listed.I try to fix it remplacing line 636 of includes/sociable_output.php from
} elseif( strpos( $location , 'is_posttype_archive_' ) === 0 ){ //Custom Post Type Archive $post_type = str_replace( 'is_posttype_archive_' , '' , $location ); if( is_post_type_archive( $post_type ) ){to
} elseif( $location == 'is_archive' ){ //Custom Post Type Archive $types = get_post_types( $args, 'names' , 'and'); $types[] = "post"; if( is_archive() && in_array(get_post_type(), $types)){but don´t works. Any idea?
It’s a good idea if the funcionality of undergroundwebdesign could be built into the plugin for future users.
Forum: Plugins
In reply to: [Sociable] Fix to get sociable icons working for custom post types.Great undergroundwebdesigns!
I’m going to try it. I tell you something soon…Forum: Plugins
In reply to: [JS Archive List] Exclude Categories not saved?Hi. Nice plugin, but I have the same issue.
I tried in chrome and firefox, and the same results than jo.cThnaks!
Fix for mee too!
Thanks fchazoThaks ZjanPreijde!
I´ve solved the problem thim morning whit this solution post!Thaks for your answer
Viewing 5 replies - 1 through 5 (of 5 total)