vegastalkradio

Member

Forum Replies Created

  • In reply to: Randomize posts in Slider

    #34497

    Sorry, but I don’t understand what you mean. I copied your code exactly and pasted it. Can you reexplain it in different words or an example? THANKS!

    In reply to: Randomize posts in Slider

    #34495

    I added it to the function.php file in the child template. Still does not work.

    Here is the code in that file:

    <?php
    /**
    * VTRGraphene functions and definitions added to Graphene template
    */

    function favicon_link() {
    echo '<link rel="shortcut icon" type="image/x-icon" href="/favicon.ico" />' . "n";
    }
    add_action('wp_head', 'favicon_link');

    function graphene_custom_slider_args( $args ){
    $args['suppress_filters'] = 1;
    return $args;
    }
    add_filter( 'graphene_slider_args', 'graphene_custom_slider_args' );
    ?>

    URL is http://regency.com

    Here is the Graphine settings:

    GSet.jpg

    In reply to: Randomize posts in Slider

    #34493

    Ok, I now have it running on a child theme

    In reply to: Randomize posts in Slider

    #34491

    It works when I disable Post Types Order plugin.

    I really need the ability to arrange the posts in Alphabetical order though, so any suggestions of other plugins which can do this and still randomize? I don’t want to change publish dates, would take too long and when others are added, it would be bad.

    If there is a conflict, then maybe renaming some function or variable in the theme or plugin?

    Any ideas Please? I love the theme but so far have found a couple of other plugins that don’t function eith this theme but do fine with the standard WP themes 2010, 2011, etc.

    THANKS!!!!!

Viewing 4 posts - 1 through 4 (of 4 total)