-
LPH started the forum topic Creating widgets in buddypress in the group Web Design: 2 months, 1 week ago · View
Open page.php, index.php, or any of the files you are wanting to place a widget. Add the following code: 3. Add the function to functions.php in your child theme; make sure the name matches above
register_sidebars( 1, array( 'name' => 'Sidebar-page', 'before_widget' => '<div id="%1$s">', 'after_widget' => '</div><div style="clear:both;"></div><br />', 'before_title' => '<h4>', 'after_title' => [...] -
LPH started the forum topic Show php code in BuddyPress forums in the group Web Design: 2 months, 1 week ago · View
1. Install SyntaxHighlighter Evolved:
http://www.viper007bond.com/wordpress-plugins/syntaxhighlighter/2. Add the following to line 112 in /wp-content/plugins/syntaxhighlighter/syntaxhighlighter.php