8 reputation
4
bio website
location
age 29
visits member for 11 months
seen Feb 3 at 17:54
stats profile views 1

Jan
19
comment Combine query_posts() and get_posts() into single query
cheers for the help, that worked great - I just realised that the limit of 4 was being caused by the basic reading settings in wordpress duh.
Jan
19
accepted Combine query_posts() and get_posts() into single query
Jan
19
comment Combine query_posts() and get_posts() into single query
Cheers, it seems to work but only grabs the events and posts in limited number, it onl gets a total of 4 whereas there is 18 posts and 2 events.
Jan
19
awarded  Editor
Jan
19
revised Combine query_posts() and get_posts() into single query
added 434 characters in body
Jan
19
comment Combine query_posts() and get_posts() into single query
@helgatheviking i tried this but it only pulled the events, not the normal posts: <?php $args = array('post_type'=>array('posts', TribeEvents::POSTTYPE)); ?> <?php query_posts($args); ?> <?php while ( have_posts() ) : the_post(); ?> <p>test</p> <?php endwhile;?>
Jan
19
asked Combine query_posts() and get_posts() into single query
Nov
16
asked WP-Ecommerce Track and Trace
Oct
24
awarded  Tumbleweed
Oct
20
awarded  Student
Oct
19
awarded  Scholar
Oct
19
accepted Moved wordpress from localhost to live and wp-admin shows white screen
Oct
15
asked Moved wordpress from localhost to live and wp-admin shows white screen