Results 1 to 6 of 6
Threaded View
-
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>
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.47 released. Open older version (or...