-
It's possible. Can you just try removing it and seeing if it works?
And I assume you did insert the more tag?
-
Hi Dan,
Yes, I tried that along with a bunch of other variations. Right now I simply have <!--more--> inserted.
Maybe I do not understand how the template is set up. Does it automatically insert a More Tag at the same line on every post--or do I need to add the tag's HTML on the line of my choice?
I do want to use the Custom "Read More ..." Link Text provided in the Default Template.
If I need to add the tag, I don't know what I am doing wrong. I did the exact same thing on my client's blog (which also uses Socrates--latest version) and it worked perfectly on his.
Once again, http://severxance.com/?p=242 ... it should be showing under the 8th paragraph, under "The Toaster" but I am just getting a blank line.
Thanks,
RT
-
The more tag is basic Wordpress functionality. The theme is really irrelevant, except for our custom text option.
There are many posts on the forum and a ton of info and videos in google if you just search: how to use the more tag
You just pick a spot in the post where you'd like to insert a break and click the icon that looks like two white boxes with a dashed line in the middle. That inserts the more tag.
You can't view the more tag on an individual post. It only works on the index page. The whole point is to give an excerpt on the main page so a user can view the full post on the actual post page.
I should have picked up on the full post url in your first post and mentioned that..
-
 Originally Posted by Dan Nickerson
You can't view the more tag on an individual post. It only works on the index page.
OK, thank you. That is the piece I was missing.
RT
-
I added this code to the functions.php and locked up my site. I took the code back out and have the site working again. Can you tell me what I can do to add the code?
I added:
unction new_excerpt_length($length) {
return 40;
}
add_filter('excerpt_length', 'new_excerpt_length');
at the very end of functions.php
Last edited by fiddlinground; 01-28-2013 at 12:38 PM.
-
Never-mind, I see I left the F off of Function I fixed it now.
thanks!
David
Similar Threads
-
By squawk in forum Official Support
Replies: 20
Last Post: 09-13-2011, 07:55 PM
-
By Don921 in forum Community Support
Replies: 1
Last Post: 07-06-2011, 01:31 PM
-
By Don921 in forum Troubleshooting
Replies: 1
Last Post: 07-02-2011, 10:55 AM
-
By halo8th in forum Troubleshooting
Replies: 7
Last Post: 03-11-2011, 09:43 AM
-
By amackley in forum Official Support
Replies: 3
Last Post: 08-19-2010, 01:15 PM
Tags for this Thread
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|