Attribute custom_fields Function To prefilter the catalog to one or more custom fields. Description By default, the catalog displays all custom fields. If you wish to prefilter the catalog to display only one or more specific custom fields, you may achieve this by using this shortcode.nnTo find the custom field’s ID, simply go to the…
WordPress Plugins Blog
Topic
Shortcode [ customer-form ]nnFunction To display the customer form.nnDescription The customer form includes all the orders of your customer. So, if logged into your website, the customer should be able to access a table with all his/her orders and their current status. If the customer is not yet logged in, there will be two fields… READ POST
Shortcode [ tracking-form ]nnFunction To display the tracking form.nnDescription The tracking form is a form that contains two fields, the order number and the order e-mail address. Upon submitting the form, the customer should be able to access the information concerning the particular order searched.nnExample [ tracking-form ]
Shortcode [ ultimate-faqs ] Function To display all FAQs. Description The Ultimate FAQs shortcode displays all your FAQs (questions and answers). They can be ordered to your liking, and be organized under categories. The shortcode may take two attributes: include_category and exclude_category Example [ ultimate-faqs ]
Attribute exclude_categorynnFunction To filter out one or more specific categories.nnDescription The exclude_category will allow you to exclude specific categories from the FAQs display. The attribute takes a comma-seperated list of category slugs.nnExample [ ultimate-faqs exclude_category=’dairy’ ]
Shortcode [ popular-faqs ] Function To display 5 most viewed FAQs. Description This shortcode will allow the admin to display the most viewed FAQs. The number of views for each FAQ may be viewed on the dashboard under the FAQs tab. Example [ popular-faqs ]
Shortcode [ recent-faqs ] Function To display the 5 most recent FAQs. Description The shortcode will display the 5 most recent FAQs that have been added to the FAQs list. Example [ recent-faqs ]
Shortcode [ select-faq ] Function To display selected FAQs. Description You might have one or more specific FAQs that you wish to display. You may select them through name, slug or ID and display them individually on a page. The shortcode takes 3 attributes: faq_name, faq_slug and faq_id.nnfaq_name is the title of your FAQ post.nfaq_slug… READ POST
Shortcode [ ultimate-faq-search ] Function To display a search form. Description The Ultimate FAQ search shortcode is a premium feature.nnEvidently, users browsing through a full page of FAQs might become overwhelmed. The search shortcode will allow premium users to display a search bar that allows users to find FAQs with a specific string in the… READ POST
Shortcode [ submit-question ] Function To display a FAQ submission form. Description The Ultimate FAQ submit question shortcode is a premium feature.nnIt displays a form that allows users to submit FAQs of their own, and if enabled, enter an entry to their submitted question as well. simply write [ submit-question ] on a page, and… READ POST