bristlebirdie
Member
Posted 11 months ago #
Hi
I'm building a site on the latest Starkers theme for WP 3.0. So far so good, but I want to design how the date for posts looks and cannot find which file it's in. In old Starkers it was in the index.php file, now it seems to be somewhere else and named something else.
Any help would be greatly appreciated.
Thx
look into functions.php;
starting with:
function twentyten_posted_on() {
bristlebirdie
Member
Posted 11 months ago #
Thank you Alchymyth,
The function.php file scares the knickers off me. But I will have to get over that I suppose.
I have managed to make something work by adding some div's into the loop.php file under the "/* How to display all other posts. */" section. Seems to be ok so far and I don't think I've broken anything - fingers crossed.