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
  #4  
Old 03-16-2010, 06:42 AM
CharlesClarkson's Avatar
CharlesClarkson CharlesClarkson is offline
Community Moderator
 
Join Date: Feb 2009
Location: Stephenville, TX, USA
Posts: 11,356
Lightbulb

Quote:
Originally Posted by gordonmartin View Post
Hi Charles, not just clear on what I would have to do, would this be the code I would need to be looking at?

PHP Code:
<?php $featured_vid_1 get_option('tubular_featured_vid_1'); $featured_vid_1_num get_option('tubular_featured_vid_1_num'); if(!$featured_vid_1$featured_vid_1 1//setting a default ?>
<?php $recent 
= new WP_Query("cat=".$featured_vid_1."&showposts=".$featured_vid_1_num); while($recent->have_posts()) : $recent->the_post();?>
That is the start of a WordPress Loop. It should be the correct code. WP_Query uses the same function arguments and options as the query_posts() WordPress function.


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
Changing the order of the "More Videos" posts Sejjr General Discussion 2 01-30-2010 03:56 PM
How can I order the More Videos on home page? Jean Starling General Discussion 2 11-02-2009 07:18 PM
More Videos komcorp General Discussion 7 10-19-2009 08:14 PM


All times are GMT -5. The time now is 08:37 AM.

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