• 03-01-2022, 00:35:51
    #1
    Bu şekilde kod kullandım
    <?php echo substr(get_the_excerpt(), 0,100); ?>

    sonra kod hatası olur diye buraya yazdım. Yardımcı olun..

    content kısmı böyle.

    <?php
    the_content(sprintf(wp_kses(
    /* translators: %s: Name of current post. Only visible to screen readers */
    __('Continue reading<span class="screen-reader-text"> "%s"</span>', 'wptheme') , array(
    'span' => array(
    'class' => array() ,
    ) ,
    )) , wp_kses_post(get_the_title())));

    wp_link_pages(array(
    'before' => '<div class="page-links">' . esc_html__('Pages:', 'wptheme') ,
    'after' => '</div>',
    ));
    ?>
  • 03-01-2022, 00:44:08
    #2
    <?php the_excerpt(); ?>

    Acaba aradığın bu mu? content yerini bunu dener misin..
  • 03-01-2022, 00:57:29
    #3
    @LeViS; bu şekilde oldu. daha kısaltmak için ilk yaptığım kod doğru o zaman


  • 03-01-2022, 17:36:59
    #4
    Blogger temasını wordpres e çevirdim. İlk Wordpress tema denemem