• Hello to all. Wp newbie here, so bare with me. i have set up my homepage posts to show excerpts insdead of content yet i am want the “Continue Reading” to be bellow the excerpt,left aligned, and i was wondering if i can insert a linebreak somewhere in content.php to do so. of course i am using a child theme and i’m sure i can use css positioning for this but i am sure things are going to get messy at some point
    thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    The continue reading link has a class applied to it.
    All you need do is apply CSS to this class.

    It sounds like you need;

    • text-align: left;
    • display: block;
    • clear: both;
    Thread Starter apoklyps3

    (@apoklyps3)

    thanks alot Andrew, this seems to have done the trick.
    do you think there is any possibility to also make some adjustments of the style? what i mean by that:
    the 3 dots ( … ) remains attashed to the end of the excerpt body text
    can i get it to show at the end of “Continue Reading” as part of the link instead the nasty arrow that i have now: Continue reading →? maybe i confuse you a little bit, i know the dots are just text while the continue reading is a link.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Twenty Eleven] "continue reading" bellow the excerpt’ is closed to new replies.