View Single Post
ישן 09-12-13, 13:53   # 2
yortem
חבר על
 
מיני פרופיל
תאריך הצטרפות: Oct 2005
גיל: 34
הודעות: 767

yortem לא מחובר  

לך לעריכת הקובץ category.php ובמקום שבו אתה רוצה שיופיע התיאור תכניס את הקוד:
PHP קוד:
            <?php if ( category_description() ) : // Show an optional category description ?>
                <div class="archive-meta" style="color: #BBFF00;font-weight: bold;"><?php echo category_description(); ?></div>
            <?php endif; ?>
כמובן תערוך את העיצוב של ה-div...
__________________
...
  Reply With Quote