PATH:
home
/
letacommog
/
rdvenunclick.fr1
/
wp-content
/
plugins
/
ultimate-faqs
/
Shortcodes
<?php /* The function that creates the HTML on the front-end, based on the parameters * supplied in the product-catalog shortcode */ function Display_Top_Rated_FAQs($atts) { extract( shortcode_atts( array( 'no_comments' => "", 'post_count'=>5), $atts ) ); $ReturnString = do_shortcode("[ultimate-faqs post_count=".$post_count." no_comments='" . $no_comments . "' orderby='top_rated']"); return $ReturnString; } add_shortcode("top-rated-faqs", "Display_Top_Rated_FAQs"); ?>
[+]
..
[-] Display_Recent_FAQs.php
[edit]
[-] Display_Top_Rated_FAQs.php
[edit]
[-] DisplayFAQs.php
[edit]
[-] Display_FAQ_Search.php
[edit]
[-] SelectFAQ.php
[edit]
[-] SubmitFAQ.php
[edit]
[-] Display_Popular_FAQs.php
[edit]