Sid Gifari File Manager
🏠 Root
/
home
/
genremedia08
/
thepassage.overlookedtracks.com
/
wp-content9
/
plugins
/
bp-classic
/
themes
/
bp-default
/
Editing: links.php
<?php /* Template Name: Links */ ?> <?php get_header(); ?> <div id="content"> <div class="padder"> <?php do_action( 'bp_before_blog_links' ); ?> <div class="page" id="blog-latest" role="main"> <h2 class="pagetitle"><?php _e( 'Links', 'bp-classic' ); ?></h2> <ul id="links-list"> <?php wp_list_bookmarks(); ?> </ul> </div> <?php do_action( 'bp_after_blog_links' ); ?> </div> </div> <?php get_footer(); ?>
Save
Cancel