bbPress plugins customization
Remove breadcrumb
function bm_bbp_no_breadcrumb ( $param ){
return true;
}
add_filter ('bbp_no_breadcrumb', 'bm_bbp_no_breadcrumb');
Using this tool https://developers.facebook.com/tools/debug/sharing/, it shows the wrong SEO details details when you about to share this article. Facebook found your “” is not the same on the current post. This maybe because of SEO conflict on your Jetpack and other SEO plugins. To fix the issue, just add this line in your functions.php and…
INSTALL WORDPRESS THEME | WEB DEVELOPMENT | WEBSITE | XAMP | HOW TO CREATE A WEBSITE. EDUCATIONAL VIDEO PARA SA GUSTO TUMUKLAS NG MGA BAGONG KAALAMAN KUNG PANU GUMAWA NG WEBSITES. PAKI-SHARE PO VIDEO NG MARAMI TAYONG MATULUNGAN AT MABIGYAN NG ONLINE SKILLS. MARAMI PA TAYONG PWEDE IBAHAGI SA INYO. LINKS: PERSONAL WEBSITE: https://www.anthonypagaycarbon.com/ XAMP…
How to get the parent product category ID, Name, etc in specific product? Just copy and paste the codes below. $object = get_queried_object(); $product_cat = get_the_terms( $object->ID, 'product_cat' ); echo $product_cat[0]->name; echo wpautop( $product_cat[0]->description );
Disable safari select fields css to avoid unparalleled height of your form fields. select { -webkit-appearance: none; }
Do you have issues in comment button in Buddypress activity page? When clicking the comment button the page keeps on reloading the whole page? And you are using The7 WordPress themes? The code below will show you how to fix the Buddypress comment button issue using The7 WordPress themes? add_action( 'wp_print_scripts', 'my_deregister_javascript', 100 ); function…
How Convert string with unwanted character to slug, proper name, etc.? Try this code using http://phptester.net/. // Example 1 function cleantitle($string){ $string = str_replace(' ', '-', $string); $string = preg_replace('/[^A-Za-z0-9\-]/', '-', $string); return preg_replace('/-+/', ' ', $string); } $str_1 = 'Menstruation_Sisters_-_14'; echo cleantitle($str_1); // output will be "Menstruation Sisters 14" // Example 2 function cleantitleslug($string){…
It’s going to be end of mine day, however before end I am reading this enormous post to improve my knowledge.
I think the admin of this website is in fact working hard for
his website, for the reason that here every material is
quality based data.
Hey, thanks for sharing so much helpful information with us.
I believe I will reread this post a couple times. Great information!
I just want to say I am just new to blogging and site-building and certainly loved your web-site. More than likely I’m planning to bookmark your site . You definitely come with great articles. Thank you for sharing your web-site.
I just want to mention I am newbie to weblog and certainly enjoyed you’re blog site. Most likely I’m planning to bookmark your blog . You actually come with outstanding articles and reviews. Kudos for sharing with us your webpage.