hi! I'm using your hydra theme and I was just wondering if there's any way to make it so there's endless scrolling/unlimited posts? thanks! xx.
Hi! I never use unlimited scrolling but this base code i used to use has that option.
seen from United Kingdom
seen from Russia

seen from Italy
seen from Japan
seen from Italy
seen from China
seen from China
seen from China
seen from China
seen from China
seen from China

seen from United States
seen from Maldives
seen from United States
seen from China
seen from Australia

seen from Russia
seen from Peru
seen from Singapore
seen from Italy
hi! I'm using your hydra theme and I was just wondering if there's any way to make it so there's endless scrolling/unlimited posts? thanks! xx.
Hi! I never use unlimited scrolling but this base code i used to use has that option.
Hi there! I absolutely love your Hydra theme! However, I was wondering if there's a way to change the time ago script to display the date on posts instead? I'm really not a fan of the whole time ago thing. Thanks!
Hello! I am glad you like my themes! First find and go to this part of the code: <!--time and notecount--> and replace {Timestamp} with a variable of your choice, such as {Month} {DayofMonth}. You can find other date variables here.
Then delete the time-ago script by just finding and deleting these sections:
<!--time ago--> <script type="text/javascript" src="https://static.tumblr.com/i5s2zks/9Acok8oo2/bct-timeago.min.js"></script>
//time ago $(".time-ago").timeAgo({ time: "short", spaces: true, words: false, suffix: "ago" });