Sometimes when you have migrated from an old theme to a new theme for your WordPress blog, you suddenly observe that all the comments on pages alone have disappeared and there is no option to add more comments. Also, at times when you are building a blog with a new theme, you might observe that especially pages do not have a comments section.
Fix: How to enable comments on your WordPress theme for pages
The reason the comments section are not appearing on the pages are because your theme is not enabled to do that. All you need to do is to add the below snippet line of code in your theme’s page.php file.
If you are new to search engine optimization or want to pick up some key elements then you must be informed with the recent developments and announcements. You cannot work for a project or the latest website if you are not aware of the latest SEO developments. You must keep a track of the top SEO blogs to keep yourself updated with the news that will be vital to your SEO related work. Since, nowadays, there is a top-10 list of almost everything under the sun; we are tempted to present to you our very own top-10 list for the SEO blogs. Hope it helps you in your projects.
1) www.searchengineland.com
This is a news and information website that covers search engine marketing, searching issues and general information about the search engine industry. This is an 11 year old publication from Danny Sullivan and a must follow for all SEO enthusiasts.

I assume that you have reached this page as you already know about Google Page Rank. If not, Google Page Rank value is a reputation rank given by Google algorithm to each website / web page on a scale from 0 – 10. PR0 being the lowest and PR10 the highest.
If you are a regular follower of the OrangeCopper Blog, you might have observed that we have followed the Google PageRank update from January 1st 2011 to December 31st 2011 (the entire year). We have predicted, listed, announced and followed up each and every PR updates by Google at the hugely successful blog post – Google Page Rank update 2011
We will continue to predict, list and followup on the Google PageRank updates for this year as well through this new post. The first and latest Google Page Rank update of this year (2012) was on 6th February 2012 as predicted. Below is the continuously tracked PR updates and dates.
Often to add more data sets or organized data within your blog posts, you might have to add good looking and well designed tables. If it was a normal HTML web page you can easily add tables with the help of basic HTML tags or CSS but when it comes to adding the same in a WordPress blog post it becomes a tedious task to do it repeatedly.
There are few awesome plugins that can help you add tables within the blog posts effortlessly and today I will share few of the best plugins that you shall use to equip your posting window to add tables. Below are the list of plugins available for free download:
Either if you are using Dreamweaver or a simple notepad to create a HTML webpage, you might have observed an underline for every basic hyperlink you create on the page. This is the default format of Hyperlinks on a webpage and its quite normal that designers wouldn’t want to have the underline below the simple hyper link.
Method 1: You could use a simple CSS code between the <HEAD> </HEAD> tags of the webpage under consideration and imply embed the below code to make the underline disappear.
<STYLE>
<!–
a {text-decoration:none}
//–>
</STYLE>
If you are looking forward to Migrating your Blog or website from one host to another or some other web based application from one location to another, you will encounter a situation where you need to select the right settings for exporting and importing a MYSQL database. Below are some settings that will help you identify the right settings for Exporting and Importing your databases.
Below screenshots shows the appropriate settings that works fine with me and make sure you have your database backup before deleting it to make sure you have the complete DB migrated as it should be.