StasNemy
Forum Replies Created
Viewing 5 replies - 1 through 5 (of 5 total)
-
Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild cacheThank you! It’s worked for me!!!
Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild cacheOk, I’ll do it tommorow.
Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild cachenow
<?php echo do_shortcode('[spreadplugin]'); ?>
Respone on the page “No articles in Shop. Please rebuild cache.”Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild cacheI mean here https://ibb.co/X8LPtj1
I don’t can ‘Rebuild cache’Forum: Plugins
In reply to: [WP-Spreadplugin] Rebuild cache<?php /** * Template name: My shop * */ get_header(); wp_reset_query(); ?> <main id="primary" class="site-main"> <section class="my-shop container"> <header class="page-header text-center"> <h1 class="page-title m-0"><?php esc_html_e(the_title(), 'acadiac'); ?></h1> </header> <!-- .page-header --> <?php echo do_shortcode('[spreadplugin'); ?> </main><!-- #main --> <?php get_footer(); ?>end result is «No articles in Shop. Please rebuild cache.»
Viewing 5 replies - 1 through 5 (of 5 total)