How can I change the "ream more" text, to something like <read on", or whatever most efficiently with the gantry theme? There are posts on WordPress of course, but I want to make sure I use the best way for this framework.
Hi, the read more text is coded into the loops which are located in the theme directory -> html. Each file (single.php, home.php ECT) is the code for each corresponding page type in Wordpress. You can manually change the text in each of them in these files.
The reason it is like this is because our themes are translatable - so the text is called in through the mo file in the language folder. You could also change it there if you are familiar with how language files work. Either way works fine.
The difficult we do immediately, the impossible takes a little longer.