bbPress plugins customization
Remove breadcrumb
function bm_bbp_no_breadcrumb ( $param ){
return true;
}
add_filter ('bbp_no_breadcrumb', 'bm_bbp_no_breadcrumb');
If you encountered the same error just like the image above, just follow this instructions. Open your wp-config.php in cpanel and add this code. define( 'WP_MEMORY_LIMIT', '128M' );
Header hooks and filters Remove site description add_action( 'genesis_site_description', 'genesis_seo_site_description' ); Custom Logo structure add_filter( 'genesis_seo_title', 'genesis_custom_seo_title', 10, 3 ); function genesis_custom_seo_title( $title ) { if( get_header_image() ){ $title .= '<div class="logo-wrap">'; $title .= '<a class="logo-image" href="'.get_bloginfo('url').'" title="'.get_bloginfo('name').'">'; $title .= '<img src="'.get_header_image().'" alt="'.get_bloginfo('name').'"/>'; $title .= '</a>'; $title .= '</div>'; }else{ $title = '<h1 class="site-title">'.get_bloginfo('name').'</h1>'; }…
2 column slider <div class="site-inner"> <div class="wrap"> <ul class="two-column-slider"> <li> <img class="alignleft" src="images/author.jpg" alt="Darren Bowden" />Mauris vestibulum tempor tincidunt. Donec interdum pulvinar velit, vel elementum ex semper nec. Duis aliquam nunc sit amet ultrices tempus ultrices tempus.<br /> <br /> <span class="orange-text">Darren Bowden</span> Web and Design </li> <li> <img class="alignleft" src="images/author.jpg" alt="Darren Bowden" />Mauris vestibulum…
How to add space between numbers in phone fields? Just simply copy the codes below and paste it into your .js file or on head sections. jQuery(document).ready(function($) { $( '#phone' ).keypress(function(){ $( this ).attr( 'maxlength', '13' ); var str = $(this).val(); var n = str.length; if( n == 3 || n == 8 ){ str…
This code is to display the current browser name of your browser. $browser = new Browser(); echo $browser_detect->getBrowser('browser_name:Browser:private'); // browser name echo $browser->getVersion(); // browser version Then this code is to be placed to your function.php file of your current theme get_template_part( 'browser' ); Then create a new file browser.php inside of your current theme…
How to add a new WordPress user using CPANEL access? Here are some tips to do that. Please read below. Step 1: Login to your CPANEL dashboard. Step 2: Go to your PHPMYADMIN page where you can edit your database. Step 3: Select your wp_user table and click copy button. See image below. Step 4:…
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.