Right now I don't really have the time (or so I assume) to push out a plugin, and a simple macro seems the way to go, but is there a performance hit or something else I'm missing?
I'll be calling two variables from the page header to build out a simple menu based on an array of page titles. The first variable is a boolean, the second will be an array of strings. I'll parse the array from a collection of pages from a single taxonomy category, and product a styled list of links.
So is it better to make a plugin rather than use a macro?
Thanks in advance.