Showing posts with label Comfy Theme WordPress. Show all posts
Showing posts with label Comfy Theme WordPress. Show all posts

Monday, October 29, 2012

Display Featured Stories(Posts) in Comfy Theme Wordpress

I was using Comfy theme for WordPress Web Site.
But Featured stories was not coming Up in theme's 'Featured Stories ' Slider.
Then I figured out the setting has to be done in the file
 'config.inc.php'  at below path  '~root\wp-content\themes\wp-comfy' 
  set The $comfy['featured'] with the category Id from where you want to display featured stories


$comfy['featured'] = 3; // ID of the featured category.
$comfy['featured_n'] = 10; // Enter here the number of featured posts you wish to rotate