| bio | website | corvannoorloos.com |
|---|---|---|
| location | The Netherlands | |
| age | 33 | |
| visits | member for | 2 years |
| seen | May 1 at 14:34 | |
| stats | profile views | 66 |
.
|
21h |
awarded | Revival |
|
May 16 |
awarded | Yearling |
|
Mar 6 |
awarded | Popular Question |
|
Feb 28 |
comment |
Customize my custom taxonomy table in Admin panel As a side-note @kaiser (and stephenharris) recently made a great plugin which displays most info about the current admin screen globals, contextual hooks, etc. (terribly sorry about the double comment/links, but I do think all are quite relevant to the original question) |
|
Feb 28 |
comment |
Customize my custom taxonomy table in Admin panel Thanks for the followup :) I know on different occasions a new <body> class will automatically be added. Also, if you really need to change a lot of CSS, you could always add one yourself. deluxeblogtips.com/2013/02/wordpress-admin-body-class.html |
|
Feb 28 |
revised |
Customize my custom taxonomy table in Admin panel deleted 11 characters in body |
|
Feb 28 |
revised |
Customize my custom taxonomy table in Admin panel Use identical instead of equal. See http://php.net/manual/en/language.operators.comparison.php |
|
Feb 28 |
answered | Customize my custom taxonomy table in Admin panel |
|
Feb 28 |
comment |
How to define theme translation file? Cool, thanks for the followup. Good luck! |
|
Feb 28 |
comment |
How to define theme translation file? You don't have to. If your theme supports localization, you have the theme's .mo file in the theme's languages folder, and your wp-config.php file contains define('WPLANG', 'sv_SE'); you're done. (or you can start translating) |
|
Feb 28 |
comment |
How to define theme translation file? Actually, *.po is just Poedit's extension name. It's the *.mo file you'll need. |
|
Feb 28 |
answered | How to define theme translation file? |
|
Feb 28 |
comment |
Change the login button on the login page Note this comment by Samuel Wood (Otto) twitter.com/pippinsplugins/status/235558089028419587. Not only has WordPress some mixed feelings about this solution (weight). It also actually does what you tell it to do. It filters all core strings. You might be better of wrapping the relevant strings into a statement. If not 'Username' in example will be altered in at least 6 other locations. Locations probably not relevant to this solution. |
|
Jan 18 |
comment |
remove post and categories/tags count from right now dashboard widget It is possible to remove the metabox and add a custom one. |
|
Jan 6 |
comment |
Understanding WordPress' post type support Thank you for your quick reply, but this doesn't exactly answers my question, mainly about remove_post_type_support 's exact functionality. |
|
Jan 6 |
asked | Understanding WordPress' post type support |
|
Dec 18 |
answered | the_post_thumbnail('medium') still gives thumbnail-size img |
|
Dec 16 |
comment |
How do I programatically remove Menus? It’s quite easy to interpret this question in many different ways. Any chance of posting a screenshot of what you’re trying to accomplish? |
|
Dec 16 |
answered | Remove “Insert from URL” link in Media upload - WP 3.5 |
|
Nov 17 |
comment |
How can I remove the image attachment ALT field? Have you read the article linked at? wordpress.stackexchange.com/q/5645/5424. Using the pre 3.5 uploader this should work. |