nyee
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Per-post custom “(more…)”thanks 🙂
Forum: Fixing WordPress
In reply to: Per-post custom “(more…)”I want to do what davidchatt said:
How do I apply one style to pre-more and another style to post-more?
I don’t mean during “writing” a post (which I think ringmaster is referring to). I mean when it is “displayed” in index.php.Forum: Fixing WordPress
In reply to: Per-post custom “(more…)”But is there a way to target the “more” part of a post directly in index.php?
I just ported from MT, and I used the “extended entry” (MT equivalent of “more”) for information relating to each post but which I could format differently. Is there a way I can do that in WP without using cutom fields given that all my entries are already using “more” for that information?Forum: Fixing WordPress
In reply to: How To: Target <more> and custom fieldsprara – I’ve looked but I’m not sure how I would change that for all posts.
Here’s what I want to do:
<div class = “storycontent”>
blah blah blah blah
</div>
<div class = “storymore”>
blah blah blah blah
</div>
I want to format the <more> section differently from the rest of the post content for all posts. But there is no div tag for <more>. Is there a way I can target the <more> part? Or is this something better done though a custom field?