| User | Post |
|
8:19 am July 8, 2009
| peterlaz6
| | | |
| Member | posts 19 |
|
|
Hi Ryan,
index.php line 52 is referred.
I changed 'Read the rest of this entry' to 'Read more of this review'
It seems to work. However, the text appears in bold. How can I remove the bold attribute?
Thanks
|
|
|
6:36 pm July 8, 2009
| Ryan
| | | |
| Admin
| posts 960 |
|
|
Add this to the end of your style.php file:
a.more-link {font-weight:normal;}
Then go into your theme settings and click a "Save changes" button to rewrite the stylesheet.
|
|
|
1:12 am July 9, 2009
| peterlaz6
| | | |
| Member | posts 19 |
|
|
Hi Ryan,
Thanks for the prompt reply.
I tried as per your instructions but however each time I click save changes on the theme settings the entry in style.php seems to be removed. what should do now ?
Please help.
thanks
Peter.
|
|
|
2:10 pm July 13, 2009
| Ryan
| | | |
| Admin
| posts 960 |
|
|
You can go into the style.php file and find the .more-link style code (line 709). Change the font-weight:700 to font-weight:normal. Then save changes and it should write it to style.css.
|
|
|
3:37 pm February 8, 2010
| JoniD
| | | |
| Member | posts 5 |
|
|
Hi Ryan,
My posts have never had the 'read the rest of this entry' show up, so they post in full on the first page. I would like the posts to cut off after so many lines. Can you point me to the setting that is causing this?
Thank you!
-Joni 
|
|
|
6:49 am February 9, 2010
| Ryan
| | | |
| Admin
| posts 960 |
|
|
You need to insert a 'more' quick tag in your post for it to cut off. Just click the icon in your post editor buttons to insert the more tag whereever you want it to end. It will insert this: <!–more–>
|
|