05/05/2015 at 1:56 pm
#333476
Keymaster
@ Jay
This can be done by adding a action. Here’s how…
First, install the Code Snippets plugin.
Add a new snippet with the following code:
add_action( 'cn_form_edit_entry_before', 'cn_form_before_message' );
function cn_form_before_message() {
?>
My Message Here!
<?php
}
Change My Message Here! to what you want.
Save and activate the new snippet.
That should do it. Hope that helps!
-
This reply was modified 11 years, 3 months ago by
Steven Zahm. Reason: Syntax highlight the code
-
This reply was modified 11 years, 3 months ago by
Steven Zahm. Reason: Syntax highlight the code
