appthemes_after_loop

This function executes in the loop-[post_type].php file and runs after the custom post type page loop is completed.

appthemes_after_loop();

Example: Feedback

You can use this hook to add things like feedback messages, legal disclaimers, or other information your readers should know after reading a page.

<?php
function insert_feedback() { 
    echo '<div class="feedback">' . __( 'Questions? Comments? Concerns? Email us at <a href="mailto:[email protected]">[email protected]</a>.' ) . '</div>';
}
add_action( 'appthemes_after_loop', 'insert_feedback' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_after_loop() is located in loop-[post_type].php.

Your rating: none
Rating: 5 - 1 vote

Popular Add-ons

CP-Tabber

Show specific custom fields as tabs on an ad detail page.


(3)
$12

ClassiPress Video Embed

Allow users to embed video from YouTube & Vimeo into their ad listings…


(3)
$12

Daleel for Vantage

Daleel is a fresh and clean Child theme for Vantage 4.x.


(6)
$49