Title: please help with  setup
Last modified: September 1, 2016

---

# please help with setup

 *  Resolved [karaschenko](https://wordpress.org/support/users/karaschenko/)
 * (@karaschenko)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/please-help-with-setup-1/)
 * Hello, my problem that “Load more button” does not appear. Theme, that i use 
   is “Twenty Sixteen”. What settings need to make? I’m using wp-query to show custom
   post-types:
 *     ```
       <div class="list posts-selector-custom-post-type">
       				<?php $wp_query = new WP_Query( array( 'post_type' => 'vacansion', 'paged' => get_query_var('paged'), 'posts_per_page' => 3 ) ); ?>
                       <?php while ( $wp_query->have_posts() ) : $wp_query->the_post(); ?>
                           <div class="item post custom-post-type">
                               <div class="textBlock">
                                   <div class="name"><?php the_title(); ?></div>
                                   <div class="imgBlock">
                                       <div class="img" style="background-image: url(<?php the_field('vacansionImage'); ?>)"></div>
                                   </div>
                                   <div class="info">
                                       <div class="prop"><span>Штат:</span> <?php echo get_the_term_list( '', 'state','','','' ); ?> </div>
                                       <div class="prop"><span>Позиция:</span> <?php echo get_the_term_list( '', 'position','','','' ); ?></div>
                                       <div class="prop"><span>Доступно:</span> <?php echo get_the_term_list( '', 'availability','','','' ); ?></div>
                                   </div>
                                   <div class="itemName"><?php the_field('vacansionName'); ?></div>
                                   <div class="itemDesc">
                                       <p><b>Статус:</b> <?php the_field('vacansionStatus'); ?></p>
                                       <p><b>Описание:</b><?php the_excerpt(); ?></p>
                                   </div>
                                   <div class="clear"></div>
                               </div>
                               <div class="aside">
                                   <a href="<?php the_field('file'); ?>" class="link pdf">Скачать подробное описание</a>
                               </div>
                           </div>
       				<?php endwhile; ?>
       				<?php wp_reset_postdata(); ?>
                          <?php echo get_the_posts_pagination(); ?>
                       </div>
       ```
   
 * [https://wordpress.org/plugins/malinky-ajax-pagination/](https://wordpress.org/plugins/malinky-ajax-pagination/)

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Author [craigramsay](https://wordpress.org/support/users/malinkymedia/)
 * (@malinkymedia)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/please-help-with-setup-1/#post-7611741)
 * Hi, You can try to add the following settings to the plugin.
 * Posts Selector: .posts-selector-custom-post-type
    Post Selector: .custom-post-
   type Navigation Selector: .navigation Next Selector: .nav-links a.next
 * Thanks
 *  Plugin Author [craigramsay](https://wordpress.org/support/users/malinkymedia/)
 * (@malinkymedia)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/please-help-with-setup-1/#post-7611812)
 * Marking resolved after 3 weeks.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘please help with setup’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/malinky-ajax-pagination_e2c6ba.svg)
 * [Ajax Pagination and Infinite Scroll](https://wordpress.org/plugins/malinky-ajax-pagination/)
 * [Support Threads](https://wordpress.org/support/plugin/malinky-ajax-pagination/)
 * [Active Topics](https://wordpress.org/support/plugin/malinky-ajax-pagination/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/malinky-ajax-pagination/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/malinky-ajax-pagination/reviews/)

## Tags

 * [wp-query](https://wordpress.org/support/topic-tag/wp-query/)

 * 2 replies
 * 2 participants
 * Last reply from: [craigramsay](https://wordpress.org/support/users/malinkymedia/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/please-help-with-setup-1/#post-7611812)
 * Status: resolved