Hello,
I would like to put the IM Online plugin into my footer, not the sidebar. WP allows me to drag and drop the widget into the Sidebar, but how can I manually put it into my footer instead?
Hello,
I would like to put the IM Online plugin into my footer, not the sidebar. WP allows me to drag and drop the widget into the Sidebar, but how can I manually put it into my footer instead?
Take a look at the widget code. It probably uses soemthing like the following:
im_online();
Edit your theme's footer.php file and place the code that it uses within the other file.
it's located in the readme.txt file
use this:
<?php imonline_status(); ?>
it's located in the readme.txt file
use this:
<?php imonline_status(); ?>
sorry duplicate post
This topic has been closed to new replies.