Change the text on the Publish button
Is there a way to change the text of the publish button on a custom post type to say some different? For example, Save instead of Publish. And also remove the draft button?
Is there a way to change the text of the publish button on a custom post type to say some different? For example, Save instead of Publish. And also remove the draft button?
I’ve got the following code, which cleans up a lot of stuff that is not going to be used within the admin area:
I’ve added a new page under “Pages” in the wordpress admin, and added several custom fields. I’d also like to be able to add an upload image field to the page editor – is there some way to do this via custom-fields?
I am getting a bit frustrated over here after having spent a few hours trying to accomplish this fairly simple task without any luck.
I have created a Custom Post Type called 'listing' and added a Custom Taxonomy called 'businesses'. I would like to add a dropdown list of Businesses to the admin list for the Listings.
I wrote a plugin that displays all products in a woocommerce store in admin settings option, now I want to add a link to download the products as CSV file.
I have spent the last day using the functions.php file to fully customize WordPress for my client sites. I am amazed at how much I have been able to accomplish and how much easier it will make things for my clients.
The more customization I make to WordPress the more I start thinking about if I should be organizing this file or splitting it up.
I’m currently trying to implent a new custom column at the page manage screen that will let me change the status (published/pending) of the different pages via an easy toggle link.
I’m using a few plugins that have shortcodes … however, instead of creating a public page for the content, I’ve created some new pages within the admin using add_menu_page and I need to know how to utilize do_shortcode() within this context.