Site logo

Archived topic

Shorten Your Post Titles through Wp show posts ?

3 replies · Started by Frederique on January 14, 2021

Viewing posts 1–4 of 4

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!

Sorry of course !! I would :)

Thanks :)

This archived topic is closed to new replies.