Viewing 6 replies - 1 through 6 (of 6 total)
  • Hi, i could help you if you want:

    Through FTP, reach the address

    /wp-content/plugins/addon-so-widgets-bundle/extra-widgets/blog-style-one/tpl

    there, you will find a file named “blog-style-one-template.php

    Open it with a text editor, you’ll find a string like

    <a href="<?php the_permalink(); ?>">Read More</a>

    Then change Read More with what do you want.
    I’ve done this right now.

    Oh, I read later the request about the title.

    in the same file, you should change the row with a php function called
    the-title
    change the whole row with
    <h2><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></h2>
    It will provide a link (i decided to use h2 instead of h4 for styling, don’t care it if it doesn’t fit you).

    I hope it was useful. Bye!

    Plugin Author Munir Kamal

    (@munirkamal)

    Hi,

    Thanks to mario.ambrosino for helping out jpgrandao.

    Yeah we will however try to put this as an option within the blog widget in our next release. However for time being the solution is as mario.ambrosino mentioned.

    Sorry for late reply.

    Thanks,
    Munir

    By the way, your plugin is very, very useful. I was searching a way to re-create The Loop in widget, because i’m using Page Builder plugin to construct Home Page and other pages containings widgets without sidebars (I personally hate them). Your plugin suits perfectly this purpose, so thanks to you!

    Plugin Author Munir Kamal

    (@munirkamal)

    Hi mario.ambrosino,

    I am glad it helped you. Please take time to rate it if you like it 🙂

    Thanks,
    Munir

    Plugin Author Munir Kamal

    (@munirkamal)

    Please test now with latest update. now you can change read me text from the widget form while adding it. No need to hardcode it now.

    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Blog Style One (Read More)’ is closed to new replies.