| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 10 months |
| seen | May 18 at 22:22 | |
| stats | profile views | 48 |
|
May 17 |
comment |
Set custom name for generated thumbnails sorry, still traveling. I'll test it soon and let you know. Thanks. |
|
May 11 |
comment |
Wordpress slug issue with non-latin characters which version of wordpress you used, and what do you have on your htaccess. The 2-byte character permalinks should work just fine on the latest. |
|
May 8 |
comment |
How to remove welcome screen and its screen option checkbox? As I've said I have those codes you gave already, and been using it. That's just not the answer to my question above. Thanks anyway. |
|
May 7 |
comment |
How to remove welcome screen and its screen option checkbox? I have these codes, but it only turn off the welcome overlay page, it does not remove the checkbox on the screen option. |
|
May 7 |
comment |
How to remove welcome screen and its screen option checkbox? Agree with both. I like the idea of completely removing it, however, if not wrong, that welcome screen was hardcoded in 2 files. If no way to remove it, then hiding it better than displaying it. So if anyone has the option to remove it using filter function, that'll be even better. |
|
May 6 |
comment |
Add template meta box to category edit page? excellent. Got it. Thank you very much. |
|
May 6 |
comment |
Add template meta box to category edit page? I just downloaded from the link above, it's 0.2 from wordpress.org. That's the one giving me error. |
|
May 6 |
comment |
Add template meta box to category edit page? include category_template.php file in function.php, it came back with "Fatal error: Class 'Custom_Category_Template' not found in category_template.php on line 138". Can you please help? |
|
May 2 |
comment |
Add template meta box to category edit page? Unfortunately adding a template meta box is different from just adding a meta box, cause it needs to have a hook into WP to apply the template. Thanks anyway. |
|
May 1 |
comment |
How to remove contextual help on WP 3.3.2? I used the final code you gave, and that's what I meant by trimmed. The code you mentioned the middle, I assumed then it was a by-product. Anyhow, that's the working version. Thank you. |
|
May 1 |
comment |
How to remove contextual help on WP 3.3.2? that hook doesn't work either, but I shorten your original code, and it worked. I'll edit my original post and put the code there. Thanks. |
|
May 1 |
comment |
How to remove contextual help on WP 3.3.2? did admin_head, no more error, but the help tab and its content still stick. Any suggestion? |
|
May 1 |
comment |
How to remove contextual help on WP 3.3.2? Just tried the code, got "Fatal error: Call to a member function remove_help_tabs() on a non-object" on this line "$screen->remove_help_tabs();" Anything else I need? |
|
May 1 |
comment |
How to remove contextual help on WP 3.3.2? Default wordpress contextual help for all screens. Basically the tab and anything you see when the tab drops. |
|
Feb 22 |
comment |
remove and disable image link in functions.php As said above, I need to disable thumbnail the links on any images or thumbnails inserted into the post using the media manager, not individually like you posted (which is exactly the link I provided above as I marked not that one). This means, disable must be done in functions.php like a filter for any images inserted via media manager. Then also a filter that can remove any existing links inserted via the media manager, which may not be easy to differentiate if using preg_match of the img url. Hopefully you get the picture. |
|
Feb 10 |
comment |
remove and disable image link in functions.php This is exactly the link that I included in the original post as NOT THE ONE. Thanks anyway. |
|
Nov 14 |
comment |
dynamic external javascript generated using php Milo, wp_localize_script only generate inline script, not external js script. |
|
Oct 6 |
comment |
remove and disable image link in functions.php well, you asked for full story, that's what caused it. There's the link, and that needs to be removed. What you provided and what the link in my original post only covers prior, not after. |
|
Oct 6 |
comment |
remove and disable image link in functions.php anyone uploading images, if setting was not previously unset for auto-embed, and one did not knowingly check "none" for Link URL, then a link will be generated for each image inserted into post. |
|
Oct 6 |
comment |
remove and disable image link in functions.php not exactly it, but this may be good for restricting attachment editor interface. What I need is to remove the attachment links already in the post using functions.php. |