Hi,
I have taken over a wordpress based site which was set up by a web developer (who is no longer available to help me)
Basically he has PHP code on the front page (a custom template) and this code on the page is pulling the post titles etc to show recent activity.
The code is:
<?php query_posts('category_name=press&showposts=10&offset=1'); ?>
See where it says "press" it was pulling the posts labeled as "press" - Now I am being asked to make it a mix or "press" and "blog"
Can anyone tell me how to alter that line so it pulls both? I tried puting in a comma after press and then adding blog, but it broke everything. I am a bit clueless with PHP after a certain level. Any help would REALLY! help me out.
Thanks!