jcoen

Forum Replies Created

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • in reply to: Issues placing widget PHP code on homepage #735680
    jcoen
    Participant

    Yes, I can. Here’s the PasteBin with the entire index.php file:
    http://pastebin.com/GjB2L8E5

    in reply to: Issues placing widget PHP code on homepage #733625
    jcoen
    Participant

    So I tried the sidebar approach as well. No difference. Nothing appears. I did create the new sidebar in functions.php and it did show up under Appearance–>Widgets in my wp-admin. So I know that worked. It just won’t show up on the homepage. Here’s the code I’m using. The sidebar is called Tribe Sidebar:
    <?php $args = array(
    ‘name’ => __( ‘Tribe Sidebar’, ‘theme-slug’ ),
    ‘id’ => ‘tribe-events’,
    ‘description’ => ‘Widgets in this area will be shown on the homepage for the Tribe Events Calendar Pro.’,
    ‘class’ => ‘tribe-events’,
    ‘before_widget’ => ‘<li id=”%1$s” class=”widget %2$s”>’,
    ‘after_widget’ => ‘‘,
    ‘before_title’ => ‘<h2 class=”widgettitle”>’,
    ‘after_title’ => ‘</h2>’ ); ?>

    in reply to: Issues placing widget PHP code on homepage #733312
    jcoen
    Participant

    Well, I was king of hoping to avoid the need to do that with one line of PHP code.

    in reply to: Issues placing widget PHP code on homepage #731907
    jcoen
    Participant

    I tried the_widget approach but nothing appeared on my page.

    in reply to: Issues placing widget PHP code on homepage #730926
    jcoen
    Participant

    Well, that’s what I want to do. Just simply place the widget inside of the homepage inside of the index.php template. Not a sidebar. So could I use the widget on the homepage that way?

    jcoen
    Participant

    So I made a test product here: http://bneiakivala.org/product/test-product/ and you’re right. It’s still appearing as pending. Seems to be a WooCommerce issue although the first order did send out a receipt.

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