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

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