Stack Exchange
sign up
|
log in
|
WordPress Answers
Questions
Tags
Tour
Users
Ask Question
janw
less info
meta user
|
network profile
600
reputation
2
11
bio
website
location
Netherlands
age
26
visits
member for
1 year, 5 months
seen
yesterday
stats
profile views
61
600
reputation
bio
website
visits
member for
1 year, 5 months
2
11
badges
location
Netherlands
seen
yesterday
summary
answers
questions
tags
badges
favorites
bounties
reputation
activity
161
Actions
suggestions
reviews
revisions
comments
badges
posts
accepts
all
Apr
13
accepted
WP_query exclude a category unless it has more then one catagory
Apr
12
answered
WP_query exclude a category unless it has more then one catagory
Apr
11
comment
WP_query exclude a category unless it has more then one catagory
ahh yes, didn't think about that Will try it tomorrow. tnx
Apr
11
comment
WP_query exclude a category unless it has more then one catagory
Yes, I thought about loading far to much and skipping these inside the loop but that would break the pagination. Any ideas?
Apr
11
asked
WP_query exclude a category unless it has more then one catagory
Mar
2
awarded
Popular Question
Feb
25
comment
Using Wordpress 3.5 Media Uploader in meta box?
you might wanna take a look at the source code of this in my plugin:
wordpress.org/extend/plugins/default-featured-image
Jan
7
revised
Disable gallery in 3.5 media iframe
shameless plug
Jan
7
accepted
Disable gallery in 3.5 media iframe
Jan
7
comment
Disable gallery in 3.5 media iframe
Yes I understand but the way I solved it is so different (in code) It doesn't fit. And I kinda forgot this question :|
Jan
6
comment
Disable gallery in 3.5 media iframe
Ahh thanes for the response. But I already found a solution, and implemented it in my plugin:
wordpress.org/extend/plugins/default-featured-image
Jan
4
comment
Change Twenty twelve theme background color
I was first ;) but his is a better answer obviously.
Jan
4
answered
Change Twenty twelve theme background color
Jan
2
answered
Display all posts from specific categories on a page
Jan
2
comment
Display all posts from specific categories on a page
Don't use
query_posts
wordpress.stackexchange.com/a/50762/10911
. Use
WP_Query
for this
codex.wordpress.org/Class_Reference/WP_Query
Dec
20
comment
Can't load wp-login
Can you add the code that is on that line?
Dec
20
comment
How to make a image-size selected by default in Media upload - WP v3.5
this does not directly answer your question but is is kind of related:
stackoverflow.com/questions/13936080/…
Dec
18
comment
Attempting to filter posts using get_terms
That does trigger that behavious but that doesn't fix how you send over your params
Dec
18
comment
the_post_thumbnail('medium') still gives thumbnail-size img
try disabeling plugins to see is one of them brakes it.
Dec
18
answered
the_post_thumbnail('medium') still gives thumbnail-size img
WordPress Answers works best with JavaScript enabled