Hi, thanks for the replies π
I meant the post title which could get longer than i want.
Looking for code that looks something like this: <?php if (have_posts()) : while (have_posts()) : the_post(); ?>
And look for the post title but can’t find it anywhere :/
Yes, but going through every post to edit it manually will take ages π
If i look at the twentyfifteen theme, the part i’m looking for is right there: while ( have_posts() ) : the_post();