Quote:
Originally Posted by Lynne
What do you mean you want to enter a php script there? Templates are for html - you don't put php in a template. You may run a script in the plugin and then put the output into a variable and then put the variable into the template. Can you tell us a bit more about what you are trying to do?
|
I'm trying to insert a PHP script in users posts.
Php script:
The PHP script basically reads a random line from a .txt file and print it out.
Thanks for replying, any idea how to get this done?