[Resolved] Shorten Your Post Titles through Wp show posts ?

Home Forums Support [Resolved] Shorten Your Post Titles through Wp show posts ?

Home Forums Support Shorten Your Post Titles through Wp show posts ?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1618162
    Frederique

    Hi!
    Need some advice to shorten titles on Wp Show Posts.
    Found different ways here https://doc4design.com/wordpress-5ways-shorten-titles/ but not so sure 🙁

    Saw kind of code like

    <?php if (have_posts()) : while (have_posts()) : the_post(); ?>

    <h1><?php the_title_limit( 30, ‘read more >’); ?></h1>

    <?php the_content(); ?>

    <?php endwhile; endif; ?>

    But what’s about the function in backoffice generated by the plugin itself ?
    here : <?php if ( function_exists( ‘wpsp_display’ ) ) wpsp_display( 1746 ); ?>

    Thanks!

    #1618859
    Leo
    Staff
    Customer Support

    Hi there,

    Any chance you can open a new topic in WP Show Posts support forum?
    https://wordpress.org/support/plugin/wp-show-posts/

    #1619633
    Frederique

    Sorry of course !! I would 🙂

    #1620264
    Leo
    Staff
    Customer Support

    Thanks 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Shorten Your Post Titles through Wp show posts ?’ is closed to new replies.