appthemes_after_page_title

Runs in the loop.php and loads after the page title.

Usage

This hook provides no parameters. You use this hook by having your function echo output to the browser, or by having it perform background tasks. Your functions shouldn’t return, and shouldn’t take any parameters.

add_action( 'appthemes_after_page_title', 'your_function' );

Example: Print Date

You can use this space to print meta data, like the date

<?php
function insert_date() { 
    echo '<p>' . get_the_date() . '</p>';
}
add_action( 'appthemes_after_page_title', 'insert_date' ); 
?>

Changelog

  • since 1.1

Source File

appthemes_after_page_title() is located in page.php.

Your rating: none
Rating: 0 - 0 votes

Popular Add-ons

Mapsupreme for Vantage

A plugin that adds additional Google Maps to your Vantage theme.


(28)
$29

AutoResponder AutoRegistration

Automatically integrates WordPress registration with major autoresponders.


(5)
$39

Profiler for Vantage

Adds a one page author website to your Vantage theme.


(6)
$39