Viewing 3 replies - 1 through 3 (of 3 total)
  • Hey,

    thanks for reaching out – I’ll gladly help!
    1. in our plugin settings you need to have that box next to “Display Post Excerpt” in “Advanced settings” ticked. Then you need to go to “Plugins”-> “Editor”-> in the top right corner select our plugin, find config.php file and replace
    define("WP_RP_EXCERPT_SHORTENED_SYMBOL", " […]");
    with:
    define("WP_RP_EXCERPT_SHORTENED_SYMBOL", " [Read&nbspMore]");

    2. If I am not mistaken you have already figured this one out by yourself.

    Take care and have a lovely day,
    Petra

    Thread Starter oonie

    (@oonie)

    hi, you Beaut! thank you!

    one last question ?? i’ve put the “read more” in – now i know the client is going to ask me to link it to the article – just like you guys made the title/article header linked. how on earth did you do that? how can i do that? and if i wanted to edit the font weight of WP_RP_EXCERPT_SHORTENED_SYMBOL?
    did it take you long to learn all this programming? i’m in awe of you (i sound like a stalker but i’m not ?? )!

    2. yes – if anyone else reads this…i just had to force the featured image size (thumbnail on post list) to resize. had thought i had that in already. anyhoo…thanks

    Hey,

    thanks for getting back to me and for the kind words, appreciate it :)! Unfortunately I must disappoint you – we would have to make some serious changes to make that [Read more] part link-able and at the moment this isn’t doable, but as far as the font weight goes, just put <b> and </b> like this:
    <b>[Read&nbspMore]</b>
    And if you are interested in programming, you should check out sites like this one.

    If you have any other questions, let me know – I’ll try to help!

    All the best,
    Petra

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to add "read more" to wordpress related posts’ is closed to new replies.