• Resolved Affenkind

    (@affenkind)


    Hello,

    are there a way to display the (Read More) text without a Wordwrap?

    like:
    Hello this is a Test and wenn you want, you can [Read More]

    and NOT:
    Hello this is a Test and wenn you want, you can
    [Read More]

Viewing 8 replies - 1 through 8 (of 8 total)
  • http://codex.wordpress.org/Customizing_the_Read_More

    you can do whatever you like with it…..

    Thread Starter Affenkind

    (@affenkind)

    thank you Rev.Voodoo,

    i know this Page for many Hours, and test it in the actions.php from the suffusion theme, but ever ever with a wordwrap after the text.
    the_content(__(‘Continue reading’, ‘suf_theme’));

    any help are welcome to kick me on the right way

    use the & n b s p ;  instead of a normal space – it does what it says.

    hard-code should work:
    the_content('Continue reading');

    edit:
    i was referring to a break within the [read
    more]

    however,
    if the [read more] is totally in a new line, this might also be caused by css styles; or the code in index.php.
    a link to the site might help to illustrate the issue.

    Thread Starter Affenkind

    (@affenkind)

    Vielen Dank alchymyth,

    i mean not the wordwrap after the space, i mean the complete Word makes a new Line and not after the last Word (here)

    with the Top-Ten Theams are all ok and the “read more” text comes direct after the last letter of the text, but suffusion makes allways a new Line, and that is not what i want.

    PS:
    Ja, ich bin aus Deutschland und nutze nun die Möglichkeit liebe Grüße aus Deutschland zu senden. Das schreiben in Englisch fällt mir merklich schwer, danke für die Zeit die du mir schenkst.

    Thread Starter Affenkind

    (@affenkind)

    here are my Site: http://www.bildungsfront.de/

    low on pages, but two for Test the read more Problem i have.
    bye default in the style.css are:

    a.more-link {
    font-size: 100%;
    font-weight: normal;
    float: right;
    }

    i have made the float normal, but always New Line
    If you want, you can use the Chat, that brings you to the german irc.iZ-smart.net on my one Man Channel #Bildungsfront

    hier sind auch nette wordpresser:
    http://forum.wordpress-deutschland.org/

    vorteil im englischen forum ist, dass der autor von suffusion oft selber bei problemen hilft.
    ich bin leider mit dem theme ueberfordert.

    Go to Blog Features → Custom Includes → Custom Styles. Put in:

    span.more-link {
        display: inline;
    }

    Thread Starter Affenkind

    (@affenkind)

    sayontan:
    IT WORKS !!!, oh happy day, thank you for this help and your great work with the Theme.

    alchymyth:
    bin schon unterwegs, bis bald und danke nochmal.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Read More Text without Wordwrap’ is closed to new replies.