Create guest author page via php

Custom fields don’t have an archive template so you may wish to consider using a custom taxnomy, where the terms are the names of your guest authors. I think this is quicker and easier than messing around with custom templates on pages, less code wrangling and complexity. Naturally if you have lots of posts with … Read more

Alternative to php echo within code

I can’t speak to how the above code is actually implemented, but the very first part is a misuse of “echo.” Everything under “” should be outside of of it. How exactly you handle the rest of the code (and whether it makes sense) is impossible for me to say, but you might see something … Read more