bsd1
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Oxygen Theme Remove DateRemove the following code from ‘featured-content.php’
<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published]', 'oxygen' ) . '</div>' ); ?>Forum: Fixing WordPress
In reply to: Removing date from featured sliderRemove the following code from ‘featured-content.php’
<?php echo apply_atomic_shortcode( 'byline', '<div class="byline">' . __( '[entry-published]', 'oxygen' ) . '</div>' ); ?>I figured it out, it’s a drop down box in ‘Theme Options’..doh!!!
samersultan1 – How did you get your favicon image to view instead of the default folder image? I’ve replaced the ‘favicon.ico’ file with my own but want it to view rather than the default ‘category-ico.png’ image and I can’t find any obvious code to change.
Forum: Themes and Templates
In reply to: [Delicate] [Theme: Delicate] two home pages links in navigationGo to ‘Appearance’ -> ‘Menus’, then create a Custom Menu, give it a name and save it, then in ‘Theme Locations’ to the left of your menu select your newly named custom menu as the Primary Navigation and save.