
This site doesn’t notify of new support threads, so send a contact through our form to notify of a new thread for a quicker response.
Simple way to automatically generate XML Sitemaps when a page or post is saved. Very simple, no cruft or extra features you won’t use. There are two main customizations available.
It also works well with our Sewn In Simple SEO plugin. When both are installed, they integrate together.
/** * Completely replace the post types in the XML sitemap * * This will replace the default completely. Returns: array('news','event') * * The result is to remove 'post' and 'page' post types and to add 'news' and * 'event' post types * * @param array $post_types List of post types to be added to the XML Sitemap * @return array $post_types Modified list of post types */ add_filter( 'sewn/seo/post_types', 'custom_seo_post_types' ); function custom_seo_post_types( $post_types ) { $post_types = array('news','event'); return $post_types; } A checkbox is added to each post type that is included in the sitemap. Checking it will remove that specific item from the sitemap.
This checkbox also removes posts from wp_list_pages, you can turn that off using this filter:
add_filter( 'sewn/sitemap/wp_list_pages', '__return_false' ); /** * This filter arrived in 2.0.3 * * Remove specific posts programatically. This could go into functions.php or a plugin. * * This example removes all posts that have post meta field of "test" set. */ add_filter( 'sewn/sitemap/post', 'custom_remove_test_posts', 10, 2 ); function custom_remove_test_posts( $value, $post ) { $status = get_metadata( 'post', $post->ID, 'test', true ); if ( $status ) { $value = false; } return $value; } /** * Change sitemap frequency in XML, default is "monthly" * * options: always, hourly, daily, weekly, monthly, yearly, never */ add_filter( 'sewn/sitemap/frequency', 'custom_sitemap_frequency', 10, 2 ); function custom_sitemap_frequency( $frequency, $post ) { if ( 'news' == get_post_type($post) ) { $frequency = 'daily'; } return $frequency; } Works with the Sewn In Simple SEO plugin. When installed, the XML sitemap checkbox integrates with the SEO fields and this plugin will use the SEO post types. The goal is to keep things very simple and integrated.
Starting from $0 per month.
Rating
Reviewers
4 reviews
Tags
Developed By
Jupitercow
Quick & Easy
Common Ninja has a large selection of powerful Wordpress plugins that are easy to use, fully customizable, mobile-friendly and rich with features — so be sure to check them out!
Testimonial plugins for Wordpress
Contact Form plugins for Wordpress
Maps plugins for Wordpress
Translation plugins for Wordpress
Chat plugins for Wordpress
Slider plugins for Wordpress
Reviews plugins for Wordpress
Contact plugins for Wordpress
Galleries plugins for Wordpress
SEO plugins for Wordpress
Forms plugins for Wordpress
Comments plugins for Wordpress
Backup plugins for Wordpress
Privacy plugins for Wordpress
Optimize plugins for Wordpress
Tabs plugins for Wordpress
Social Sharing plugins for Wordpress
Events Calendar plugins for Wordpress
Comments plugins for Wordpress
Social Feeds plugins for Wordpress
Social Sharing plugins for Wordpress
Portfolio plugins for Wordpress
Video Player plugins for Wordpress
popup plugins for Wordpress
SiteMap plugins for Wordpress
Payment plugins for Wordpress
Coming Soon plugins for Wordpress
Inventory plugins for Wordpress
Testimonials plugins for Wordpress
Portfolio plugins for Wordpress
Membership plugins for Wordpress
Forms plugins for Wordpress
Analytics plugins for Wordpress
Events Calendar plugins for Wordpress
Sliders plugins for Wordpress
Analytics plugins for Wordpress
Reviews plugins for Wordpress
Security plugins for Wordpress
Ads plugins for Wordpress
Music Player plugins for Wordpress
Countdown plugins for Wordpress
Email Marketing plugins for Wordpress
Membership plugins for Wordpress
Ecommerce plugins for Wordpress
Customer Support plugins for Wordpress
Video Player plugins for Wordpress
Tabs plugins for Wordpress
Social Feeds plugins for Wordpress
Common Ninja Apps
Browse our extensive collection of compatible plugins, and easily embed them on any website, blog, online store, e-commerce platform, or site builder.
Show Medium articles in a Medium feed that keeps content fresh, improves readability, and helps visitors discover more posts.
Add opening hours to your site to give visitors clear, reliable business information that improves trust, reduces confusion, and supports user experience.
Back to top button that improves navigation, speeds up browsing, and helps visitors move smoothly through long pages for a better user experience.
Show RSS content with an RSS feed carousel that updates automatically, displays posts in a smooth scrolling layout, and keeps visitors engaged.
Show Yelp reviews to build trust, strengthen credibility, and help visitors make confident decisions that support higher sales.
Add Messenger Chat to your site to communicate with visitors, offer fast support, and create a smoother user experience across all pages.
Encourage interaction with social votes that let visitors like, upvote, and rank content, boosting engagement and guiding better decisions.
Showcase content with a card slider that presents images, text, and buttons in a smooth, customizable layout to keep visitors engaged.
Slide in panel that appears from the top or bottom to highlight offers, capture attention, and guide visitors toward more conversions.
Use a payment button for secure PayPal or Stripe checkout to simplify online payments and help increase sales.
Use tilted image effects to rotate visuals, add creative style, and keep visitors engaged with dynamic images on your site.
Show progress with animated progress circles that visualize goals, display achievements, and keep visitors engaged.
More plugins
The Common Ninja Search Engine platform helps website builders find the best site widgets, apps, plugins, tools, add-ons, and extensions! Compatible with all major website building platforms - big or small - and updated regularly, our Search Engine tool provides you with the business tools your site needs!
