| 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.
|
Apr 17 |
awarded | Necromancer |
|
Mar 14 |
answered | How to remove the Template drop down, but keep Parent and Order |
|
Mar 14 |
comment |
How to access current user ID within wp_hash_password() function from plugin? get_currentuserinfo does not work for you? codex.wordpress.org/Function_Reference/get_currentuserinfo |
|
Mar 14 |
answered | URL Redirect in Wordpress |
|
Mar 14 |
answered | Problem with custom post type search |
|
Mar 14 |
answered | apply filters only to specific post listing without check the url parameters |
|
Mar 14 |
answered | Mysql query and odd results |
|
Mar 14 |
comment |
wordpress remove views from action links in a custom post Must be something with your class code. Inserting this code into functions.php works great: add_filter( 'post_row_actions', 'remove_row_actions', 10, 1); function remove_row_actions($action){ unset($action['view']); return $action; } |
|
Mar 14 |
answered | wordpress remove views from action links in a custom post |
|
Mar 14 |
comment |
How can I limit page parent dropdown to show only author's own pages? No problem, glad to help you. |
|
Mar 14 |
comment |
Duplicating wordpress install issue This is OT. But I guess, he wants you to zip/rar folder site_backup in the root of wordpress install. If I were you, I would connect to FTP, download the whole folder, zip/rar that and upload that back. If you have no other possibility to get that ZIP/RARed (webdav etc.) |
|
Mar 14 |
answered | How can I limit page parent dropdown to show only author's own pages? |
|
Mar 14 |
answered | Listing wordpress users with a search function |
|
Mar 14 |
comment |
Listing wordpress users with a search function What about replacing 'search' => 'asterix' . $search . 'asterix' by 'search' => '%' . $search . '%' ? |
|
Mar 13 |
answered | Get custom thumbnail sizes |
|
Mar 13 |
answered | Option does not save or update upon page refresh |
|
Mar 11 |
awarded | Yearling |
|
Mar 11 |
awarded | Citizen Patrol |
|
Mar 9 |
comment |
Locale switching with a “language” taxonomy See my updated answer below |
|
Mar 9 |
revised |
Locale switching with a “language” taxonomy added 1031 characters in body |