Hi Zihad,
That is not a valid attribute for that shortcode. That shortcode accepts two attributes: post_count and no_comments
Thank you for the reply. Any hints on how I can show popular faqs only from a specific category?
You should be able to achieve something similar with the following:
[ultimate-faqs orderby="popular" include_category="your-category"]
That is great! Thank you so much.
It works. But there’s one small issue. When I use the above shortcode, it only shows the questions that were clicked at least once. If it doesn’t show the questions, how would the visitor click on them and make the view count increase? This is more of a feature request than a support question.
Because in the current scenario, I have to change the shortcode to orderby=”popular” only after all the questions have been clicked at least once. Otherwise, they won’t show up.
Thank you again. This is an amazing plugin. Going to give a review soon.
That’s what popular FAQs are, the one’s that have been viewed the most. An FAQ that has never been viewed would not be popular. Perhaps you might want to not have a page or section for popular FAQs until you get more views on your FAQs.
Yeah, my use case is different. I was thinking, I am using the [ultimate-faqs] shortcode and using the “popular” only to set the order and not to show just the popular faqs. For showing only the popular faqs, I would use the [popular-faqs] shortcode.
Thank you though, for the help. Much appreciated.