Article Feed

Archives for the Month

Nov, 2007

{0}

Get Path

One cannot call an image directly in wordpress in your theme files. For instance I cannot actually place an image with the command this is an image When the page is displayed, nothing happens. This is because of WP taking into account the complete URL and not just referential paths. By providing the correct URL, it would make the task simple. The function getpath(); gets the full base path using the builtin wordpress "TEMPLATEPATH" function. It then substitutes the base path with the URL.
{0}

Random Anything

Do you like the idea of flipping pictures? I do. I think it creates a nice feeling of freshness without too much investment in creating actual content. Its actually very easy to implement.. Without much ado, lets dig in..