Adetona
Forum Replies Created
-
Forum: Reviews
In reply to: [WP Medium Editor] Very goodThank you.
Forum: Plugins
In reply to: [WP Medium Editor] Load over HTTPS (mixed content)I will look into it. Thank you, Jan.
Forum: Developing with WordPress
In reply to: Post content not showing in the edit post textarea.Thank you guys. I’ve solved the problem.
Forum: Developing with WordPress
In reply to: Post content not showing in the edit post textarea.@anevins Please, can you point me to a guide on how to enque JS script in wordpress?
Forum: Developing with WordPress
In reply to: Post content not showing in the edit post textarea.I want to add some Javascript script to the top of the textarea. How do I do this?
Forum: Fixing WordPress
In reply to: How to Display post_content in textarea field (in the edit box).?@swansonphotos The tinymce editor shows up again.
Forum: Fixing WordPress
In reply to: How to Display post_content in textarea field (in the edit box).?@swansonphotos I replaced the default text editor with a textarea.
I use a plugin.
This is my code:
function wpdocs_remove_post_type_support() { remove_post_type_support( 'post', 'editor' ); } add_action('init' ,'wpdocs_remove_post_type_support' ); function myprefix_edit_form_advanced() { require('texteditor.html'); } add_action( 'edit_form_after_title', 'myprefix_edit_form_advanced' );
Forum: Fixing WordPress
In reply to: How to Display post_content in textarea field (in the edit box).?@swansonphotos I’m not able to edit the post. How do I go about it? Thanks.
Forum: Fixing WordPress
In reply to: How to Display post_content in textarea field (in the edit box).?@swansonphotos What I meant was that I removed the default text editor with a textarea but having problem with displaying the saved content when in the edit mode. I hope this is clear enough?
Forum: Fixing WordPress
In reply to: How to Replace tinymce with my own custom textareaAlright. Thank you, Jan.
Forum: Fixing WordPress
In reply to: How to Replace tinymce with my own custom textarea@howdy_mcgee What should I name
post_content
?Thanks.
Forum: Plugins
In reply to: [WordPress REST API (Version 2)] What is the Importance of REST API ?I will do. Thanks so much.
You mean all my registered members will automatically be a member of the QnA without re-registering. Thanks
Bet ,
I really appreciate your help so far. I will go for that premium plugin.
Thanks