Thread Starter
EU714
(@eu714)
@lance: thanks for the help. If I’m not mistaken though, does this not adjust the excerpt to 325 words? I’m attempting for characters so that the excerpts are identical in length.
Thanks.
Thread Starter
EU714
(@eu714)
Yea, it’s working now. W3 was causing a glitch. I disabled it a viola!
Thanks for your help!
Thread Starter
EU714
(@eu714)
Thanks WPyogi.
I’ve attempted to do that already. The link is: emergentutility.com Perhaps I’m completely missing something. Thanks for any and all help!
Here’s an example of the code from the CSS file:
.entry-meta {
clear: both;
display: none;
}
.entry-meta a {
display: none;
}
.entry-header .entry-meta {
border-bottom: 1px solid #eee;
color: #8a8a8a;
font-family: Verdana, sans-serif;
font-size: 10px;
font-size: 1rem;
letter-spacing: 0.05em;
line-height: 2.4em;
padding-bottom: 2.4em;
text-transform: uppercase;
display: none;
}
.entry-header .entry-meta a {
display: none;
}