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!