Show Subheading at Custom Place (single.php)
-
Hello,
i’m using the newest Version of Subheadings (1.7) and the newest version of WordPress (Template: Montezuma)
My wordpress:
https://www.felskader-bw.de/FelskaderBW/news/2012/briancon-sommer-2012/I really like the idea behind Subheadings and using the automatic option to place the Subheading below the Title works perfect.
But i want to place the Subheading at a custom place (To the right of the Posts Date, see wordpress link above!).Therefor i tried following codesnippets in the single.php:
<?php the_subheading(); ?>
<?php the_subheading('<p>', '</p>'); ?>
<?php if (function_exists('the_subheading')) { the_subheading('<p>', '</p>'); } ?>
get_the_subheading($postID);
get_the_subheading(the_ID());
get_the_subheading(863);
non are working … anybody any ideas?
thanks,
Axel
- The topic ‘Show Subheading at Custom Place (single.php)’ is closed to new replies.