Daniel Pietrasik
@danielpietrasik on WordPress.org
- Member Since: July 27th, 2015
- Location: Poland, Lodz
- Website: danielpietrasik.pl
- Job Title: Software Architect
- Employer: Quality Pixels
Bio
Interests
Contribution History
Daniel Pietrasik’s badges:- Core Contributor
- Translation Contributor
-
Created ticket #51264 on Core Trac:
There is no option to remove default_term using register_taxonomy() or ... -
Created ticket #51135 on Core Trac:
The main (primary) taxonomy term in post -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Sorry, but not. Do you have any idea why? -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Try to use this hook, to enable the wp-sitemap. [code]add_filter( 'wp_sitemaps_enabled', '__return_true' );[/code] -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
The problem is solved, there is a hook wp_sitemaps_users_query_args. -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
How to disable the sitemap for authors? We need to hook like wp_sitemaps_authors. -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
How to add information to robots.txt about wp-sitemap? E.g. Sitemap: http://www.example.com/wp-sitemap.xml -
Wrote a comment on the post New XML Sitemaps Functionality in WordPress 5.5, on the site Make WordPress Core:
Try to use this hook, to enable the wp-sitemap. [code]add_filter( 'wp_sitemaps_enabled', '__return_true' );[/code] -
Wrote a comment on the post WordPress 5.6: What’s on your wishlist?, on the site Make WordPress Core:
New Safari 14.0 will support a webp format, so its possible to do. Unfortunately the… -
Wrote a comment on the post WordPress 5.6: What’s on your wishlist?, on the site Make WordPress Core:
Add hook that allows you to easily specify fields to be searched. For example search… -
Created ticket #41446 on Core Trac:
The PHP notice displayed after the overwriting global $posts by a new ... -
Mentioned in [38597] on Core SVN:
Media: Remove an extra space in `style` attribute in `wp_video_shortcode()` after [30082]. -
Created ticket #38040 on Core Trac:
Untrimed space in styles in video shortcode.