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
  #2  
Old 06-17-2009, 01:15 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Default Re: How to Make More Videos Recent Posts?

Quote:
Originally Posted by jtracy
What do I need to do to get the front page to display the most recent videos, regardless of what category they came from? Thanks!
You need to know how to set up a query against the database using the WP_Query() object. In this case you would want to remove the category restriction.

Look for this phrase in the code:
Code:
WP_Query("cat=".$featured_vid_1."&showposts=".$featured_vid_1_num);
Replace it with this code:
Code:
WP_Query("showposts=".$featured_vid_1_num);

HTH,
__________________
Charles "Rubeus Hagrid" Clarkson
StudioPress on Facebook

I'm not really a smart person. I just play one on the Internet.

Please use the HTML or PHP tags for pasting code.
Please make your links click-able: this_is_annoying.com
http://this_is_not_annoying.com.
 

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
Make home page show recent posts only?? kleeyoung General Discussion 2 03-10-2010 07:51 PM
Make Recent Posts into Slider ashley3ee General Discussion 1 01-13-2010 08:44 AM
How to make an expandable recent posts section? chrisjones General Discussion 1 01-11-2010 03:25 AM
how to make recent posts in home.php johnryan General Discussion 5 05-08-2009 07:36 AM
making link to recent videos monkeyman General Discussion 3 03-19-2009 06:37 AM


All times are GMT -5. The time now is 04:14 PM.

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