I'm developing a custom theme based off of other themes I've liked and for the most part things are going pretty well. I have no formal training in SQL or PHP so please forgive any errors in how I word this.
The problem I'm having is finding a function code to display a list of each individual post's categories and tags, as a list items. Meaning I'd like to have a ul tag before the list (which I could just html in) and then a li and /li tag after each category and tag. Seems simple enough but I can't figure this out.
I've tried using scripts used for displaying list items I've found in function codes for sidebars(placing the ul and li html tags before the list and between each list item) Nothing has worked for me so far.
If anyone knows how to write the script/code for a themes function code page, and also what script to use to pull up the lists in each individual post please help me out. I wouldn't ask in here if I hadn't tried several different methods.