Viewing 2 replies - 1 through 2 (of 2 total)
  • I’m in the same boat as Paul, if anyone has any guidance it would be greatly appreciated.

    Paul, just wanted you to know that I got over myself and my fears and went into the PHP of Shortcodes Ultimate and made it work.

    I think we will have to keep making the same change every time Shortcodes Ultimate gets updated, but I added one line of code and it worked for me just now:

    <div class="su-post-excerpt">
    <?php the_excerpt(); ?>
    <!-- Add this line here--> <a href="<?php the_permalink() ?>">Read more ?</a>
    </div>
    <a href="<?php comments_link(); ?>" class="su-post-comments-link"><?php comments_number( __( '0 comments', 'su' ), __( '1 comment', 'su' ), '% comments' ); ?></a>

    In mine, I wrapped the “read more” permalink in a span class so I could style it, but it seems to work ok as is… until Shortcodes Ultimate gets updated!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘"Read More" for Posts Shortcode.’ is closed to new replies.