-
Remove emoji script from WordPress Header
Remove emoji script from wordpress header to reduce the number of http request to make the site faster.
-
Remove RSS Feed links from WordPress Header
Remove RSS feed, comment feed etc. from WordPress header to reduce http request and make wordpress site faster.
-
How to Disable Genesis SEO Feature Completely
Completely remove SEO feature of Genesis theme by remove the code from seo.php where it detects the presence of any SEO plugins.
-
Make WordPress Admin Bar Invisible
Add the following code inside functions.php add_filter( ‘show_admin_bar’, ‘__return_false’ );
-
Add Register Button in bbPress Login Form
Add a Register Button inside the default bbPress Login Form using a single line of code. No plugin necessary.
-
Add Widget area after the Header of Genesis theme
The above style is for 4 columns widget area. You can change the width to customize according to your requirement. for example width: 50%; for 2 column layout.