I am not sure how to make this any easier but here are a few more attempts...
-------------#1 Attempt----------------------
I have a category in my website which has an ID of 96
I want to allow users to search for specific size items within category 96.
I want to place my custom field for size on any page of my website.
When a user uses this custom size field, I only want it to display results obtained from category 96.
(this feature does currently work, but only if I am within a category 96 page)
-------------#2 Attempt----------------------
If a user selects "size 12" from my custom field, then only show items that are size 12 that exist within category 96.
-------------#3 Attempt----------------------
User wants to search for ONLY "SIZE 12" items.
User only wants to see size 12 results from the category "96"
-------------#4 Attempt----------------------
I am asking for a section of PHP code that will search for a user specified size, only within category 96
The goal is to allow users to search for a specific size, but only within category 96.
I am asking if anyone here can provide the php code that will help me achieve this goal.