stephwise 0 Report post Posted July 27, 2011 Hi! How do I change the text from the pullquote section to always say "You Said", instead of the quotes? site: http://2dineforhouston.com/2011/07/16/tinys-no-5/ thanks! stephanie Share this post Link to post Share on other sites
joie 4 Report post Posted July 27, 2011 Try this modify the file section.pullquote.php under the /theme/platformbase/sections <?php echo $thequotes[$quote_key];?> — <?php echo $quote_key;?> change that to You said : <?php echo $thequotes[$quote_key];?> — <?php echo $quote_key;?> Share this post Link to post Share on other sites