Skip to:
Content
Pages
Categories
Search
Top
Bottom

Forum Replies Created

Viewing 4 replies - 1 through 4 (of 4 total)
  • @saurabh-dwivedi

    Participant

    http://basecamp5.com/demo/biznew/profile-listing/
    See this follow option with each post. my requirement is user follow post of any user. and user see also how many post i have follow help plz…

    @saurabh-dwivedi

    Participant

    i use a template userlisting.php user code is…

    <?php $args = array(‘post_type’ => user, ‘posts_per_page’ => ‘-1’);
    $loop = new WP_Query($args);
    while ($loop->have_posts()) : $loop->the_post(); ?>
    <div id=”col3_a”><span><h2>Follow</h2></span>
    <span><h2 class=”book_icon”>Bookmark</h2></span>
    <?php endwhile; ?>

    in this how to use post following…plz help

    @saurabh-dwivedi

    Participant

    with BP i m asking that how to use follow button with our posts

    @saurabh-dwivedi

    Participant

    i m created a custom post type for showing post i want to show follow button with post which user logged in follow these post when they click on follow button show img

Viewing 4 replies - 1 through 4 (of 4 total)
Skip to toolbar