Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1260829
    mennobouma
    Participant

    Hi X,

    Thanks for this great theme! I would like to add a widget area before the post author box, it needs to be something like this in my functions.php:

    //* Hooks after-entry widget area to single posts
    add_action( ‘x_entry_footer’, ‘my_after_entry_widget’ );
    function my_after_entry_widget() {
    if ( ! is_singular( ‘post’ ) )
    return;
    genesis_widget_area( ‘after-entry’, array(
    ‘before’ => ‘<div class=”after-entry widget-area”><div class=”wrap”>’,
    ‘after’ => ‘</div></div>’,
    ) );
    }

    Any idea how to get this working with X?

    Thanks!

    – Menno

    #1260920
    Paul R
    Moderator

    Hi Menno,

    Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.

  • <script> jQuery(function($){ $("#no-reply-1260829 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>