- Has been a member for 3-4 years
- Author had a File in an Envato Bundle
- Author had a Free File of the Month
- Item was Featured
- Exclusive Author
- Author was Featured
- Sold between 10 000 and 50 000 dollars
- Bought between 10 and 49 items
- United Kingdom
- Referred between 50 and 99 users
This is mainly a WordPress limitation. Here is the solution I emailed you for others to see:
Hi, open the header.php file. On line 48, you should see:
<?php wp_list_pages('title_li'); ?>
Change this to:
<?php wp_list_pages('title_li=&exclude=13,24,45'); ?>
Change the exclude numbers above to the IDs of the pages you don’t want to include (in the example, I’m excluding the pages with IDs of 13, 24 and 45). Separate these by commas. Alternatively, you can set the pages you only want to include, by changing exclude to include.
To find the page ID, see this post .
Thanks, Dan

I honestly have no idea, sorry. I’m not very skilled with jQuery.