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 -- and this forum will be removed on July 1st, 2013.

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
  #6  
Old 01-12-2009, 06:34 PM
jasonclaydunn jasonclaydunn is offline
Registered User
Genesis Member
 
Join Date: Jan 2009
Location: Rancho Cucamonga, CA
Posts: 11
Default Re: category ID

ktmoze,

Quote:
2. Next change the cat=1 to the cat=(number that refers to the category you want to have for your posts)
Code:
<?php $recent = new WP_Query("cat=1&showposts=3"); while($recent->have_posts()) : $recent->the_post();?>
Do you need to change the "1" to another number or do you change it to a category that I created in WP? Or, do you change the entire phrase "cat=1&showposts=3"

I think this is my problem as well and I just cannot get it to work right. Here's my site if that helps: http://www.jasondunnart.com

I have the thumbnails showing up but not the large photos in the gallery. Also, to insert the image into the Gallery do you add a custom field titled "articleimg" along with the "thumbnail" custom field or is it just one custom field that manages the thumbnail and the main photo in the gallery?

Any help will be greatly appreciated!
 

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
Prevent showing of sub category posts/content in parent category page Ronnie General Discussion 3 01-03-2010 03:24 AM


All times are GMT -5. The time now is 06:07 AM.

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