How can I set a vote on the comments?

If your blog is self-hosted, the easiest way to add a comment voting system is to install a plugin (e.g. Comment Rating). If your blog is on WordPress.com, then you’d need to go through the options the options on WordPress.com to see where you could enable that functionality.

Internal and External Blog

Can we have both a private company blog and a public blog with WordPress? Yes, but it depends on how you define private. We use WP multisite subdomains. We have over 200 sites, most of them public. But we have a few sites that are “private” – requires user to login. Additionally the user has … Read more

How to modify display of blog listing page?

Otherwise as suggested, this has nothing to do with template hierarchy. These templates that you are mentioning is purely for use with post formats. I qoute from the codex Post Formats is a theme feature introduced with Version 3.1. A Post Format is a piece of meta information that can be used by a theme … Read more

How can I make my Blog category unindexed in Google?

Add the <meta name=”robots” content=”noindex”> meta tag within your <head>. Then look into is_category() to add it specifically to your category pages. Or alternatively, you can check if $cat_id is available: $cat_id = get_query_var(‘cat’); If it is available, then it is a category page. EDIT Just add it in an IF statement: if (is_category()){ <meta … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)