Please Read First
Troubleshooting Tips
Frequently Asked Questions
Before Posting Please Disable Wp Super Cache Plugin
When Posting Please Include Your URL.
Search Forum Using Google Search Box Above
Forum Video

Page 2 of 2 FirstFirst 12
Results 11 to 16 of 16
  1. #11
    Join Date
    Jun 2010
    Location
    Maine
    Posts
    6,535
    Rep Power
    9

    Default

    It's possible. Can you just try removing it and seeing if it works?

    And I assume you did insert the more tag?

  2. #12
    Join Date
    Aug 2011
    Posts
    24
    Rep Power
    0

    Question

    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

  3. #13
    Join Date
    Jun 2010
    Location
    Maine
    Posts
    6,535
    Rep Power
    9

    Default

    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..

  4. #14
    Join Date
    Aug 2011
    Posts
    24
    Rep Power
    0

    Thumbs up

    Quote Originally Posted by Dan Nickerson View Post
    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

  5. #15
    Join Date
    Oct 2011
    Posts
    17
    Rep Power
    0

    Default

    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.

  6. #16
    Join Date
    Oct 2011
    Posts
    17
    Rep Power
    0

    Default

    Never-mind, I see I left the F off of Function I fixed it now.

    thanks!
    David

Similar Threads

  1. lose "read more", where are posts posted?
    By squawk in forum Official Support
    Replies: 20
    Last Post: 09-13-2011, 07:55 PM
  2. Removal of "Pages",, "Archives", and "Categories" Data
    By Don921 in forum Community Support
    Replies: 1
    Last Post: 07-06-2011, 01:31 PM
  3. Creating a "Read more....." tag on Each Article
    By Don921 in forum Troubleshooting
    Replies: 1
    Last Post: 07-02-2011, 10:55 AM
  4. "read more" links in categories not working..
    By halo8th in forum Troubleshooting
    Replies: 7
    Last Post: 03-11-2011, 09:43 AM
  5. 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
  •