soapy
MemberForum Replies Created
-
Here is my css
.post-title, .post-title a, .post-title a:visited {
color: #000000;
font-family: Arial,Helvetica,sans-serif;
font-size: 1.5em;
font-weight: bold;
}Yes….refreshed the cache….but it still shows up as two different sizes…any ideas?
In reply to: Excerpt length in category archive and search pages
February 6, 2012 at 10:19 pm #23181Syahir, the last one there did it! Thank you!
One question…when I update to 1.6…it sounds like this will no longer work, correct? I’ll have to use the code you previously pasted in this thread? Or am i wrong….
In reply to: Excerpt length in category archive and search pages
February 6, 2012 at 10:03 pm #23179No….I haven’t updated yet…still on 1.5.6….but could this really be the cause?
Syahir, that produces this error on my site now:
Fatal error: Call to undefined function graphene_set_excerpt_length() in /home/delgreco/public_html/wp-content/themes/graphene-child/functions.php on line 31
Any ideas?
This still does not work. I pasted your code Syahir in my child theme functions.php file….but still no change. It still adds the continue reading button automatically. I changed return to 20 and expected to see each excerpt 20 words long and then the continue reading button…but no change….any ideas?
Thanks for the response Syahir. What if I wanted this text for every post? Is there an easier way than writing manual excerpts for each post?
Thank you!
Thanks guys…just a quick question, “return 40″…is that 40 characters or 40 words?
In reply to: Excerpt of a page generates bad HTML for "Continue reading"
February 6, 2012 at 12:21 pm #23244This is the same issue I’m having. If I add a more tag to a post, then the automatically generated “continue reading” button does not show up in my category archives (excerpt view).
I figured the only work around is to add a function so that after, for example, 140 characters in my excerpts….the “continue reading” button is generated. Then, as long as I insert the more tag after 140 characters in my post….I’ll be able to see the continue reading button in the post in both the home page as well as when viewed as an excerpt (category archives, search results, etc).
Make sense? Anyone have a better idea?
