1,423 reputation
139
bio website david.binda.cz
location Czech Republic
age
visits member for 1 year, 2 months
seen Mar 27 at 22:31
stats profile views 100

(hard)Core WordPress expert from the Czech republic

I've got over 4 years of experience with WordPress powered websites - even heavy load ones. I've created over 70 tailored WordPress themes and over 40 WordPress plugins.

david.binda.cz


Feb
8
comment How to solve this without flushing the rewrite rules for each post query the visitor triggers?
You have to register that variable in your functions.php and apped it to the link. Viz. my answer abowe
Feb
8
comment How to solve this without flushing the rewrite rules for each post query the visitor triggers?
Than there must be sometihg wrong with checking for query var 'latest_post'...
Feb
8
answered Jetpack Infinite Scrolling For Multiple Columns On Same Page?
Feb
8
answered How to add a class to ul tags created by the WordPress editor Tinymce?
Feb
8
answered Get value form wordpress database
Feb
8
comment why do drafts return as part of wp_query?
I've modified the Codex mentioning this partiular case.
Feb
8
comment How to solve this without flushing the rewrite rules for each post query the visitor triggers?
See extended answer...
Feb
8
revised How to solve this without flushing the rewrite rules for each post query the visitor triggers?
added 1087 characters in body
Feb
7
comment How to solve this without flushing the rewrite rules for each post query the visitor triggers?
See modified answer...
Feb
7
revised How to solve this without flushing the rewrite rules for each post query the visitor triggers?
modified answer after comment was added to original querstion
Feb
7
answered why do drafts return as part of wp_query?
Feb
7
answered How to solve this without flushing the rewrite rules for each post query the visitor triggers?
Feb
7
comment Append custom parameter to taxonomy/term URI
Try to follow this question and it's solution: wordpress.stackexchange.com/questions/39500/…
Feb
6
answered Moving WordPress.com site to personal domain intact
Feb
6
awarded  Informed
Feb
6
awarded  Analytical
Feb
6
answered Is there any way to use get_template_part() with folders?
Feb
6
comment Dynamically generate category id and store in variable
get_the_category also does not produces ID, but an array of term objects... try $storenum = get_query_var('cat') instead
Feb
6
answered How to Add Rewrite Ruled Argument Into Permalink Properly
Feb
6
comment Unable to receive password recovery e-mail for certain e-mails
Yep, check your spam folder ;)