Tagged Questions
0
votes
1answer
56 views
Paginating a list of all posts collected by category titles
I'd be really grateful if anyone has any ideas about what might be wrong with this code or, alternatively, could suggest an entirely different way of achieving the same aims.
I have a site (staged, ...
-1
votes
2answers
192 views
Different Output for “Every Other” Foreach Statement?
I'm currently using the following code in order to get subcategories in a category page and getting the posts foreach subcategory. In the part where it echos "span-12" (line 14) i want it to echo ...
0
votes
2answers
255 views
Code that displays images - images get shown multiple times
On My category.php page i've got a list of categories with the title and the description.
Here's the code:
<?php
$cat_id = get_query_var('cat');
$catlist = ...
1
vote
3answers
171 views
query in category.php repeats itself
I'm need some help on my query.
I'm building up a category page where on top a post need to show where custom field key 'uitleg' has value 'ja'. Per category there is only one post with that value. ...