PDA

View Full Version : Function spwrPrintArticle in posts?


eh69
02-24-2012, 11:20 AM
Hello
I want add function spwrPrintArticle in content of posts.

1. I must include one of php file in subpages with posts.
2. for example, I must relace
echo $post_content;
to
echo spwrPrintArticle($post_content);

How to do it? Please help :)