Results 1 to 6 of 6
-
30th Dec 2010, 12:43 PM #1OPMember
Experienced Coder Needed
Hey guys i need someone who can sole my problem.
My problem is that in my blog there are two Read More button below my posts.One looks very good and the other one looks dull.U can see my problem below too:
I want to remove the "Read The Rest Of This Entry>>" option.
Here u can see my single.php code: http://tinypaste.com/dc58b
If anyone can solve my problem than plz pm me.bitan Reviewed by bitan on . Experienced Coder Needed Hey guys i need someone who can sole my problem. My problem is that in my blog there are two Read More button below my posts.One looks very good and the other one looks dull.U can see my problem below too: http://i.imgur.com/4HcMu.jpg I want to remove the "Read The Rest Of This Entry>>" option. Here u can see my single.php code: http://tinypaste.com/dc58b Rating: 5
-
30th Dec 2010, 12:58 PM #2MemberWebsite's:
epicimagehost.comSeeing the function 'the_content()' could help.
Because now you have to mask the link, and if we could edit that function we could just remove the link out of it.
It could be that you need to replace the line:
PHP Code:<?php the_content(); ?>
PHP Code:<?php the_content(''); ?>
PHP Code:<?php the_content(' '); ?>
PHP Code:<?php get_header(); ?>
<div id="content" class="narrowcolumn">
<?php if (have_posts()) : while (have_posts()) : the_post(); ?>
<div class="post" id="post-<?php the_ID(); ?>">
<div class="post-top">
<div class="post-title">
<h2><a href="<?php the_permalink() ?>" rel="bookmark" title="Permanent Link to <?php if ( function_exists('the_title_attribute')) the_title_attribute(); else the_title(); ?>"><?php the_title(); ?></a></h2>
<h3>
Posted by <span><?php the_author() ?></span> | Posted in <span><?php the_category(', ') ?></span> | Posted on <?php the_time('d-m-Y') ?>-05-2008
</h3>
</div>
<h4><?php comments_number('0', '1', '%'); ?></h4>
</div>
<div class="entry">
<?php the_content(); ?>
</div>
<div class="postmetadata">
<div class="alignright"><a href="<?php the_permalink() ?>" >Read More</a></div>
</div>
</div>
<?php comments_template(); ?>
<?php endwhile; else: ?>
<p>Sorry, no posts matched your criteria.</p>
<?php endif; ?>
</div>
-
30th Dec 2010, 01:32 PM #3MemberWebsite's:
uploadz.org serverpick.inBitan, WTF. Even I can do this. No Experienced Coder Needed for this. Lol. it is too simple. Just PM me.
-
30th Dec 2010, 01:33 PM #4MemberWebsite's:
uploadz.org serverpick.inWhat i suggest is - Rename one Read more to >> Full Description nd Other Read More to << Download Links.! or pm me i'll remove watever u want.
-
30th Dec 2010, 03:43 PM #5You can call me G
You just needed Google to know (that too if you're not familiar with WordPress) how to do this.. forget experienced coder..
http://codex.wordpress.org/Function_...ce/the_content
PHP Code:<?php the_content( $more_link_text, $strip_teaser, $more_file ); ?>
As the syntax is, the $more__link_text is what is set... just remove that and you are good to go
My Langotiya Yaars (Chaddi buddies): JmZ, humour, Chutad, Esotorisk, l0calhost, Daniel, Mind Freak?, TLK, Amz
-
3rd Jan 2011, 02:19 AM #6Member
Best method. Search for Read the rest... on your archive.php page And rename it or delete it. PM me if you want me.
Sponsored Links
Thread Information
Users Browsing this Thread
There are currently 1 users browsing this thread. (0 members and 1 guests)
Similar Threads
-
need a coder who is experienced in IPB
By nfury007 in forum Community CooperativeReplies: 0Last Post: 29th Aug 2011, 02:21 PM -
LF> Experienced php coder
By Qual in forum Community CooperativeReplies: 0Last Post: 1st Aug 2011, 02:59 AM -
Experienced coder for rapidleech
By mboy10 in forum Community CooperativeReplies: 1Last Post: 16th Apr 2011, 06:40 PM -
Looking for experienced IPB coder
By SLiMRiDER in forum Community CooperativeReplies: 0Last Post: 13th Jun 2010, 12:24 AM -
Looking for an experienced coder
By Elio in forum Completed TransactionsReplies: 0Last Post: 28th Nov 2009, 07:29 PM
themaCreator - create posts from...
Version 3.24 released. Open older version (or...