3ответ(ов) в теме
Не выводятся созданные произвольные поля в записи.Вот код в single.php
Правильно все введено?
<div id="primary" class="content-area"> <main id="main" class="site-main" role="main"> <?php while ( have_posts() ) : the_post(); get_template_part( 'template-parts/content', get_post_format() ); rcl_get_custom_post_meta($post_id); the_post_navigation(); // If comments are open or we have at least one comment, load up the comment template. if ( comments_open() || get_comments_number() ) : comments_template(); endif; endwhile; // End of the loop. ?> </main><!-- #main --> <?php get_post_meta($post_id,'fail',1); ?> </div><!-- #primary -->
Тема закрыта. Публикация новых сообщений запрещена.