/ Published in: PHP
This provides a teaser, with content from a custom feild, or the excerpt if no field exists. Everything except the title and edit link need to be turned off in the options.
Expand |
Embed | Plain Text
function teaser_excerpt() { $teaser = get_post_meta(get_the_id(), 'custom_teaser', true); thesis_teaser_date(); if ($teaser) else the_excerpt(); thesis_teaser_link(); } add_action('thesis_hook_after_teaser_headline','teaser_excerpt',99);
You need to login to post a comment.
