appthemes_after_blog_loop

This function executes in the loop.php file and runs after the loop is completed.

appthemes_after_blog_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', 'appthemes' ) . '<a href="mailto:[email protected]">' . __('[email protected]', 'appthemes') . '</a></div>';
}
add_action( 'appthemes_after_blog_loop', 'insert_feedback' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_after_blog_loop() is located in loop.php.

Your rating: none
Rating: 0 - 0 votes

Popular Add-ons

AdPoster Blocker

A simple but powerful plugin that blocks spammy new user regs and/or…


(5)
$19

Ads Auto Re-Lister

Set your ClassiPress website to auto pilot mode! ...This plugin will…


(9)
$19

ClassiPress Video Embed

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


(3)
$12