1gom
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Adding Social Media to FooterYou can insert code in to footer.php, change “[full link to your Reddit]” and [full link to your Instagram] with your link
<div><a href="[full link to your Reddit]"><img title="reddit" src="https://upload.wikimedia.org/wikipedia/commons/4/43/Reddit.svg" alt="Reddit" width="35" height="35" /></a><a href="[full link to your Instagram]"><img title="Instagram" src="https://encrypted-tbn3.gstatic.com/images?q=tbn:ANd9GcRdnQ3ck7eIkbLJUw916-eYMWR0_oKhZMmab4q4rv3hNjaBZRByqw" alt="Instagram" width="35" height="35" /></a></div>Forum: Localhost Installs
In reply to: hendheld navigation rename problemAnd in header.php add:
<div class=”header-menu”>
<?php
if ( has_nav_menu( ‘main-menu’ ) ) {
wp_nav_menu( array( ‘theme_location’ => ‘main-menu’, ‘container’ => false ) );
}
?>
</div>Forum: Localhost Installs
In reply to: hendheld navigation rename problemYou can use below code to register a new menu
register_nav_menu(‘main-menu’, __(‘menu primary’));Forum: Networking WordPress
In reply to: Problem running multisiteYou much add site in host controler, than setup website for subdomain as a main domain.