Hi Support,
you solved this problem for me with the Sentence-Theme.
http://www.kriesi.at/support/topic/how-to-position-the-contact-form-above-the-main-page-text-area
Can I just do the same with the Newscast-Theme?
Best
Boris
Hi Support,
you solved this problem for me with the Sentence-Theme.
http://www.kriesi.at/support/topic/how-to-position-the-contact-form-above-the-main-page-text-area
Can I just do the same with the Newscast-Theme?
Best
Boris
In template-contact.php search for following code:
<?php
if($preview_image)
{
echo '<div class="entry-previewimage rounded preloading_background">';
echo $preview_image;
echo '</div>';
}
the_content();
edit_post_link(__('Edit','newscast'), '', '');
?>
and move it under following line:
</form>Perfect as always! Thx.
Boris
Hi Boris,
Glad that Peter helped you. :)
Cheers,
Ismael
This topic has been closed to new replies.