#reference
2 posts tagged reference. Clear filter
-
Thematic Function Reference
I could not find a listing of all thematic theme functions for Wordpress online. So the following is just a recursive grep of the thematic directory. Each function needs to prepended with...
-
Ruby strftime() method arguments
Just for reference strftime() arguments in ruby. Usage Time.now.strftime("%B/%d/%Y") %a weekday name. %A weekday name (full). %b month name. %B month name (full). %c date and time (locale) %d day...