Single random post in homepage

how to show the full post: http://codex.wordpress.org/Customizing_the_Read_More#More_about_.24more I want all the things I get in single.php possibly copy all the code from within the loop of single.php into the loop of your random post. my custom code … doesn’t work in index the in_category() code might only work within the loop or needs refining – … Read more

Fixed home page

You can set static home page from Admin -> Settings -> Reading. Check WordPress codex page for more detailed information. http://codex.wordpress.org/Creating_a_Static_Front_Page

wordpress alchemy put custom metabox on certain page only

new WPAlchemy_MetaBox(array ( ‘id’ => ‘_custom_meta’, ‘title’ => ‘My Custom Meta’, ‘template’ => STYLESHEETPATH . ‘/custom/meta.php’, ‘exclude_template’ => ‘product.php’ )); the ‘exclude_template’ would work for excluding the one’s you didn’t want. new WPAlchemy_MetaBox(array ( ‘id’ => ‘_custom_meta’, ‘title’ => ‘My Custom Meta’, ‘template’ => STYLESHEETPATH . ‘/custom/meta.php’, ‘include_template’ => array(‘product.php’,’press.php’) // use an array for … Read more

How to remove automatic generated tag in Home page

On archive pages like a blog home page the the_excerpt() is used normally. As the name says it shows just a snippet from your post. Most content filters are not applied to the excerpt, they work on the_content() only. Fix: change your template, replace the_excerpt() with the_content() in archive pages.

Is there an URL listing latest posts

As mentioned in the comments, you want to replace your home page with a static front page under Settings > Reading. Then you’ll create a new page and set it as your posts page in the same setting. The slug of that new page then determines the URL of the posts page.

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