Category Archives for Development
Next and previous post URL’s in WordPress
This post is a bit of a memo for my own use as much as anyone else. There are two useful template functions in WordPress used for generating pagination: previous_post_link and next_post_link. They however lack complementary functions that return the URL rather than printing … Continue reading
Setting the href attribute of an SVG link
I have been working on a project that required a fairly interactive SVG recently and ran into a small snag with links. To set an attribute of an SVG element you would normally do something like this: el.setAttributeNS(null, "visibility", ‘visibile’); … Continue reading
ExpressionEngine channel API – files
I have recently been trying to insert channel data directly into an ExpressionEngine site using their API. The situation is a little better than that of my previous post regarding members as there is an API there for you to … Continue reading
Expression Engine extensibility
A recent project used Expression Engine which was on the whole a pleasant experience there was however an inevitable sour note. I found the process of developing a module slightly cumbersome. They seem to have emulated WordPress (or vice versa) with regard … Continue reading