03-21-2023, 03:53 PM
So I noticed that Thal and Asc were collecting their threads and putting them on the wiki and in order to facilite that now and in the future (and making future updates easier). I made a WordPress short code for everyone to use that will list all the character threads a user has participated in.
You can dd it to any wiki page (or a blog post, or page or whatever inside of WordPress)
Right now it just lists everything in order. I want to add the ability to exclude posts for NPCs or just cause it's not in there. Posts are only from the IC boards.
Where the # is the characters profile number when you click on the name. The url will look like:
So the 83 would go in place of the # in the shortcode.
I'll post here any updates to what I do. Especially the short codes.
If you have any ideas or want some kinda formatting let me know and I"ll see about working it in.
You can dd it to any wiki page (or a blog post, or page or whatever inside of WordPress)
Right now it just lists everything in order. I want to add the ability to exclude posts for NPCs or just cause it's not in there. Posts are only from the IC boards.
Code:
[character-story char="#"]
Where the # is the characters profile number when you click on the name. The url will look like:
Code:
https://thefirstage.org/forums/user-83.html
So the 83 would go in place of the # in the shortcode.
I'll post here any updates to what I do. Especially the short codes.
If you have any ideas or want some kinda formatting let me know and I"ll see about working it in.