StudioPress Community Forums
  StudioPress Community Forums > Forums > General Discussion
For help and support, access to your downloads, or to manage your account please log into My StudioPress.

These forums have been set to read-only so you can browse the existing topics for any questions you may have.

For general discussion on WordPress, CSS and design (NOT for support) visit the new Community Forums.
 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #1  
Old 04-08-2009, 12:50 PM
reem reem is offline
Registered User
Genesis Member
 
Join Date: Jan 2009
Posts: 28
Default STREAMLINE 2.0: More featured posts from ALL categories

In the theme support forum Brain posted a nice tutorial for configuring the more featured post section on the home page for the first version of the Streamline Theme:

Last 7 posts, from ANY category:
Code: Select all
<?php $recent = new WP_Query("showposts=7"); while($recent->have_posts()) : $recent->the_post();?>

Source: viewtopic.php?f=60&t=2938

With Streamline 2.0 there is a Church Theme like homepage config menu, where you can select the category for the more featured posts section. This would mean that it's not possible to simply catch the latest X posts from ANY category.

Any idea's on this one ?
 

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Streamline 1.0 - Increasing the number of Featured Posts on Homepage TimRWC General Discussion 4 01-28-2010 09:00 AM
Streamline 1.0 - Can I make pages of the more featured posts dreamsound General Discussion 12 05-27-2009 08:22 AM
Can featured posts be changed to categories? carolepyke General Discussion 8 03-05-2009 03:12 PM


All times are GMT -5. The time now is 08:40 PM.

Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2013, Jelsoft Enterprises Ltd.