appthemes_before_blog_post_title

Runs in the loop.php and loads before the blog post title.

appthemes_before_blog_post_title();

Example: Advertisment

This code would display an AppThemes banner advertisement above the content of every page.

<?php
function insert_banner_ad_before_post_title() { 
    echo '<a href="http://www.appthemes.com"><img src="http://www.appthemes.com/ads/at-468x60a.gif"></a>';
}
add_action( 'appthemes_before_blog_post_title', 'insert_banner_ad_before_post_title' ); 
?>

Example: Adding an Announcement Bar

You can insert special information for the user about a sale, upcoming event, or other notification here.

<?php
function sale_annoucement() { 
    echo '<div class="annoucement">' . __( 'Come back July 5th for 10% off everything!', 'appthemes' ) . '</div>';
}
add_action( 'appthemes_before_blog_post_title', 'sale_annoucement' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_before_blog_post_title() is located in loop.php.

Your rating: none
Rating: 0 - 0 votes

Popular Add-ons

ClassiPress Video Embed

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


(3)
$12

Price Comparer

Jump start your Price Comparision site with products from Amazon,…


(3)
$29

Selected ads For Classipress

Display Selected ads widget for Classipress


(1)
$12