Contact form + Image at the bottom of every post

Posted in: Newspaper
Post count: 24

Hi,

I want to display a contact form and an image at the bottom of every post. Is it a way to do this by default rather than adding it manually for every article/post?

Thanks

Post count: 22421

Hi,
You can do it with a do_shortcode function inside the post style files. Every post stile has a file corresponding to it: http://screencast.com/t/phiV9Mxz
<?php echo do_shortcode('your shortcode here'); ?>
Thank you!

Post count: 24

Thanks, that did the trick!

Viewing 3 posts - 1 through 3 (of 3 total)
The forum ‘Newspaper’ is closed to new topics and replies.