What's the best way to use a Custom Blog Page Layout? Right now I am using to determine whether to write the code for the blog page or the posts page...
More documentation on usage and customization would be nice as well...
Also how do I adequately add tags the custom layout. I am looking for basically, if there are tags, echo each tag. I'm a very novice developer and I can't really find the answer.
Code:
if (substr($_SERVER['REQUEST_URI'], 0, 11) == "/blog/post/")
More documentation on usage and customization would be nice as well...
Also how do I adequately add tags the custom layout. I am looking for basically, if there are tags, echo each tag. I'm a very novice developer and I can't really find the answer.