xoxoNicole
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Create code, click picture and be sent to commentsectionSo happy thank you!
Forum: Developing with WordPress
In reply to: Create code, click picture and be sent to commentsectionForum: Themes and Templates
In reply to: Margin padding around my images?I posted my code so I can get help to find where, because that’s my issue. I can’t download any program.
Forum: Themes and Templates
In reply to: [Frau] Add time&year in the entriesIt does not work, says eroor on that line.
I try to make it like this, i haven’t done anything beside doing exactly as you said. So they code would then look like this when i copy and paste it here from my file:
<div class=”post-date”><?php echo get_the_date(‘d’); ?><div class=”post-day”><?php echo get_the_date(‘M’);?echo (‘ ‘); echo get_the_date(‘Y’);>
I think it’s the questionsmark that screws it up? Cause my line doesn’t look exactly as in your example.
Without the pasted code you gave me, my line looks like this:
<div class=”post-date”><?php echo get_the_date(‘d’); ?><div class=”post-day”><?php echo get_the_date(‘M’);?>
Forum: Themes and Templates
In reply to: [Frau] Add time&year in the entriesI would now like to add the year in my blog posts, it’s confusing when you only can read out the date..and not wich year the entry is written.
I would like the year to be written under the date. Between the date and clock.
Can someone help me out how to write in the codes?
I guess in content.php again?
But how should the code look like?My blog, to take a look:
http://xoxonicole.com/I got a lot of help last time about the date.
Forum: Themes and Templates
In reply to: [Frau] Add time&year in the entriesI fixed it 🙂 Ty
Forum: Themes and Templates
In reply to: [Frau] Add time&year in the entriesThanks alot, it helped so much!
Just one more thing. I live in Sweden, so I want the time to be as “stockholm”, I looked on the web and it should be time zone CET, but i can’t get the hang of it, how to write it in the file.
e(‘h:i, CET’);
Gets wrong on the website.
http://www.timeanddate.com/library/abbreviations/timezones/eu/
Forum: Themes and Templates
In reply to: [Frau] Add time&year in the entriesI mean the time, not the date. I would want the time to show.
Forum: Fixing WordPress
In reply to: Add date to the tab of entryOh I didn’t know it had a own topic! Sorry!
Forum: Fixing WordPress
In reply to: Add date to the tab of entryThnx for answering! I would like the date and time to be written on the frontpage, at the bottom of each entry.
Would be good if the date and time also shows when you click on that single entry.
Hope you know what i mean 🙂