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

How to separate each individual blog post?

You can do that entirely with CSS, almost no PHP coding required… try something like this: <div id=”services”> <?php if ( have_posts() ) : ?> <?php while ( have_posts() ) : the_post(); ?> <div id=”post-<?php the_ID(); ?>” <?php post_class(); ?>> <?php the_content(); ?> </div> <?php endwhile; ?> <?php endif; ?> </div> … that way, each … Read more

How do i create a list-posts-page?

Assuming you’re only trying to display your blog posts index on a page other than the front page (i.e. because you’ve assigned a static page as your site front page), you shouldn’t need to do anything special. Refer to the Codex for step-by-step instructions for creating a static front page and separate page for your … Read more

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