Thanks. I see I was struggeling with this already in december :-)
I have this working with post_query. Created a custom section in the base child theme. This works:
Please Login or Register to see this Hidden Content
I can change the array of the query_post to get any custom loop I would like. However, using query_posts gives trouble with the pagination. I read on a couple of forums that I should use wp_query. Let's say I would like to query only cat 3. Wordpress codex shows this code:
Please Login or Register to see this Hidden Content
Adding this in a custom section also works great. It creates a list of category 3 post titles. Instead of this simple loop I would like to load the Pagelines loop. How can I do that? I tried
Please Login or Register to see this Hidden Content
but that didn't work.
Thanks!