210 reputation
18
bio website
location
age
visits member for 1 year, 6 months
seen May 8 at 20:28
stats profile views 16

May
6
asked Update post_title and detail_url during “pods_api_post_save_pod_item” action in pods framework
Apr
23
asked Create a generic post type and define its metadata via another one used for categorization
Feb
10
awarded  Popular Question
Feb
5
answered Millions of Rows — Possible Solutions?
Jan
9
accepted store/cache ajax sent data to avoid repeated request
Dec
16
awarded  Yearling
Oct
28
accepted Make theme editor to show all theme's files
Oct
28
asked Make theme editor to show all theme's files
Oct
23
awarded  Teacher
Oct
15
comment Displaying custom post type on category pages but not on blog listings
what is the $query->query_vars['suppress_filters'] for?
Oct
7
comment Feed based newsletter wordpress based
ah, ok (no need to downvote though)
Oct
6
asked Feed based newsletter wordpress based
Sep
25
comment Load WP content with ajax less server demanding and faster than normal page loading?
aaaaaaaaaaaaaaahhhh! everyone is giving me a different answer!!!!
Sep
25
comment Load WP content with ajax less server demanding and faster than normal page loading?
themes too?? what for?
Sep
25
comment Load WP content with ajax less server demanding and faster than normal page loading?
I made the same question in stackoverflow and a guy told me that even in the ajax call all the plugins are run again. is that true?
Sep
25
comment Load WP content with ajax less server demanding and faster than normal page loading?
your list is valid for the first page load and in that situation you got a point. But I was referring to sequential calls using ajax instead of reloading the page, for example for pagination or in web apps (ok, don't take in count the SEO stuff)
Sep
25
comment Load WP content with ajax less server demanding and faster than normal page loading?
thanks @toscho, I noticed there was something strange going on! didn't notice i was in meta :D
Sep
25
asked Load WP content with ajax less server demanding and faster than normal page loading?
Sep
2
comment get latest post in category date
Eventually I used get_posts() with the category ID and then get_the_time(), I don't think the overhead would be much more than using $wpdb, isn't it?
Sep
2
accepted get latest post in category date