hey I’m back.
So you helped me before with this, and now I have a question to build on top of that.
If I want to create a dedicated blogroll page using the code we wrote above, I need to add it to my theme. The problem here is that if I add it directly (say to single.html) it will show up in every page where I just want it in one particular page.
Speculating here that in this case you could put in some sort of an if statement (if page title = “blogroll” put in the code) but I wouldn’t know how to do that. Or perhaps with everything @manton has been working on, I’m missing something more recent?
The shortcode almost does what I want, but I do want to include the about section for each blog. Otherwise I’m good!