If you want to add specific styles to menu items in WordPress You don’t have to go through all the php code, you can just simply add classes every menu items or a group of menu items with single class, then you can add styles from WordPress theme editor.
Continue readingRemoving the widgets from the wordrpress child theme, by default twentyten has some sidebar widgets we can make use of them in child theme or we can remove these widgets and create set of new widgets for this child theme. For removing the widgets we have to add this code to the functions.php with in […]
Continue readingAfter the fresh installation of wordpress it will create the urls of categories with /category/, I’m Removing category from the WordPress using plugin there are lot more techniques, we can remove this using .htaccess file or by adding some custom code.
Continue reading