• witam, mam taki o to kod 

    <!-- sekcja Trzy kluczowe cechy -->
    <div class="three-features">
    	<div class="container section-padding">
    		<?php
    		$tf_content = get_post_field('post_content',45);
    		$tf_content = apply_filters('the_content', $tf_content);
    		echo $tf_content;
    		?>
    	</div>
    </div>

    Jednakżę nie wyświetla mi on zawartosci tak jak powinien.
    tak wygląda na front-page: http://screenshot.sh/mFejpG3PilNsD
    a tak (powinno wyglądac) wygląda na tej podstronie, z której pobieram: http://screenshot.sh/mE8NDxuJJaMXx
    o co może chodzić?

Viewing 1 replies (of 1 total)
  • Twórca wątku raptor2

    (@raptor2)

    wyjście z sytuacji:
    `$posts = get_posts(array(
    'include’ => 17,
    'post_type’ => 'any’,
    'numberposts’ => 1,
    'suppress_filters’ => false,
    ));
    echo apply_filters(’the_content’, $posts[0]->post_content);
    `

Viewing 1 replies (of 1 total)
  • Temat ‘Problem z odwołaniem sie do elementów UNYSON’ jest zamknięty na nowe odpowiedzi.