Inline more_link?
-
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)
Viewing 1 replies (of 1 total)
- The topic ‘Inline more_link?’ is closed to new replies.