creativelearning 0 Report post Posted January 25, 2011 Would it be possible to tell me where I can find this code at the bottom of every post? I would like to edit the text "Tagged with:..." and add something else. Thanks for all the help! Share this post Link to post Share on other sites
Guest Guest Report post Posted January 25, 2011 The file template.postloop.php dictates this, track down this section and make your change. <div class="tags"> <?php the_tags(__('Tagged with: ', 'pagelines'),' • ',''); ?> </div> Share this post Link to post Share on other sites
creativelearning 0 Report post Posted January 25, 2011 Great Thanks so much! Worked! Share this post Link to post Share on other sites