Questions tagged [publish]
The publish tag has no summary.
297 questions
0 votes
0 answers
26 views
Scheduled Posts in WordPress do not retain the value of a Custom Field
When I create a post in WordPress and set a custom (meta) field it saves it correctly. However if I schedule it, when it publishes it the value is lost.
0 votes
0 answers
34 views
How to add publish button in menu All Posts (Wp-Admin)
I want to know if it possible, to add Publish button near Edit. For example I want to publish posts directly without clicking Edit->Publish
0 votes
0 answers
30 views
Why does my custom slug only show in Gutenberg editor after page refresh?
I'm using an acf field to create a custom slug for a post type. Everything works and saves correct in the database. Only the shown value of the link field in the backend is not updated on publish. I ...
0 votes
0 answers
66 views
When i create a blog and add an image to it, the blog of the that image is created and Published and search a blog to show both ? how to solve it?
I have created a blog on my website and added images. However, when I search on Google, both the image (Media) and the blog are showing up, but I only want the blog to appear. For example, the blog ...
0 votes
1 answer
37 views
ImageMagick on wordpress 6.5.5 for Linux Alma 8 success but which no magick
I am trying to add a Page or an Entry and the message when trying to publish is the following: The publication has failed. The response is not a valid JSON response. I have also published my query ...
1 vote
1 answer
131 views
Can't publish custom type posts that don't support title and editor, instead they're saved as draft
I’m developing a plugin that registers custom post types without support for title and editor. I’ve been working on this project for a couple of months now and when I began (WP version 6.3.1), it used ...
0 votes
1 answer
119 views
Check if a new Wordpress post is successfully published with jQuery
I would like jQuery to click on a button/link after a Wordpress post is successfully published for the first time. Here are CSS selectors for WP publish ID: // Before a post is published: <...
1 vote
2 answers
135 views
disable the post title field after publishing
Changing the title of the article can be very dangerous for search I'm looking for a way to disable the post title field after publishing for authors and editors Can anyone help me in this regard?
0 votes
0 answers
42 views
It tells me that I exceeded the maximum number of executions when trying to publish content
I need the code to replace a post to be executed when publishing, it asks me for the ''updateSaved'' function. function actualizacionPost($condicion){ ...
0 votes
1 answer
143 views
What's the best way using vanilla js to force confirmation on publish button?
I am trying to force a confirmation in certain cases in the editor screen. I'm using something like this after selecting the publishButton: publishButton.addEventListener('click', function () { ...
0 votes
1 answer
83 views
Add custom button to the changeset status in the Customizer
I would like to add custom button to changeset_status in the Customizer actions. Any idea how can I do that? Thank you.
0 votes
2 answers
583 views
update asset url on free slider revolution version 6.5.25
I am trying to change the local environment of my wordpress (fireide.local) to a public environment. I have used velvet-blues-update-urls to change the url, I have selected all the options in velvet-...
5 votes
1 answer
235 views
Bulk post approval and publishing doesn't work
I'm new to WordPress plugin development. I'm trying to develop a simple plugin that creates a sub-menu named Approval under Posts menu and checks if any draft post has the post meta approve set to ...
0 votes
2 answers
59 views
when I Try to Create new Post or Page it goes Draft(I can't post Anything)
I have Done Some Debugging is there: 1, Deactivate Plugins 2, Switch Themes 3, Update plugins & themes 4, update the WordPress version 5, in functions.php : function remove_dashboard_widgets() { ...
0 votes
0 answers
39 views
How is it possible to use a very reduced version of WordPress?
My dream would be to code a website just with HTML, CSS and JavaScript, and then connect parts with a very simple CMS. For example, I would have a text area, and just write in HTML something like that:...