Custom fields in post
Writer, blogging theme for writers and authors | Support forum.
Hi,
I want to show custom fields in posts on my new site
http://www.startovne.cz/nabidky/runczec ... 15/....but Writer template has no feature to enable it. Could you help me?
Thank you,
Tomas
-
- Expert Boarder
Hi,
Please edit Writer/content-footer.php file and add the following line:
- Code: Select all
<?php the_meta(); ?>
after:
- Code: Select all
<?php do_action('writer_after_post_tags'); ?>
<?php endif; ?>
lines
-
- Moderator
Working fine, thank you
-
- Expert Boarder