posts and cms and posts again

I would suggest making a ‘recording’ post type and leave posts for the blog section. The “blog as category” approach would work too, but it’s rather messy, I think.

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.

Customizing SERP content for WordPress Blog

Let me start off by saying you can’t edit or control what Google displays in its SERPs. They control the format as well as what gets displayed and will determine when they should or should not display a listing a certain way. Having said that you can do your best to influence what they display. … Read more

Blog & Portfolio setup

You can set up your blog & portfolio with one WordPress installation only. Fist check this codex article: http://codex.wordpress.org/Creating_a_Static_Front_Page for portfolio it would be best if you’ll create Custom Post Type, then all you portfolio stuff will have permalinks like example.com/portfolio/some-great-project, but post permalinks would be the same – example.com/2011/07/14/hello-world/, maybe with some WP Rewrite … Read more

Direct some posts to only appear on a specific page

Your Home Page is displayed with index.php or front-page.php in WordPress. PLAN B: First of all, you have to create a category for Technical Notes page (i.e.: Category Name = “Technical Notes”). Now the plan is, all the posts, by default will be displayed on the homepage by default (as it is doing now), excluding … Read more