Jdi na obsah Jdi na menu
 

U náhledů příspěvku nechci zobrazovat Celý příspěvek, Rubriku, Komentáře, Fotografie nebo Datum

19. 8. 2013

Pro odstranění všech položek kromě datumu je třeba vymazat tento kód:

    <!-- The bar under the article -->
    <div class="under-article">
      <div class="inner_frame">
        <a href="<!--/ u_c_s_a_a_href /-->" class="a-whole-article"><!--| c_s_a_a_whole |--></a>
        <!--/ u_c_s_a_a_section /-->
        <!--/ u_c_s_a_a_dir /-->
        <!--/ u_c_s_a_a_comments /-->
      </div>
    </div>
    <!-- /The bar under the article -->

 

Pokud chcete odstranit pouze:

- "Celý příspěvek", vymažte tento řádek:

<a href="<!--/ u_c_s_a_a_href /-->" class="a-whole-article"><!--| c_s_a_a_whole |--></a>

 

- "Rubrika: xxx", vymažte tento řádek:

<!--/ u_c_s_a_a_section /-->

 

- "Fotografie: xxx", vymažte tento řádek:

<!--/ u_c_s_a_a_dir /-->

 

- "Komentáře", vymažte tento řádek:

<!--/ u_c_s_a_a_comments /-->

 

 - "Datum", vymažte tento řádek:

<div class="info_left">  
  <p class="first">
  <!--/ u_c_s_a_a_date /-->
</p>