110 reputation
6
bio website
location
age
visits member for 1 year, 3 months
seen 2 days ago
stats profile views 8

Apr
19
comment Can I change a custom post type label from a child theme?
Thanks! This was a huge help!
Apr
19
comment Change labels of custom post type via child theme
Hi Vinod, I'm not sure that will work. That's changing the background of the div, where the current function adds the actual image. So this would change the background, but the original image would still show up. Thoughts?
Apr
19
comment Change labels of custom post type via child theme
Vinod, I'm curious if it's this simple to change the arguments for the custom post type. I'm trying to change the image used in the menu. I've got: $args = &$wp_post_types['portfolio']->args; $args->menu_icon = get_template_directory_uri() .'/includes/images/new-image.png'; but this doesn't seem to work.
Apr
19
awarded  Supporter
Apr
19
accepted Change labels of custom post type via child theme
Apr
19
comment Change labels of custom post type via child theme
Worked brilliantly. Thank you!
Apr
19
awarded  Commentator
Apr
19
comment Change labels of custom post type via child theme
Well, it seems to work, with one exception. The main label on the sidebar is not changing. It looks like "name" should be changing that. Any ideas?
Apr
19
comment Change labels of custom post type via child theme
hot damn. I'm trying it now. Thanks!
Apr
19
comment Can I change a custom post type label from a child theme?
@toscho would you mind expanding on this a little more? I'm not very savvy with PHP, and I'm confused as to how you would do this. Might you give an example? Thanks for your help.
Apr
19
asked Change labels of custom post type via child theme
Mar
21
awarded  Student
Sep
9
awarded  Editor
Sep
5
awarded  Tumbleweed
Feb
24
awarded  Scholar
Feb
24
comment My Calendar Plugin - add output directly in template file
Thanks! This was actually in the FAQs and I totally missed it.
Feb
24
accepted My Calendar Plugin - add output directly in template file
Feb
23
asked My Calendar Plugin - add output directly in template file