245 reputation
17
bio website visztpeter.me
location
age
visits member for 1 year, 10 months
seen 13 hours ago
stats profile views 13

May
30
awarded  Yearling
May
23
comment Conditional logic for the new 3.6 structured post formats
I'm not sure what you mean, the question is not exactly based on any code. In short: what should i write in the if expression to disable something in WordPress 3.6 and above.
May
23
asked Conditional logic for the new 3.6 structured post formats
May
21
accepted Should i delete the posts created by a plugin on uninstall?
May
17
asked Should i delete the posts created by a plugin on uninstall?
May
17
comment How to set hierarchical terms to a post using wp_set_object_terms
Thanks, yes, i know understand the logic, i just need to check & create the subcategory with wp_insert_term, and i just attach the term by id to the post
May
17
accepted How to set hierarchical terms to a post using wp_set_object_terms
May
16
asked How to set hierarchical terms to a post using wp_set_object_terms
Apr
1
comment Why does the page/post ID keep growing when i refresh the post-new.php file?
Thanks, i don't worry about this then, but its still a little strange i think...:)
Apr
1
accepted Why does the page/post ID keep growing when i refresh the post-new.php file?
Apr
1
comment wp_query select if have comments
stackoverflow.com/questions/4829733/… - Look at the seconds answer, you just need to change the IF statement
Apr
1
asked Why does the page/post ID keep growing when i refresh the post-new.php file?
Jan
25
accepted Is it safe/recommended to use wp_enqueue_script function outside the functions.php file?
Jan
25
asked Is it safe/recommended to use wp_enqueue_script function outside the functions.php file?
Jan
11
accepted Filter taxonomy terms using multiple id in the edit-tags.php
Jan
11
comment Filter taxonomy terms using multiple id in the edit-tags.php
Thanks, works as excepted, i just needed to change post_tag to my taxonomy name.
Jan
10
asked Filter taxonomy terms using multiple id in the edit-tags.php
Jan
5
comment Set post date before 1970
Got it. Worth to mention though, that i have 25.000 books:)
Jan
5
comment Set post date before 1970
Let me ask you, what do you think, is it a good enough solution to use a custom taxonomy for the years? I think i can create a custom sql query to sort the results based on the term name(because the db structure is basically the same with the post meta solution too) and i think its a little easier to manage the years+books in the backend.
Jan
5
accepted Set post date before 1970