Themia - "read more" link on blog page does not work

Discussion in 'Themia WordPress Theme' started by sblais10, Oct 9, 2014.

Thread Status:
Not open for further replies.
  1. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Hello,

    When people view my main blog page and see all of the various posts - at the end of each blog post excerpt there is a "read more" link that automatically shows up inside the excerpt and also a "continue reading" link just below the post box.

    When you click on the "read more" link it only refreshes the main blog page, it does not take you to the post however when you click on the "continue reading" link it does take you to the blog post. Is there a way to either make them both take you to the blog post or to eliminate the "read more" link?

    Themia Pro
    http://redrockcustoms.ca/blog/

    Thanks,

    Steve
     
  2. Yogesh

    Yogesh Guest

    Joined:
    Aug 8, 2014
    Messages:
    2,052
    Likes Received:
    41
    Hello,

    Paste the code given below in Custom CSS section
    (Appearance -> Theme Options -> Styling Options -> Custom CSS) of your dashboard.
    Code:
    span.read_more {
    display: none;
    }
    It will resolve your issue.

    Thanks & Regards
    Yogesh Bhade
     
  3. sblais10

    sblais10 Member

    Joined:
    May 15, 2014
    Messages:
    31
    Likes Received:
    0
    Location:
    Amherstburg, Ontario
    Worked perfectly! Thanks so much!
     
Thread Status:
Not open for further replies.

Share This Page