Entries in Category ‘WordPress’
Move the WordPress admin bar to the bottom area using the php function in this post. You can also try ‘Stick Admin Bar To Bottom’ plugin.
(Continue reading…)The default buttons that come with WordPress visual editor are not enough most of the times. Using the php function you can add more buttons to tinyMCE.
(Continue reading…)Hiding login error messages is one of the basic steps in site security. You can prevent hackers from repeated login attempts. Use the below php function.
(Continue reading…)Now you can setup clean breadcrumbs without a plugin. Breadcrumbs gained importance right after Google started displaying it in search results.
(Continue reading…)You can remove submenus from your WP admin sidebar section using the function posted. The menu code and ID is present in wp-admin/menu.php file.
(Continue reading…)The default WordPress search URL doesn’t look good. Using the below php function change the search URL. The snippet uses wp_redirect function.
(Continue reading…)WordPress wraps paragraph tag on images. The p tag creates additional space and affects scaling. You can remove p tag using a small php function.
(Continue reading…)

