Wyswietlenie postu za pomoca the_content()
-
Witam, mam problem z poprawnym wyswietleniem postu.
Kod z pliku content-single.php<?php /* Default template for displaying post content */ ?> <article id="post-<?php the_ID(); ?>" <?php post_class(); ?>> <header class="entry-header clearfix"> <h1 class="entry-title"> <?php the_title(); ?> </h1> <?php mh_post_header(); ?> </header> <?php dynamic_sidebar('mh-posts-1'); ?> <div class="entry-content clearfix"><?php mh_post_content_top(); echo get_the_content(); mh_post_content_bottom(); ?> </div> <?php include('promoring.php'); ?> <?php the_tags('<div class="entry-tags clearfix"><i class="fa fa-tag"></i><ul><li>','</li><li>','</li></ul></div>'); ?> <?php dynamic_sidebar('mh-posts-2'); ?> </article>
Podczas tej wersji czyli jezeli mam echo get_the_content() to wyswietla mi sie tak strona http://centrotor.pl/jak-wybrac-dla-siebie-szkole-tanca.html razem z jakimis smieciami typu caption. Natomiast jezeli zamiast get_the_content() zostanie samo the_content() wtedy nie wyswietla mi sie post. Jak zrobic zeby poprawnie mi sie post wyswietlal?
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- Temat ‘Wyswietlenie postu za pomoca the_content()’ jest zamknięty na nowe odpowiedzi.