Saša
@stodorovic on WordPress.org and Slack
- Member Since: July 25th, 2016
Contribution History
Saša’s badges:- Core Contributor
-
Posted a reply to Exclude Front Page From Sitemap, on the site WordPress.org Forums:
There is logic which double check existence home page into page sitemap. It's hard to…2 weeks ago
-
Created a topic, PHP warnings related to French translation, on the site WordPress.org Forums:
I've found this warning in debug.log: PHP Warning: s…2 weeks ago
-
Posted a reply to “Deprecated” error message, on the site WordPress.org Forums:
The method WPSEO_Utils::get_title_separator can be called from 3rd plugin and probably it isn’t an issue…2 months ago
-
Posted a reply to WP Site Health Test Tool (Need Filters for Yoast), on the site WordPress.org Forums:
It's WP core filter and it isn't Yoast's filter. The test yoast-health-check-curl-version should be async.…2 months ago
-
Posted a reply to Fatal error in Yoast when activating, on the site WordPress.org Forums:
It seems that this file is damaged or maybe infected... The begin of this file…2 months ago
-
Created a topic, HTML5 validation issue, on the site WordPress.org Forums:
There is a mirror issue (https://validator.w3.org/): W…2 months ago
-
Posted a reply to yoast sitemap with 1001 entries gives 500 error, on the site WordPress.org Forums:
I just saw that I missed your previous message. WP uses 134217728 (128MB) as default…2 months ago
-
Posted a reply to yoast sitemap with 1001 entries gives 500 error, on the site WordPress.org Forums:
In this case, it's probably an error related to re-activation plugin ( or maybe you…2 months ago
-
Posted a reply to Yoast is creating different post-sitemap.xml, on the site WordPress.org Forums:
It's expected behavior. Default number of entries per sub-sitemap is 1000. So, there are 4…2 months ago
-
Posted a reply to yoast sitemap with 1001 entries gives 500 error, on the site WordPress.org Forums:
Related line is wordpress-seo/src/loader.php(197), but there is missing "error description". We can't conclude is it…2 months ago
-
Posted a reply to Disable microdata for a specific page, on the site WordPress.org Forums:
This filter is enough for something like this. You should use conditionals (eg. is_page) to…2 months ago
-
Created a topic, wp_cache_get returns false instead of string ‘0’, on the site WordPress.org Forums:
I've created PHP script to confirm this issue: ?php i…2 months ago
-
Posted a reply to error on line 4 at column 19: XML declaration allowed only at the start of the d, on the site WordPress.org Forums:
Each page contains following "code" before real content: <script type="text/javascript">//<!--|mugo|--> </script> <font style="overflow: auto; position:…2 months ago
-
Created a topic, The function flush_rewrite_rules – performance/.htaccess issue, on the site WordPress.org Forums:
There is serious performance issue. The method bttk_re…2 months ago
-
Posted a reply to Homepage shows up in post and page sitemap, on the site WordPress.org Forums:
It's expected behavior. Page sitemap always includes home page and there isn't a way to…2 months ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
As I already thought reset indexables can't help because sitemaps don't use these tables. Anyway,…2 months ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
You can try to deactivate product-csv-import-export-for-woocommerce, but it's only PHP notice. I don't see fatal…2 months ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
Rules look good. I can open main-sitemap.xsl for example. It could be memory issue or…2 months ago
-
Posted a reply to Exclude WooCommerce Products from SiteMap, on the site WordPress.org Forums:
You can see some examples on https://github.com/Yoast/wordpress-seo/issues/387 I think that "Booked" should create products which…2 months ago
-
Posted a reply to Blank Sitemap GoDaddy, on the site WordPress.org Forums:
@mad2kx These rules should be before WP rules (not at the end of .htaccess). Did…2 months ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
It's pretty complex code and it can make side effects. I think that you should…2 months ago
-
Posted a reply to Product description, on the site WordPress.org Forums:
Full description is entire post_content which can be too long for meta tags. It doesn't…2 months ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
So, I see two separate issues if I'm correct. First is related to get_taxonomies. There…2 months ago
-
Posted a reply to Custom Post Type sitemap problem, on the site WordPress.org Forums:
Method get_index_links uses get_taxonomies to retrieves all taxonomies. Taxonomy subsitemaps use get_term. Is the question…2 months ago
-
Posted a reply to Esclude old post from sitemap: works but sitemap index display the sitemap blank, on the site WordPress.org Forums:
It's expected behavior. The filter wpseo_exclude_from_sitemap_by_post_ids isn't designed for massive exclusions. You should use filters…2 months ago
-
Posted a reply to 15.0: Where did the class WPSEO_Indexable_Service_Post_Provider go?, on the site WordPress.org Forums:
Please read more details on https://developer.yoast.com/blog/yoast-seo-14-0-using-yoast-seo-surfaces/ for example: YoastSEO()->meta->for_post( $post_id )->schema2 months ago
-
Posted a reply to sitemap.xml does not update, on the site WordPress.org Forums:
Canonical is stored into custom field _yoast_wpseo_canonical and the solution is to exclude this field…3 months ago
-
Posted a reply to Remove Images from Sitemap, on the site WordPress.org Forums:
You can try new filter wpseo_xml_sitemap_include_images which is more efficient.3 months ago
-
Posted a reply to sitemap.xml does not update, on the site WordPress.org Forums:
It seems that canonical URL is duplicated from original pages. Please check canonical for these…3 months ago
-
Posted a reply to How To Change Redirect From Old Version of Yoast, on the site WordPress.org Forums:
It saved as post meta field _yoast_wpseo_redirect and it's possible that's removed in latest versions…3 months ago
-
Posted a reply to Error param on get_permalink(), on the site WordPress.org Forums:
It isn't real issue. Function get_permalink uses function get_post which returns WP_Post object (converted from…3 months ago
-
Posted a reply to Woocommerce shop pages no index, on the site WordPress.org Forums:
It's possible that shop page is in product sitemap as archive page. From your post…3 months ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I just posted updated code in Noindex all posts in category.3 months ago
-
Posted a reply to Sitemap index error: XML declaration allowed only at the start of the document, on the site WordPress.org Forums:
@pavineeyes You can see more details in https://wordpress.org/support/topic/cannot-create-yoast-sitemap-due-to-parsing-error/ It's often "white space" in PHP code.…3 months ago
-
Posted a reply to Exclude Sitemap Indexing for Non Existant URL, on the site WordPress.org Forums:
Character % in URL should be encoded as %25. Anyway, it seems as broken permalink…3 months ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
@joeyrobinson I'll update this thread probably tomorrow. Also you can follow github- Noindex all posts…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 I got the plugin, you can remove link from previous comment and the server.…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
I don't have ait-theme and it's possible incompatibility between megamenu, ait-theme and WP-CLI. If you…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 It's impossible to delete these transients, but based on expiration value I think that…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
@daro2013 The command has removed all transients, but first access (even to you check transients)…3 months ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I've done couple tests and it works fine with 7000-8000 products (it's easier for me…3 months ago
-
Posted a reply to XML Sitemap Created Identified as HTML Sitemap, on the site WordPress.org Forums:
There is rule which redirects sitemap_index.xml to sitemap_index.xml/ (which is rendered as HTML page). Access…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
It seems that's an issue with primary category. Please try to flush object cache or…3 months ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
I don't recommend to you use post_meta fields because the query will be slower than…3 months ago
-
Posted a reply to there is WP notice after installing a Yoast, on the site WordPress.org Forums:
You should enable debug backtrace (to see all involved methods/functions not only the last in…3 months ago
-
Posted a reply to dokan yoast seo error, on the site WordPress.org Forums:
The method WPSEO_Utils::get_title_separator can be called from 3rd plugin and probably it isn't an issue…3 months ago
-
Posted a reply to Removing posts from sitemap affects sitemap pagination?, on the site WordPress.org Forums:
The filter wpseo_sitemap_entry triggers for each entry and it isn't perfect related to performance (hundreds…3 months ago
-
Posted a reply to POST XML SITEMAP EMPTY, on the site WordPress.org Forums:
@iferganalex You don't need rewrite rules because sitemaps aren't broken. Sitemap index and page sitemap…3 months ago
-
Posted a reply to Sitemap is HTML Error, on the site WordPress.org Forums:
I see at the end of sitemaps: <!-- permalink_structure ends with slash (/) but REQUEST_URI…3 months ago
-
Posted a reply to Can we exclude a particular custom category, on the site WordPress.org Forums:
If I understand correctly, you need two different templates for same CPT. It isn't possible…3 months ago