Results 1 to 10 of 11
-
16th Mar 2012, 03:43 PM #1OPBannedWebsite's:
cityvillehelp.comSimple 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
-
16th Mar 2012, 03:59 PM #2MemberWebsite's:
eotips.comedit single.php, index.php
-
16th Mar 2012, 03:59 PM #3MemberWebsite's:
oneddl.eu nfomation.net linksafe.meJust search the index.php template for 'Continue' and edit as necessary. It will look something like this:
Code:<?php the_content('Continue Reading >>'); ?>
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; ?>
-
16th Mar 2012, 04:12 PM #4OPBannedWebsite's:
cityvillehelp.com
-
16th Mar 2012, 04:15 PM #5MemberWebsite's:
Nerdy-Tutorials.com Mp3viddown.com Filmlab.eusite url?
-
16th Mar 2012, 04:16 PM #6MemberWebsite's:
servode.comHuh , 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 ..
-
16th Mar 2012, 04:22 PM #7OPBannedWebsite's:
cityvillehelp.comwww.cityvillehelp.com
article URL
http://www.cityvillehelp.com/cityvil...ial-links.html
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
-
16th Mar 2012, 04:22 PM #8MemberWebsite's:
servode.comPHP 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 ..
-
16th Mar 2012, 04:25 PM #9OPBannedWebsite's:
cityvillehelp.comthere 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 »', 'graphene' ) . '</span>' ); ?>
wel said, let me check
-
16th Mar 2012, 04:26 PM #10Banned
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
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
[Hiring] Wordpress Designer + Coder (Simple Work)
By Uchiha-Madara in forum Completed TransactionsReplies: 0Last Post: 19th May 2012, 02:44 PM -
[Hiring] Css services to My footer(wordpress)-Simple
By SuperKewlGuy in forum Completed TransactionsReplies: 0Last Post: 9th Dec 2011, 10:54 PM -
Wordpress Redirect - Hopefully simple question.
By Ashleyuk1984 in forum Technical Help Desk SupportReplies: 0Last Post: 20th Oct 2011, 08:42 PM -
[Selling] Simple Wordpress [PSD Only]
By azerone in forum Completed TransactionsReplies: 0Last Post: 13th Jul 2011, 08:11 PM -
Simple Images Resize in Wordpress
By fdls in forum Tutorials and GuidesReplies: 15Last Post: 28th May 2011, 07:10 AM
themaCreator - create posts from...
Version 3.45 released. Open older version (or...