Text-to-With the Quran in Text andaudio plugins act as your magic wand, seamlessly weaving together the melody of Quranic recitations with the written Arabic text. These ingenious tools seamlessly integrate audio recitations of the Quran alongside the written Arabic text, creating a richer and more accessible experience for users of all backgrounds and levels of […]
bbpress topic info short code
This short code will show the current topic info of the bbpress forum plugin on the sidebar. You can place this code on your theme functions.php file. [php] /** * bbpress topic info short code */ function bbpress_topic_info_func( $atts ){ global $wp_query; $post = $wp_query->get_queried_object(); if($post->post_type == "topic"){ ob_start(); ?> <ul class="topic-info"> <li class="topic-forum"> […]