Scott Basgaard on "[Plugin: WP Job Manager] Expired Job to be listed into the...
I would reach out to WordPress SEO support to see how you can exclude CPT's with a custom post status 'expired' from their generated sitemap.
View Articlejerome281 on "[Plugin: WordPress SEO by Yoast] WP Job Manager plugin -...
Maybe the fix would be to see how can I exclude CPT's with a custom post status 'expired' from the generated sitemap?
View Articleluiscastellanos on "[Plugin: Google XML Sitemaps] How can I fix this error?"
When I generate my XML map, it shows the following message: error on line 1 at column 6: XML declaration allowed only at the start of the document https://wordpress.org/plugins/google-sitemap-generator/
View Articleg.campbell57 on "I need help restoring my WP config"
Well I went to export in the admin dashboard and exported it all. I would think that would restore all data. Grant
View Articleeslog on "[Plugin: WordPress SEO by Yoast] WP SEO Plugin pages are not...
SOLUTION: there were extra whitespaces in the functions.php file. After removing these it solved the issue. Reference links: http://kb.yoast.com/article/58-xml-sitemap-error...
View ArticleTara on "I need help restoring my WP config"
I went to export in the admin dashboard and exported it all Then it contain all of your posts, pages, comments, custom fields, terms, navigation menus and custom posts.
View Articleg.campbell57 on "I need help restoring my WP config"
If that's true, how do I recover that data? I went to import and imported my xml file and it just recovered my pages? Grant
View ArticleTara on "I need help restoring my WP config"
http://codex.wordpress.org/Restoring_Your_Database_From_Backup
View Articlejerome281 on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Scott thanks for the reply, I've left a comment on the WordPress SEO plugin, hopefully I will get an answer soon.
View Articlejerome281 on "[Plugin: Better WordPress Google XML Sitemaps (with...
I'm using the WP Job Manager plugin, how can I include a CPT's with a custom post status 'expired' into the generated sitemap? https://wordpress.org/plugins/bwp-google-xml-sitemaps/
View ArticleScott Basgaard on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Great, thanks Jerome and hopefully they are able to provide helpful feedback for you soon.
View Articlejerome281 on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Hmm WP SEO plugin doesn't seem to give me any answer yet. Do you know maybe an XML sitmeap plugin who support custom post type with custom post status "expire"? Keep looking around I can't find...
View ArticleScott Basgaard on "[Plugin: WP Job Manager] Expired Job to be listed into the...
I haven't tested this yet with WPSEO but it might work using the 'wpseo_posts_where' filter to add an additional post status: function wpjm_include_jobs_in_sitemap( $filter, $type ) { if ( $type ==...
View Articlejerome281 on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Hi Scott thanks so much for the code, I've just test it and the code seem to break the post type job_listing-sitemap.xml listing only 1 link to the /jobs page. The code make sense thought it would...
View Articlejerome281 on "[Plugin: WordPress SEO by Yoast] WP Job Manager plugin -...
I've tried function wpjm_include_jobs_in_sitemap( $filter, $type ) { if ( $type == 'job_listing' ) { $filter .= ' AND post_status = "expired" '; } return $filter; } add_filter( 'wpseo_posts_where',...
View ArticleScott Basgaard on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Right, looks like I thought wpseo_posts_where was just for the sitemap build and it's not. I would push WP SEO some more in their support to see what they recommend. Otherwise you could look into...
View ArticleYunis777 on "[Plugin: WP Job Manager] Expired Job to be listed into the...
Oops, posted a comment on the wrong topic.
View ArticleKhang Minh on "[Plugin: Better WordPress Google XML Sitemaps (with...
Post status is not currently supported unfortunately.
View ArticleScott Basgaard on "[Plugin: WP Job Manager] Expired Job to be listed into the...
No worries Yunis777 ;)
View Articlemintegrate on "Bizarre: Inline SVG in posts breaks when using xml XLink"
I'm using a wonderful non js way to make parts of SVGs clickable putting them inline and wrapping paths with tags ie <svg> <a xlink:href="http://siteA.com"> <path A /> </a>...
View Article