/ Published in: PHP
When placed in the custom_functions.php file, this adds a notice after every post on the Single Post template only. Style the box with CSS.
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
function add_notice() { if is_single() { >? <p class="notice">< Want to know how to get greater results with your marketing? We have marketing training courses, marketing reviews and solutions to help you. <a href="http://www.m4bmarketing.com/online-marketing-courses-marketing-revi..."><strong>Learn More About Greater Results</strong></a></p> <?php } } add_action('headway_after_post', 'add_notice');
URL: rentageekmom.com