Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_action('wcfmmp_before_store_article', function ($store_id, $store_info) {
- ?>
- <div id="blog-entries" class="<?php oceanwp_blog_wrap_classes(); ?>">
- <?php
- }, 50, 2);
- add_action('wcfmmp_store_article_template', function () {
- get_template_part('partials/entry/layout');
- });
- add_action('wcfmmp_store_article_template_none', function () {
- // Display no post found notice
- get_template_part('partials/none');
- });
- add_action('wcfmmp_after_store_article', function ($store_id, $store_info) {
- ?>
- </div>
- <div class="clearfix"></div>
- <?php
- // Display post pagination
- oceanwp_blog_pagination();
- }, 50, 2);
- add_filter('wcfm_is_allow_store_articles', '__return_true');
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement