How do I put text on my site without posting a post?
My site is Brittanywigand.com and I'm currently using the mts-journey theme.
Thanks!
How do I put text on my site without posting a post?
My site is Brittanywigand.com and I'm currently using the mts-journey theme.
Thanks!
Where do you want to put the text? That's an important question. :)
Doug, see in the middle where my posts are? Like there. How do I do it?
edit the index.php of your theme
put the text before code
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
have a try
I also would like to put some text just above the posts, should i declare it in the css??
Thanks!
This topic has been closed to new replies.