How to remove the Users Email Address from posts on Graphene Theme

Remove the Users Private Email Address from Posts on Graphene Theme

There is a section in each post on the new version 2.x of the Graphene theme, that shows the name of the poster, and, when the mouse is shown … Read the rest

Remove the Users Private Email Address from Posts on Graphene Theme

There is a section in each post on the new version 2.x of the Graphene theme, that shows the name of the poster, and, when the mouse is shown … Read the rest

Wanna try an alternative keyword search?

WordPress Uses Wanna on some of its Pages..

Some WordPress sites, when a search result is nothing, will ask if you: Wanna try an alternative keyword search?

I know that word grates on some people, as it uses the common … Read the rest

WordPress Uses Wanna on some of its Pages..

Some WordPress sites, when a search result is nothing, will ask if you: Wanna try an alternative keyword search?

I know that word grates on some people, as it uses the common … Read the rest

Graphene Theme Slider on Every Page

To add the Graphene slider into every page and post within the Graphene theme, the following code is placed into a functions.php file in the child theme.

<?php
function graphene_display_slider(){
graphene_slider();
add_action(‘wp_footer’, ‘graphene_scrollable’);
}
function custom_enqueue_scripts(){
if ( ! … Read the rest

WordPress Theme: Afterburner

Change font sizes in navigation bar.

Make the following changes to the light4.css or appropriate file

Change this line:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-weight:bold;}

to this:

#nav li a {display:block;padding:0 10px;line-height:30px;color:#fff;font-size:75%;font-weight:bold;}

and this line:

#nav li a:hover, #nav li:hover a, Read the rest