Opened 20 years ago
Closed 20 years ago
#3009 closed enhancement (fixed)
Add CSS class to "<!--more-->" link
| Reported by: | Viper007Bond | Owned by: | markjaquith |
|---|---|---|---|
| Priority: | normal | Milestone: | 2.1 |
| Component: | Template | Version: | 2.0.4 |
| Severity: | normal | Keywords: | bg|has-patch bg|commit |
| Cc: | Focuses: |
Description
Now I realize I can do something like this:
<?php the_content('<span class="more">read more</span>'); ?>
But that's not always enough, especially when doing funky things like adding a background image and such.
So, to make life easier for everyone, I propose a CSS class being added to the more link. :)
Attachments (2)
Change History (7)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Patch looks good.