334 reputation
18
bio website
location Sofia, Bulgaria
age
visits member for 2 years, 2 months
seen yesterday
stats profile views 20
Web: apache, php, javascript, jquery

Apr
24
comment Is it ok to chop index.php and include files?
Of course. I simply wanted to clarify what QA can expect using get_template_part as included files won't inherit variables for example.
Apr
24
comment Is it ok to chop index.php and include files?
Good to know that get_template_part is using require not include.
Apr
21
comment Adding rich text editor to my plugin
Start here codex.wordpress.org/Function_Reference/wp_editor
Apr
21
comment Conditional menu display
I guess you should be using the is_front_page() conditional tag then.
Apr
16
comment Wordpress built in custom fields don't validate or sanitize? Is there a way to fix this?
Imagine you don't get what you've passed to that custom fields...
Apr
15
comment User capability per post
Thanks, that's how I do it currently. Didn't know about the meta caps and implementing something like these is probably overkill.
Jan
3
comment Can I rename the wp-admin folder?
No, it's not..!
Nov
14
comment using WP_Query() in magento it shows
Seems like magento is declaring functions using same names as WordPress. __ is a localization function in WP. interested if someone got a solution.
Nov
11
comment Using a form to post to an external URL from within WordPress
Did you try disabling JavaScript? Some javascript might be manipulating form's action, but that's a wild guess.
Oct
10
comment qtranslate (language definition) when translation for selected language doesn't exist
Copy the english translation over other languages. That's how i cope with it.
Oct
5
comment How to find when qtranslate plugin's language changes?
Are you referring to qTranslate ???
Oct
5
comment Setup proper 301 redirect for deleted tags
I've updated my answer
Oct
4
comment Setup proper 301 redirect for deleted tags
Yep, that should do it
Mar
24
comment mySQL query. ORDER BY meta_key
omg. so ashamed but it worked.
Jul
28
comment Force core to use .dev JavaScript files
Thanks, that fixed it.
Jul
28
comment Force core to use .dev JavaScript files
Could be me, but that didn't make it. Does it matter where in the wp-config those are dropped in? I put them at the end
May
20
comment Use latest jQuery in WordPress (admin interface)
Great. Life saver!