disable the post title field after publishing

Use the action hook edit_form_after_title The display:none rule might cause some JS issue so it might be best to use visibility:hidden so the element is still accessible to whatever scripts in the DOM. This condition will hide the form fields and show the title and URL statically. add_action(‘edit_form_after_title’, function($post) { if( !empty($post->post_title) && !current_user_can(‘manage_options’) ) … Read more

Why are many options missing from the editor?

Switch your editor to use the visual mode instead of the text mode. You’ll find this on the right-hand side of your editor. Also, see the item with a grey box around it in the below image. That’s the “kitchen sink” button. It toggle’s the rest of the toolbar for a deeper list of options.

How i can customize WordPress front page in WP dashboard editor?

You can use Elementor plugin. Elementor is quickly growing in popularity and is another impressive freemium page builder plugin for WordPress. With a good selection of widgets and page templates in the free version, Elementor is certainly competitive. So let’s find out if it should be your page builder plugin of choice.

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)