• For design reasons, I would like my morelink to appear within the same div or paragraph containing the beginning of an entry. Today, it looks like this in my blog:
    <div class="storycontent">
    [some text goes here]
    Read more...
    </div>

    Instead, I want it to look something like this:
    <div class="storycontent">
    [some text goes here] <span class="morelink">Read more...</span>
    </div>

    Could this be achieved, or should I simply manipulate CSS rather than WP in order to float the two paragraphs after each other?

Viewing 1 replies (of 1 total)
  • Thread Starter halsnalle

    (@halsnalle)

    Turns out that with CSS, it would only be possible to achieve the effect I’m looking for if I could add a class to the -tag enclosing the more-link, like this: <p class="morelink>. Then I could float the first two paragraphs onto each other, without having all the other paragraphs on the item page floating too.
    So, is that possible? Any suggestions?

Viewing 1 replies (of 1 total)
  • The topic ‘Inline more_link?’ is closed to new replies.