franckparienti
Forum Replies Created
-
Dear @jeremy thanks again for your support service at #WCPARIS2016
I’ve add the functionnality plugin : https://wordpress.org/plugins/functionality/
I’ve 21.151 products but now the sitemap stop at 1.000 lines
How can add 21.151 woocommerce products on sitemap ?
Thanks
I’ve editing functions.php :
<?php
/*
Plugin Name: Electronic components provider
Plugin URI: http://electronicprovider.com
Description: A site-specific functionality plugin for Electronic components provider where you can paste your code snippets instead of using the theme’s functions.php file
Author: franck
Author URI:
Version: 2016.03.06
License: GPL
*/function jeherve_add_cpt_sitemaps( $post_types ) {
$post_types[] = ‘product’;
return $post_types;
}
add_filter( ‘jetpack_sitemap_post_types’, ‘jeherve_add_cpt_sitemaps’ );Forum: Plugins
In reply to: [Google XML Sitemap for Videos] Can I make this plugin work with Multisite?Hi,
I’ve tried these plugin but google Webmaster tools show an error.
Don’t find yet the WordPress Multisites plugin for video sitemap
Forum: Plugins
In reply to: [Google XML Sitemap for Videos] Can I make this plugin work with Multisite?Hi,
I don’t arrive to use this plugin on WordPress Multisite network.But these one should work : http://wordpress.org/plugins/google-video-sitemap-feed-with-multisite-support/
Regards