appthemes_after_post_title

Runs in the loop-[post_type].php and loads after the custom post type title (usually in an h1 or h2 tag) is displayed on the page.

appthemes_after_post_title();

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_post_title', 'insert_date' ); 
?>

Changelog

  • since 1.1

Source File

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

Your rating: none
Rating: 1 - 3 votes

Popular Add-ons

Ads By Category or Ad Tag

Display ads from specific category or categories by using a filter widget.


(5)
$12

Daddy Like

A fast, lightweight, and elegant "like" system for comments, pages, posts,…


(12)
$19

Sorted Filtered Coupons

Sorting and Filtered Coupons on coupons listing pages as well as search…


(3)
$19