WP Artisan
Forum Replies Created
-
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Optional Optout not workingI am not clear about your request. Describe your point in more details so that it understandable to me. If have any screenshot related to this issue, then you can add this on you message.
Forum: Plugins
In reply to: [Remove Product Content for WooCommerce] Remove BrandThanks for pointing this out — Now have options to remove brands and tags.
Forum: Plugins
In reply to: [Remove Add to Cart Button for WooCommerce] Uncaught TypeError: btn is nullI have fixed this issue on my latest plugin version. Please update the plugin on your website.
Forum: Plugins
In reply to: [Remove Add to Cart Button for WooCommerce] Still vulnerablePlugin updated with Freemius latest version SDK.
Plugin updated with Freemius latest version SDK.
Forum: Plugins
In reply to: [Really Simple XML and HTML Sitemap] Doesn’t write sitemap.xmlPlease check carefully the label of the settings. It is for “Exclude post type”. By default it generated sitemap for all available post types. So if you want to Exclude any post types then select from the settings. Those selected post types posts will not be added on the sitemap.
This plugin works for all register custom post type(CTP). To show only a particular CTP posts, you need to add shortcode like this :
[rsxh_sitemap post_types="your_post_type_name_here"]ex:[rsxh_sitemap post_types="movies"].If you want to change the title for the posts, pages or others in sitemap, you need to change those particular posts, pages or others title from the admin area, sitemap will change then accordingly.