You're in WordPress Category
functions.php
Tuesday, April 6th, 2010Creating two sidebars in WordPress: This is the Part one – Download fuctions.php (zip format) if ( function_exists(‘register_sidebar’) ) { register_sidebar(array(‘name’=>’Sidebar Left’, ‘before_widget’ => ”, ‘after_widget’ => ”, ‘before_title’ => ‘<div class=”sidebar-l>’, ‘after_title’ => ‘</div>’, )); register_sidebar(array(‘name’=>’Sidebar Right’, ‘before_widget’ => ”, ‘after_widget’ => ”, ‘before_title’ => ‘<div class=”sidebar-r>’, ‘after_title’ => ‘</div>’, )); } This was very simple, at the beginning of my functions.php few lines of code
WordPress Tags for SEO
Tuesday, March 16th, 2010Should I use and how much of time is needed to create good tags for your WordPress site? Back in September of 2009 Google announced that they will no longer pay attention and use keywords as part of meta tags. Everyone already heard about that. As far as the tags in your WordPress site well many people have tendency to include way to many tags and believe it or not I’ve seen some sites where the webmaster would
SEO Back to Basics
Monday, February 22nd, 2010Is your site performing badly on Search Engines and you have no idea why? Almost every day for many years now I would go and search Google Blogs just to see what is going on around, as well as Twitter and Facebook. From what I hear many site owners are complaining about terrible rankings, they say “my site was #3 on Google top 10, now we can’t even find any of keywords that were leading
WordPress.com Server is Down
Thursday, February 18th, 2010WordPress.com Hosting Server Outage In case that you didn’t hear, WordPress.com is experiencing some technical difficulties, the entire server went down recently. About 40 minutes ago WordPress posted this on Twitter WordPress.com is down, we’re working on restoring service now. http://twitter.com/wordpressdotcom/status/9302612517 I am sure that many site are affected by this and as is right now your best option is to wait patiently and check WordPress Twitter updates.
Short Break
Tuesday, February 2nd, 2010Hey All, I have to take very short break from my personal blog, as I am currently swamped with projects. There was nobody and all of the sudden I have a lot, but can’t complain too much, work is work. Please stay tuned. Thanks
