Activity Stream
48,167 MEMBERS
6734 ONLINE
besthostingforums On YouTube Subscribe to our Newsletter besthostingforums On Twitter besthostingforums On Facebook besthostingforums On facebook groups

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1.     
    #1
    Banned
    Website's:
    cityvillehelp.com

    Default Simple Wordpress Problem

    I am getting the text Continue reading ?" /> in the top most left corner
    of the article's page

    I am not getting this text in main page or in any other page

    Please tell me which template file should i edit to fix this ???



    see this screenshot for more info



    and

    hi-lighted one



    Please tell me which template file should i edit to fix this ???
    prateek Reviewed by prateek on . Simple Wordpress Problem I am getting the text Continue reading ?" /> in the top most left corner of the article's page I am not getting this text in main page or in any other page Please tell me which template file should i edit to fix this ??? see this screenshot for more info Rating: 5

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    eotips.com
    edit single.php, index.php

  4.     
    #3
    Member
    Website's:
    oneddl.eu nfomation.net linksafe.me
    Just search the index.php template for 'Continue' and edit as necessary. It will look something like this:

    Code: 
    <?php the_content('Continue Reading >>'); ?>
    It should really be within the Wordpress loop, usually like this:

    Code: 
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <?php the_content('Continue Reading >>'); ?>
    <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>

  5.     
    #4
    Banned
    Website's:
    cityvillehelp.com
    Quote Originally Posted by Desi_Boy View Post
    edit single.php, index.php
    Quote Originally Posted by okone View Post
    Just search the index.php template for 'Continue' and edit as necessary. It will look something like this:

    Code: 
    <?php the_content('Continue Reading >>'); ?>
    It should really be within the Wordpress loop, usually like this:

    Code: 
    <?php if ( have_posts() ) : while ( have_posts() ) : the_post(); ?>
    <?php the_content('Continue Reading >>'); ?>
    <?php endwhile; else: ?> <p><?php _e('Sorry, no posts matched your criteria.'); ?></p> <?php endif; ?>




    @Desi_Boy and @okone

    Checked index.php and single.php

    there is not a single word with continue


    see the content of single.php






    see there is no such word saying continue

  6.     
    #5
    Member
    Website's:
    Nerdy-Tutorials.com Mp3viddown.com Filmlab.eu
    site url?

  7.     
    #6
    Member
    Website's:
    servode.com
    Huh , most likely a function that is calling that string ... open your themes functions.php and do a search for the word that you want to remove , if its no their then do the same for header.php ..


  8.     
    #7
    Banned
    Website's:
    cityvillehelp.com
    www.cityvillehelp.com

    article URL
    http://www.cityvillehelp.com/cityvil...ial-links.html



    Quote Originally Posted by mintcold View Post
    Huh , most likely a function that is calling that string ... open your themes functions.php and do a search for the word that you want to remove , if its no their then do the same for header.php ..


    the functions.php | see the top right corner of the image, there is no such word as continue


    ---------- Post added at 04:22 PM ---------- Previous post was at 04:18 PM ----------

    ///



    I am only getting the text, on those articles in which i had used the MORE Tag during creating the post

  9.     
    #8
    Member
    Website's:
    servode.com
    PHP is not HTML , so its not necessary if it shows up on the top of your webpage will be at the top of you php file too , you can dynamically insert things where ever you want to ..

    Just do a search for what i said (search = ctrl + f in your browser) and then type/paste what you are searching for ..


  10.     
    #9
    Banned
    Website's:
    cityvillehelp.com
    there is only 1 line in the entire template inside loop.php

    and also has the text Read the rest of this entry in the language files

    it has the following code, is it ok ????

    PHP Code: 
    <?php the_content'<span class="block-button">' __'Read the rest of this entry &raquo;''graphene' ) . '</span>' ); ?>
    @mintcold
    wel said, let me check

  11.     
    #10
    Banned
    you can try like this
    Search all file in your theme (each file .php in right corner) with key Continue reading ?" />
    if you don't see, maybe problem from your post, some posts i can see Continue reading ?" /> but some posts don't

Page 1 of 2 12 LastLast

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. [Hiring] Wordpress Designer + Coder (Simple Work)
    By Uchiha-Madara in forum Completed Transactions
    Replies: 0
    Last Post: 19th May 2012, 02:44 PM
  2. [Hiring] Css services to My footer(wordpress)-Simple
    By SuperKewlGuy in forum Completed Transactions
    Replies: 0
    Last Post: 9th Dec 2011, 10:54 PM
  3. Wordpress Redirect - Hopefully simple question.
    By Ashleyuk1984 in forum Technical Help Desk Support
    Replies: 0
    Last Post: 20th Oct 2011, 08:42 PM
  4. [Selling] Simple Wordpress [PSD Only]
    By azerone in forum Completed Transactions
    Replies: 0
    Last Post: 13th Jul 2011, 08:11 PM
  5. Simple Images Resize in Wordpress
    By fdls in forum Tutorials and Guides
    Replies: 15
    Last Post: 28th May 2011, 07:10 AM

Tags for this Thread

BE SOCIAL