603 reputation
16
bio website
location Stockholm, Sweden
age 39
visits member for 1 year, 3 months
seen Mar 21 at 10:27
stats profile views 14

Feb
13
awarded  Yearling
Jul
25
awarded  Scholar
Jul
25
accepted For what queries is conditional tags informative?
Jul
22
comment For what queries is conditional tags informative?
There's an answer to this question and the correct answer would be useful for the wp community.
Jul
21
answered programmatically adding categories to custom taxonomy
Jul
21
comment For what queries is conditional tags informative?
Yeah, I can't use is_category() in some situations and that's why I ask for a better understanding. Like many others I use conditional tags in actions and filters, not just in specific templates. I don't believe that's wrong.
Jul
21
asked For what queries is conditional tags informative?
May
4
comment Query not sorting DESC
You must put DESC in your query of course but I believe you have another problem. 120403 is not a timestamp. The best solution is to save the date as a timestamp.
Apr
25
answered How to speed up a wordpress function with multiple loops?
Apr
24
comment Is my host the problem?
Smush it looks good but if you have many pictures you should also take a look at spriteme.org The big sites use similar methods to merge all pictures into one and then use css to show parts of the big picture. The client only needs to request one (big) picture
Apr
23
comment How to stick custom post at the top in search results
Yeah, I made a small edit to avoid duplicates.
Apr
23
revised How to stick custom post at the top in search results
added 307 characters in body
Apr
22
revised Will this slow down wordpress webpages?
added 16 characters in body
Apr
22
answered Will this slow down wordpress webpages?
Apr
22
answered One site, 2 distinct sections: two different top nav menus?
Apr
22
revised How to stick custom post at the top in search results
deleted 1 characters in body
Apr
22
answered How to show certain data on certain interval of period
Apr
22
answered How to stick custom post at the top in search results
Apr
21
answered How to add a class to meta box
Apr
21
comment How can I query the db to access current post information?
yep, the helper functions are called template tags. The post related ones are here: codex.wordpress.org/Template_Tags#Post_tags