Info
- 3 posts
- 2 voices
- Started 1 year ago by chengdu living
- Latest reply from chengdu living
- This topic is resolved
Remove "Allowed markup" text on post page
-
- Posted 1 year ago #
On the post page, it says
Allowed markup: BBcode a blockquote code em strong ul ol li img font strike center u hr cite. You can also put code in between backtick characters.How can I remove this text? I checked bb-post.php but couldn't figure it out.
Thanks in advance!
-
- Posted 1 year ago #
You just want the text removed so it doesn't show, even if people can still use it? If so, just edit your template files post-form.php and edit-form.php and remove the line that says:
<p><?php _e('Allowed markup:'); ?>
<?php allowed_markup(); ?>.
<?php _e('Put code in betweenbackticks.'); ?></p>If you actually want to change that or prevent the use of those tags, then you need to add a filter.
-
- Posted 1 year ago #
Worked great, thanks!!
-
You must log in to post.