Skip to main content

Questions tagged [publish]

The tag has no usage guidance.

0 votes
0 answers
15 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 ...
euroluar's user avatar
0 votes
0 answers
13 views

Not working Mobile view and Desktop view properly when we searched on website

As we were working on WordPress the problem arose when it did not accept mobile view and desktop view properly Even it was published to check whether it is working or not please tell us how to rectify....
Indian Shades's user avatar
0 votes
0 answers
9 views

When i save or publish a post setting reset wp

When I publish an article this resets several settings: my generatepress theme logo setting new ads created with wp quads and the newsletter form reset I disabled the maximum extension, and I have ...
Zz00's user avatar
  • 1
1 vote
1 answer
42 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 ...
user5728578's user avatar
0 votes
1 answer
74 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: <...
daro2013's user avatar
1 vote
2 answers
71 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?
Ali Kiani's user avatar
0 votes
0 answers
23 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){ ...
Miguel Angel Salas8's user avatar
0 votes
1 answer
68 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 () { ...
user18102663's user avatar
0 votes
1 answer
57 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.
Victoria Lievikova's user avatar
0 votes
2 answers
250 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-...
Jaime Roman's user avatar
5 votes
1 answer
194 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 ...
Karma's user avatar
  • 176
0 votes
2 answers
37 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() { ...
Jabir Shaikh's user avatar
0 votes
0 answers
32 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:...
Anna_B's user avatar
  • 101
0 votes
2 answers
125 views

Prevent post from being published and show error

I'm trying to prevent a post from being published if it contains certain words using the folowing: function jhnppWord($content) { global $post; $content = $post->post_content; $...
Johan Barnard's user avatar
0 votes
0 answers
22 views

Publish box in CPT remove 'edit' link

Hello I have a custom post and in the Publish Box I would like to remove the timestamp edit link.
jamesnelson82's user avatar

15 30 50 per page
1
2 3 4 5
20