Nilambar Sharma

Results 30 comments of Nilambar Sharma

I was looking to declare support for anchor for block and I came here. This feature would be great enhancement.

> @JiveDig Is this issue still relevant? Yes I guess. This would be very handy. It would be great to add option to enable/disable auto redirect.

Oh, I did not know we had such exclusion. `template-parts/page-header.php` was just an example. Actually this was reported in TwentyTwenty theme.

https://github.com/WordPress/twentytwenty/issues/111

Ref: https://www.wordfence.com/blog/2019/11/wp-vcd-the-malware-you-install-on-your-own-sites/

Isnt using `home_url()` instead of `site_url()` required? Similarly `get_home_url()` and `paginate_links()`. May be we should separate which should be ERROR and which are WARNING.

I am up for checking `$version` and keeping it as warning.

Related to https://github.com/WPTRT/WordPress-Coding-Standards/issues/9 We already have a list of function to be blocked in theme. List will be discussed may be in some meeting and updated accordingly.

Some more: - translation-ready - `load_theme_textdomain` or `load_child_theme_textdomain` - rtl-language-support - Check for `rtl.css` - featured-image-header - This requires `add_theme_support( 'post-thumbnails' )` and `add_theme_support( 'custom-header' )`