Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 5955101
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 22, 20262026-05-22T18:03:58+00:00 2026-05-22T18:03:58+00:00

Ok so I literally can’t find anything that references this issue. I’ve tracked down

  • 0

Ok so I literally can’t find anything that references this issue. I’ve tracked down why it’s happeneing but can’t find a solution. So what’s happening is when an author makes a post and the tag is used at a point that isnt 40 words in the author page doesnt include the read more link. So basically if the more tag isnt placed atleast 40 words in, the link doesnt show up and assumes the post is only that may words long.

here’s a link to the issue…
http://www.dudnyk.com/blog/author/frank-powers

if you look at the 2nd post down you can see there is no “Continue Reading” but if you look for that post on the main blog page, you’ll see there is a link for it. If I moved the read more further down in the post it would work. any ideas??

the loop is initiated here… get_template_part( ‘loop’, ‘author’ ); but i’m not sure how to find where that function is doing what where.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-22T18:03:58+00:00Added an answer on May 22, 2026 at 6:03 pm

    You are using (a child theme of) the wordpress theme ‘TwentyTen’, which ships with wordpress since 3.0 was released.

    There are two functions in your functions.php that together cause the effect your witnessing.

    function twentyten_excerpt_length( $length ) {
        return 40;
    }
    add_filter( 'excerpt_length', 'twentyten_excerpt_length' );
    

    sets the excerpt length to 40 words. And something along the lines of this:

    function twentyten_auto_excerpt_more( $more ) {
        return ' …';
    }
    add_filter( 'excerpt_more', 'twentyten_auto_excerpt_more' );
    

    There should be a third function, twentyten_continue_reading_link(), which should be called by twentyten_auto_excerpt_more( $more ) in the second line like so:

    return ' …' . twentyten_continue_reading_link();
    

    But somehow it doesn’t work. Either because the auto excerpt function does not call the continue reading link, or because the continue reading link does not exist.

    Anyway, if you do not use excerpts anywhere else on your site, just set the excerpt length to a lower value than 40 in the first function I posted – or, if your using excerpts, modify the second such that it returns a ‘Continue reading…’ link.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a block of text that can literally be anything. Somewhere in the
I realize that literally it translates to Java Enterprise Edition. But what I'm asking
I can make a new , and that seems to work. But edit/update does
Could someone write this literally for me so I can understand how the casting
I have been at this literally all day. I can create linked lists no
I have literally spent days searching for a solution to this problem. PHP's mkdir()
Is there a tool/utility I can attach to a browser that can literally scan
I'm trying to find out if there is a jQuery plugin that can has
In short, I'd like to abstract this shebang so I can literally copy and
Does anyone know of any code or tools that can strip literal values out

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.