| 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.
|
Feb 11 |
awarded | Critic |
|
Feb 11 |
answered | Listing all custom post types using a specific term on the said term's template page, in groups |
|
Feb 11 |
comment |
Comments numbering on multiple pages It would help if I had an option to see the outputed HTML and CSS somewhere - jsfidlle? |
|
Feb 11 |
answered | How do I return an image from a script |
|
Feb 10 |
answered | Trying to create a custom column for a custom post type |
|
Feb 10 |
comment |
Do i need to keep register_post_type in functions.php? yep, it does work on single blog installation. See codex.wordpress.org/Must_Use_Plugins#History_and_Naming |
|
Feb 10 |
revised |
Comments numbering on multiple pages deleted 626 characters in body |
|
Feb 10 |
revised |
Comments numbering on multiple pages added 599 characters in body |
|
Feb 10 |
answered | Comments numbering on multiple pages |
|
Feb 10 |
answered | Move content between custom post types |
|
Feb 10 |
comment |
Properly customizing login/register form You're welcome. I've spent few hours on this problem just few days ago, and I'm glad I can share my knowledge and save other's time ;) |
|
Feb 10 |
revised |
Properly customizing login/register form added 774 characters in body |
|
Feb 10 |
comment |
Do i need to keep register_post_type in functions.php? By "the assurance" I mean that the plugin is always loaded and can not be deactivated from the administration. Thus, all custom taxonomies, custom post types, shortcodes and other things which should go to the site specific plugin. You can read more in here: wpbeginner.com/beginners-guide/… or here: bravenewcode.com/2012/04/… |
|
Feb 10 |
answered | Do i need to keep register_post_type in functions.php? |
|
Feb 10 |
revised |
using pre_get_posts to exclude added 1 characters in body |
|
Feb 10 |
answered | Properly customizing login/register form |
|
Feb 10 |
comment |
Unable to get wp_redirect() working after adding a CPT via the front end this is a best practice. Get pre_get_posts hook triggers before a proper posts query request to the DB is done a though you can save data to the DB and afterthat redirect to the home without fetching any data over the necessary limit. This hook is also triggerd before any output. |
|
Feb 10 |
answered | Unable to get wp_redirect() working after adding a CPT via the front end |
|
Feb 9 |
answered | using pre_get_posts to exclude |
|
Feb 8 |
comment |
How to add a class to ul tags created by the WordPress editor Tinymce? Than you can append class to your shotcode ul and set it another css |