Then what to do with some wordpress functions, like wp_head(), wp_footer(), etc.
For now, it works well. But there're still some problems
Then what to do with some wordpress functions, like wp_head(), wp_footer(), etc.
For now, it works well. But there're still some problems
Could you elaborate on the problem(s?) specifically, please? I'm interested in this plugin, yet hesitant. #wordpress_newb
Smarty for WordPress permits loading Smarty Template files within WordPress post/pages.
wp_head() and wp_footer() are used in your WordPress theme development, which by default you would still use.
To use your Smarty templates during your theme development, you must code your theme to invoke smarty_get_instance method from the Smarty for WordPress plugin and load up your Smarty templates when you need based on your requirements
This topic has been closed to new replies.