Hey guys, do you know how to translate the labels of a CPT with WPML? Is your plugin adding a text domain? To clarify: I don’t want your plugin translated, I want different labels in different languages.
I only found this info on the WPML forums regarding the text domain: https://wpml.org/forums/topic/translate-custom-post-type-archive-slug/
'name' => _x( 'Books', 'post type general name', 'your-plugin-textdomain' ),
'singular_name' => _x( 'Book', 'post type singular name', 'your-plugin-textdomain' ),
'menu_name' => _x( 'Books', 'admin menu', 'your-plugin-textdomain' ),
'name_admin_bar' => _x( 'Book', 'add new on admin bar', 'your-plugin-textdomain' ),
'add_new' => _x( 'Add New', 'book', 'your-plugin-textdomain' ),
Thanks in advance!
]]>Hi plugin devs, @jamescollins and @glenn-om4
Wordfence is now flagging this plugin as “appears to be abandoned”. It would be great if you could push out an update.
The Plugin "Custom Post Type Editor" appears to be abandoned (updated 4 September 2020, tested to WP 5.5.11).
]]>
Is it possible / could it be possible to use this plugin to add support for the block editor to an existing custom post type?
]]>Hi there, I hope this isn’t off topic.
I changed a post type called “Projects” to “Skills”. Everything fine, except the url still shows “…/projects/…” in stead of “…/skills/…”.
Is this included in the plugin?
Thanks a lot!
Wannes
]]>Hello James, I understand this plugin enables me to rename CPTs which might conflict with other plugins. That’s just what I need, but since I’m a newbie in WordPress I have some doubts which I hope you could clarify before I install this Editor.
I thought that I could hack my theme in order to change CPTs but sadly discovered that there are templates with many calls to the CPTs. Your Editor might save me from hiring a developer, but how does it work: does it modify all templates tags/calls, or it creates a redirect from CPT oldname to newname? Does it change something in the database? Also, is the “reset all” feature really putting things back to normal?
I’d appreciate your advice.
I have installed this plugin and renamed my customer post type and it is working just fine. But the problem is my custom post category is available there so that I can rename.
Here is the complete scenario:
I have custom post type “Portfolio”. This custom post type also show “Portfolio Categories” and “Portfolio Tags” in admin area menu like we see in page and post. In plugin I didn’t see any option to rename Portfolio Categories to Package Categories or something else. Similarly for tags.
Please help.
]]>Hi!
I’ve replaced with your plugin my default “Projects” menu to “Looks”
Now, i’m setting the roles for a new Author profile through User Role Editor plugin and i see “Looks” but it is an empty folder and none capabilities shown…
What’s wrong?
Thanks
]]>Great Plugin – Found it really, really useful (or my clients will). I would like to suggest a feature inclusion, to be able to change the description of a custom post – this makes it really hand for clients to edit the options on their archive pages where I include a description taken from the ‘description’ label from the custom post setup. I’ve even included the code I used to adapt it:
$labels['description']['name'] = __( 'Post Type Description:', 'cpt-editor' );
$labels['description']['description'] = __('The text used to describe the post type.', 'cpt-editor' );
I simply slotted it under the other $labels parts on the main file.
Thanks
]]>I was using CPT Editor to create custom post types. I went to check how the post type was set up and it has disappeared from the wordpress admin menu (the left side menu). Any ideas what could have caused that?
]]>Hi
I used this plugin recently in my website,
it did not change the post type name and it created a warning message that is now displaying on my site.
If you go to my site: https://www.nefesch.com/shows
That is the page for the post type that is called “Classes”
I wanted to change it to “shows”
Inside that page you will see the different type of shows that I offer, when you click on any of them (any of the posts inside the “classes”)
you will see displaying a warning message:
Warning: array_map() [function.array-map]: Argument #2 should be an array in /home/nefes2yo/public_html/wp-includes/category-template.php on line 1158
I have tried reverting everything to default, but it doesn’t fix it.
I have also tried to fix it by deactivating and even uninstalling the plug in.
And I have even uploaded again the original “category-template.php” file.
Nothing seems to help.
Could you please help me out to fix this?
thank you
]]>I am a neophyte at this. Someone else created a Custom Post Type for me which I no longer use at all, and I would like to just get rid of it. There are no actual posts of that type, it just shows up on my Dashboard menu. Can I use this plugin to get rid of it? Thank you.
]]>I am working on a site with custom post type editor installed. I have tried to export the posts included in it, but the wordpess importer on the new site doesn’t recognize it or gives me a “failed to import…” on every post.
Do you know of a way to export these posts, and then import them into the new site? I have tried a few plugins, but nothing seems to do the trick. Your expertise is greatly appreciated!
Angie
]]>Love this plugin…but of course, we always want more!
Would be great to change the cpt’s dashicon and menu position in wp-admin. Is this on your roadmap?
In the meantime, can anyone point me in a direction on how to do this?
]]>I created a costum post type of the plugin “Store Locator”, and it worked just fine, when I had this code on my page: [cpt_list post_type=”store_page” posts_per_page=”500″ list_title=”false” title_links=”true” show_post_content=”false”]
Now, I wanted to sort after categories and added a category. [cpt_list post_type=”store_page” posts_per_page=”500″ category=”Wuppertal” list_title=”false” title_links=”true” show_post_content=”false”]
This doesn’t work, but it says “No entries found”, which is why I assume, that it somehow works.
Do you have any idea, what could be the problem?
Did you have problems with categories before?
Thanks and and regards,
Lisa
>> Notice: Undefined index: page in D:\www\content\plugins\cpt-editor\cpt-editor.php on line 196
>> Notice: Undefined index: attachment in D:\www\content\plugins\cpt-editor\cpt-editor.php on line 196
]]>Is it possible to rename “Links” in the admin left nav?
]]>Just wondering if there is a way to rename the slug or permalink
]]>Hi @jamescollins.
I’ve just started using your plugin as part of the rebuild of my community site, and I’ve just changed ‘Post’ to ‘News’.
However, I notice that the post class hasn’t changed – it still display ‘post type-post’ rather than ‘news type-news’.
It’s not a big deal really, just an observation that’ll help with making CSS clearer, that’s all.
Thanks for your work.
]]>Hi,
I am trying to use this plugin to change the Custom Post Type in Woo from “Portfolio” to “Our Team”. It seems to work on my WordPress dashboard, and in the breadcrumbs but not at the top of the page itself on the website here: https://www.perfectlysocial.com/team/
I’m not sure why this is. Can anyone help? Am I doing something wrong?
]]>