-
danbpfr replied to the topic bp-fr.net, the french buddypress community in the forum Showcase 11 years, 7 months ago
@giannisff, σας ευχαριστώ !
-
bp-help replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
@giannisff
If you decide to remove the logo here is a quick snippet you can place in your themes functions.php for your convenience.function remove_wp_logo() {
global $wp_admin_bar;
$wp_admin_bar->remove_menu('wp-logo');
}
add_action( 'wp_before_admin_bar_render', 'remove_wp_logo' ); -
bp-help replied to the topic Howdy, community! in the forum Showcase 11 years, 7 months ago
@giannisff
I hope you don’t mind constructive criticism but the site needs a lot of work. Its a bit on the janky side and it looks really boring. If your happy with it then that is all that matters but the site doesn’t feel engaging to me in any way. Anyway I am sorry if this seems harsh but hopefully it will motivate you to produce something…[Read more] -
@mercime replied to the forum topic How i customize the first page? in the group How-To and Troubleshooting 12 years, 2 months ago
@giannisff you can create a special template file named = home.php and upload it to your child/WP theme folder in server. You can create everything from
!DOCTYPE ..... down to closing
in that file. For example, […]
@giannisff
Active 1 month, 1 week ago