Forums

Category archive.php problem (3 posts)

  1. vegim
    Member
    Posted 2 years ago #

    hey guys im new to wordpress i recently installed wordpress and a new theme but when i click on the categories button i get this

    Fatal error: Call to undefined function: the_content_limit() in /home2/edibraco/public_html/wp-content/themes/shiva/archive.php on line 31

    anyone could help me this is whats in line 31 of the archive.php

    >
    		<h2 class="pagetitle">Archive for <?php the_time('Y'); ?></h2>
    	  <?php /* If this is an author archive */ } elseif (is_author()) { ?>
    		<h2 class="pagetitle">Author Archive</h2>
    LINE31:	  <?php /* If this is a paged archive */ } elseif (isset($_GET['paged']) && !empty($_GET['paged'])) { ?>
    		<h2 class="pagetitle">Blog Archives</h2>
     	  <?php } ?>
    
    		<?php while (have_posts()) : the_post(); ?>
  2. whooami
    Member
    Posted 2 years ago #

  3. vegim
    Member
    Posted 2 years ago #

    no it not about the content limit i already tried that ...

    <?php /* If this is a paged archive */ } elseif

    i dunno what this means
    if it help ... when i delete the_content_limit ..... i can enter categories but the text doesnt come up just the tittle of the article and the thmbnail ... check it out...
    http://edibra.com/?cat=53

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags