I cannot seem to wrap my head around constructing a function to bring the rating in the custom column #rating (uses half stars) into my book title page (for fanfiction).
Searching through the documents, I seem to have found several possibilities, but am unsure if I need to use them all, some, just one, and none of my attempts have worked out. This is way more advanced than any other attempt I've made.
If it's necessary to know, I'm searching for
Code:
<br/>(.*?)<div class="h2">
(This may be fine-tuned later as I had been adding some ratings manually, so I want to capture if there is a rating or not, returns or not.)
How can I go about getting the rating from my custom column and including it here? Even if it's just to point me to which areas in the documents I need to focus on (Several areas to work? One or two?) or getting me started
I would greatly appreciate any help.