• Resolved annliu

    (@annliu)


    I don’t know what happened in my site or I didn’t know what I did. Here are the problems,

    1. In my site homepage, end of each articles has “Read the rest of entry –>” once I click, it comes out another page without showing full article? Instead a summit comment table there, how can this happen?

    If you go to check it in my site, you will know what I mean –> https://www.marketingbyann.com

    2. In the sidebar Archives section, each article also not shows up in full text, it has the same problem as above?

    3. In the sidebar Categories section, there is a article under it, if you click then you will see the same problem comes out?

    Where are those full text article?

Viewing 15 replies - 1 through 15 (of 25 total)
  • It’s the default theme / layout / code.

    Go through ‘index.php’ and find where it says
    the_excerpt

    Change ALL of them to
    the_content

    ??

    Thread Starter annliu

    (@annliu)

    I go through wp-admin/index.php, but I couldn’t find any the_excerpt. it is not there?

    I also go through the index.php that under public_html, but it only shows

    <?php
    /* Short and sweet */
    define(‘WP_USE_THEMES’, true);
    require(‘./wp-blog-header.php’);
    ?>

    wp-content/themes/default/index.php

    Thread Starter annliu

    (@annliu)

    I only find this, but do not have the_excerpt

    div class=”entry”>
    <?php the_content(‘Read the rest of this entry »’); ?>
    </div>

    is admin>options>reading>”full text” checked?

    Thread Starter annliu

    (@annliu)

    Yes, “full text” already checked.

    Thread Starter annliu

    (@annliu)

    It still not working!! ??

    Thread Starter annliu

    (@annliu)

    Hi, what’s this new problem come from? –>

    Fatal error: Call to undefined function: the_conent() in /home/marketj0/public_html/wp-content/themes/default/archive.php on line 43

    annliu, that’s a typo a€“ the_content(). ??

    Thread Starter annliu

    (@annliu)

    Error still there even I tried, as follow;

    <div class=”entry”>
    <?php the_conent(‘Read the rest of this entry ‘); ?>
    </div>

    Change “the_conent” to “the_content”. ??

    Thread Starter annliu

    (@annliu)

    thanks, okay, I changed. But how to solve the problems of full text not shows up?

    Please Help…

    Thread Starter annliu

    (@annliu)

    Anybody, please help ………. What to do to let FULL TEXT show up??

    Thread Starter annliu

    (@annliu)

    Hello …….. Please – Is there anybody help me look at this issue??? I read every post that in the support forum, but I couldn’t find the solution!! No matter what I tried, the Full Text just didn’t show up at all??

    “Hello …….. Please – Is there anybody help me look at this issue???”

    Firstly, a polite reminder that everyone on this forum is a volunteer and that your problem is not the only issue worth addressing. Needlessly bumping your post will not inspire people to help you faster. Remember, patience is a virtue:)

    Secondly, can you paste the content of your wp-content/themes/default/index.php file to https://pastebin.ca/ so that we can take a look?

Viewing 15 replies - 1 through 15 (of 25 total)
  • The topic ‘Needs help badly … !!’ is closed to new replies.