Custom Text
-
I want to customise the style of the text in the post, I assume that I need to edit the following command found in post_loop_template…php:
<!– This is the output of the EXCERPT –>
<div class=”entry-summary”>
<?php the_excerpt(); ?>Lets just say I want the following class to be applied which is in the themes stylesheet:
.art-postcontent
I would assune that you just change <div class=”entry-summary”> to <div class=”.art-postcontent “>
That doesn’t appear to do anything to the text?
Any suggestions?
The topic ‘Custom Text’ is closed to new replies.