• I am using a template that i have customized but for some reason the read more function is not working. It just cuts the post off. Also the hyperlink function is not working also.

    I am trying to get some stuff done with this blog but if i cant get these functions working i dont know what to do. If there is any help or if you have seen this problem before and know how to fix it let me know.

    ericjw316

Viewing 1 replies (of 1 total)
  • Hi Eric,

    What theme?
    Do you have a link to the site you are building?
    Do you have someting like this in your index.php :

    <h2><a href="<?php the_permalink() ?>" rel="bookmark" title="<?php the_title(); ?>"><?php the_title(); ?></a></h2>
    
    <p class="postmetadata">
             <?php the_time(__('j F Y - H:i')); ?><?php edit_post_link('Edit', ' | ', ''); ?>
    				</p>
    
    <div class="entry">
    <?php the_content('.. lees meer ..'); ?>
    </div>
    <div style="clear:both;"></div>
    </div>
Viewing 1 replies (of 1 total)
  • The topic ‘Read More function not working in template’ is closed to new replies.