Hi John,
That’s great, thank you for all your help. I’ll look into the links and example you gave and see if I can complete the task – it’s all quite a steep learning curve!
…as an follow-up, I’ve changed the quotes (thank you), but getting a validation error on the second last line <?php endwhile; ?>
Syntax errors detected :
syntax error, unexpected ‘endwhile’ (T_ENDWHILE), expecting end of file (Line 35)
It seems to close the while
loop on the second line, so not sure what’s causing the problem.
Hi John,
Thank you for your reply, that’s really helpful.
“product_category” is a field within a repeater field group, the attached screenshot shows the hierarchy. The idea is to have the products listed/arranged by Product Category to make items easier to find.
Thank you too for the smart quote tip. I’ll convert any to neutral (vertical) characters.
I think you’re right about creating a custom post type. That’s the way I was originally going to tackle it and will go back to that as the requested categories seem to be growing by the day! As you can see, the problem I always have is getting content to render in a table – it seems to be quite difficult without good php knowledge.
Hi,
Just wondering if anyone can help me resolve this problem, thank you.