Cupara
Well-known member
I'm grabbing JSON data from various sources but here is the link to one source: https://us.forums.blizzard.com/en/wow/groups/blizzard-tracker/posts.json
What I'm trying to do is process everything as I do but in my template using either bbcode{} tag or another method to convert <a href> tag to bb_code so it will display the URL properly.
What I'm trying to do is process everything as I do but in my template using either bbcode{} tag or another method to convert <a href> tag to bb_code so it will display the URL properly.
- Is there a way to convert the HTML code in the excerpt field value to BBCode [ URL ] tag?
- Is there a way for me to grab say 7 different JSON bodies and combine them into one then use a foreach in my template to display them grouped by date?
- How can I limit the results displayed on my page based on a setting?
- How do I paginate my results say display 10 results then the second page for the last 10 results?