Support

Account

Home Forums Front-end Issues Displaying a group outside WordPress Loop Reply To: Displaying a group outside WordPress Loop

  • Hi @james, It’s working now. Thanks a lot for making it work. The last issue how to pass the post id using variable in the tab url

    I tried this but not working.

              <li><a href="<?php echo get_stylesheet_directory_uri(); ?>/includes/tabs/data.php?postid=<?php echo $post->ID ?>" class="tab">Data</a></li>
    

    Any idea how can i achieve this.