Hi! I downloaded the stripes theme (love it!), but the time for the posts is totally off. Is there any way to fix that?
I checked everywhere on my posterous settings but couldnt find a time zone option. Thanks!
Page 1 of 1
Adjust time
#2
Posted 21 December 2009 - 07:09 PM
There isn't a timezone option for Posterous, and since Stripes shows the exact time of posting, it's probably just showing the time in PST. So, there isn't a way to change the timezone, but if you want, you could remove the time it was posted and only show the date. Search for the following in the Stripes code:
and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:
That's the best workaround for now!
{block:NewDayDate}
<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</a>
{/block:NewDayDate}
and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:
{block:NewDayDate}
<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a>
{/block:NewDayDate}
That's the best workaround for now!
#3
Posted 21 December 2009 - 07:25 PM
Cory Watilo, on 21 December 2009 - 10:09 PM, said:
There isn't a timezone option for Posterous, and since Stripes shows the exact time of posting, it's probably just showing the time in PST. So, there isn't a way to change the timezone, but if you want, you could remove the time it was posted and only show the date. Search for the following in the Stripes code:
and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:
That's the best workaround for now!
{block:NewDayDate}
<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year} at {12Hour}:{Minutes}{AmPm}</a>
{/block:NewDayDate}
and just remove the "at {12Hour}:{Minutes}{AmPm}" part so it looks like this:
{block:NewDayDate}
<a href="{Permalink}">{ShortMonth} {DayOfMonth}, {Year}</a>
{/block:NewDayDate}
That's the best workaround for now!
thank you so much! happy holidays!!!
Page 1 of 1

Sign In
Register
Help

MultiQuote