Support › Forums › Cian – WP Theme › Can I create a new single "Features" page? › Reply To: Can I create a new single "Features" page?
July 12, 2015 at 9:24 pm
#4686
Keymaster
Hi,
- If you want a link to other page, you have to include the next code in the option Custom JS, in the page Appearance > Theme Options > Custom Scripts:
jQuery('#menu-item-8074').removeClass('scrollTo');
It is explained in the documentation.
- You have to use the layout One Page.
-
You can add them in the features options page. Add the tag in the title or description.
<a href="http://www.link.com">Visit link.com</a>
Regards