rochsid
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help needed : want to insert page navigation at top of headersandeep.. it’s same case, you just differentiate to call the menu from wordpress, if u want to design menu of category u call with this code:
<?php wp_list_categories(); ?>
but if u design menu of pages, u need:
<?php get_pages(); ?>
have u download from my link given?Forum: Themes and Templates
In reply to: Help needed : want to insert page navigation at top of headeryuo can donwload from my link given..
Forum: Themes and Templates
In reply to: Can a different template be appliied to certain pages?to:webmaster887
If you aren’t use this plugin, you can styling your template be yourself..
For example: u’r make a different header and then put this on your single.php with this code:
<?php include (TEMPLATEPATH . '/different-header.php'); ?>Forum: Themes and Templates
In reply to: Sticky post styleno, you just need to put your sticky post in your div,
Place the following code just before the loop:<div class="postUp"> <?php $sticky = get_option('sticky_posts'); rsort( $sticky ); $sticky = array_slice( $sticky, 0, 5); query_posts( array( 'post__in' => $sticky, 'caller_get_posts' => 1 ) ); ?> </div>This code will retrieve the 5 most recent sticky posts. To change the number of retrieved posts, just change the 5 by the desired value on line 4.
Forum: Themes and Templates
In reply to: Help needed : want to insert page navigation at top of headeryou must coding on u’r css and javacript too..
you can dowload the css in here for free…Forum: Themes and Templates
In reply to: Looking for a Theme Like Mint.comI can make it for you if you want.. contact me