Just add it.
It should be interpreted automatically.
put the functions.php into the theme directory …
of course you should put some code in it, too 😉
Good Luck
Anja
Thanks. I tried that, but it didn’t seem to work — the text of the functions.php file was just displayed visibly at the top of the screen, before the theme was rendered. So I removed it again.
The site is here: http://www.futilitycloset.com/
Thanks again for your help.
Hey… if text shows… that probably means there’s something wrong with your functions.php.
Could you post the code that is in the functions.php file?
Yes, here it is:
[Code moderated as per the Forum Rules. Please use the pastebin]
Basically I’m trying to follow the advice in this post:
http://ww.wp.xz.cn/support/topic/rss-feed-before-the-more-tag#post-1593916
so that my RSS feed will display only the text that precedes the <!–more–> tag in each post. Many thanks again for your help!
Ok… you probably forgot the
<?php
before the pasted code and the
?>
at the end. So the full code in your functions.php must look like this:
That should work!
D’oh! That works perfectly. Thanks again for your help!