asmusa 0 Report post Posted May 28, 2011 How would I override the file in the platformpro directory "includes/library.templates.php" file in my child theme? - any help would be greatly appreciated. Share this post Link to post Share on other sites
catrina 103 Report post Posted May 28, 2011 What are you trying to accomplish with overriding the file? Have you considered using hooks?: http://www.pagelines.com/docs/base-child-theme Please read the docs before posting. Please do not private message me unless I ask you to. Designer | Catrina Dulay Founder | Catrina and Mouse Share this post Link to post Share on other sites
asmusa 0 Report post Posted May 28, 2011 Thanks for your reply - I wanted to change the "Continue Reading" arrrow character that is used in the read more link... Share this post Link to post Share on other sites
Simon 248 Report post Posted May 28, 2011 Use the continue_reading_link_text filter. Share this post Link to post Share on other sites
asmusa 0 Report post Posted May 28, 2011 Thanks Simon - could you please be a little more specific how I would use this filter in a real world example? Share this post Link to post Share on other sites
Simon 248 Report post Posted May 28, 2011 Do you not have this section? Share this post Link to post Share on other sites
asmusa 0 Report post Posted May 28, 2011 Hi Simon, yes, I can change the label here but I would still have the right pointing arrow which is hard coded in the "includes/library.templates.php" file ... Share this post Link to post Share on other sites
timlinson 3 Report post Posted May 30, 2011 The codex has a section on further tweaks: http://codex.wordpress.org/Customizing_the_Read_More Share this post Link to post Share on other sites