When I do a post:
http://www.DesignsByDaybreak.com/blog/
There is nowhere where it says who posted it. I see on other blogs they have this. How do I make this happen.
Thanks.
Roz
When I do a post:
http://www.DesignsByDaybreak.com/blog/
There is nowhere where it says who posted it. I see on other blogs they have this. How do I make this happen.
Thanks.
Roz
Open your index.php file and find the line that reads: <?php the_time('F jS, Y') ?>
To put the name of the post's author into that line, you need to add: By: <?php the_author() ?> before <?php the_time('F jS, Y') ?> or thereafter, whichever floats your boat.
Repeat these steps for the files "single.php" and "archive.php"
Thanks Mark:
I will give this a whirl after backing up what I have so far.
It's odd, when you change to another them all these things are included there. I wonder why it is not in the Cutline theme from the beginning.
I sitll like the theme and want to give it a chance before changing over It has great possibilities.
Hi everyone I have followed the above instructions at my new blog http://mooroopna.com/about/
It works fine if you click on one of the categories or an archive link. However if you open a post it is not working. Does anyone have any ideas?
Regards Kevin
You must log in to post.