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

Results 1 to 6 of 6
  1.     
    #1
    Member

    Smile 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

  2.   Sponsored Links

  3.     
    #2
    Member
    Website's:
    epicimagehost.com
    Seeing 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(); ?>
    with
    PHP Code: 
    <?php the_content(''); ?>
    Or
    PHP Code: 
    <?php the_content('&nbsp;'); ?>
    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>

  4.     
    #3
    Member
    Website's:
    uploadz.org serverpick.in
    Bitan, WTF. Even I can do this. No Experienced Coder Needed for this. Lol. it is too simple. Just PM me.

  5.     
    #4
    Member
    Website's:
    uploadz.org serverpick.in
    What 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.

  6.     
    #5
    You 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

  7.     
    #6
    Member
    Best method. Search for Read the rest... on your archive.php page And rename it or delete it. PM me if you want me.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. need a coder who is experienced in IPB
    By nfury007 in forum Community Cooperative
    Replies: 0
    Last Post: 29th Aug 2011, 02:21 PM
  2. LF> Experienced php coder
    By Qual in forum Community Cooperative
    Replies: 0
    Last Post: 1st Aug 2011, 02:59 AM
  3. Experienced coder for rapidleech
    By mboy10 in forum Community Cooperative
    Replies: 1
    Last Post: 16th Apr 2011, 06:40 PM
  4. Looking for experienced IPB coder
    By SLiMRiDER in forum Community Cooperative
    Replies: 0
    Last Post: 13th Jun 2010, 12:24 AM
  5. Looking for an experienced coder
    By Elio in forum Completed Transactions
    Replies: 0
    Last Post: 28th Nov 2009, 07:29 PM

Tags for this Thread

BE SOCIAL