• Resolved venenum11

    (@venenum11)


    I need to use html tag in the excerpt (index), same as in the post. Is it possibile get html format from the post?
    Thank you

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter venenum11

    (@venenum11)

    Solution:
    1. child theme
    2. content.php: change <?php the_excerpt(‘100’); ?> in <?php the_content; ?>
    3. new .css

    Thread Starter venenum11

    (@venenum11)

    Edit:

    Solution:
    1. child theme
    2. content.php: change <?php the_excerpt(‘100’); ?> in <?php the_content(); ?>
    3. new .css

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Html tag in the excpert’ is closed to new replies.