Archive for the ‘Wordpress Themes’ Category
Unneeded Meta tags in WordPress
Sometimes in your theme unneeded meta tags show up. They look like or something like this. I have seen three reasons for this: Plugin settings. In this case check your plugins, uncheck what's needed. Main plugin candidates: All in One SEO Pack, other seo plugins. Blog Privacy atributes. In this case go to Settings -> [...]
WordPress and SimplePie functionality
SimplePie functionality for your blog:
How to add WordPress sidebar
There comes a time in every WordPress developer life when he/she needs to add a sidebar. Don't be afraid, my friend! It's not as hard as it sounds like To get that done you need functions.php and as many sidebar-<something unique>.php files as you many sidebars you want. All tucked inside your theme folder. They [...]
Dropdown menu
A few days a go I needed to change default Modularity theme dropdown menu from onclick like functionality to onmouseover like functionality. It was easy. But, the script they use, it didn't work with IE6: I needed to find another way. Now, it is possible to write such script from scratch, but: if there exists [...]