Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
QUESTION Call plugin from template.php
#4
In case anyone need it in the future, it's as shawh said, seems to be a plugin-related function. Here's the 118N Gallery code, for example:

PHP Code:
<?php 
     
/* Add the plugin javascript */
     
get_i18n_gallery_header('my-slideshow'); 

     
/* Add the HTML code for the plugin */
     
get_i18n_gallery('my-slideshow'); 

     
/* Both can be inserted in <body> */
?>
Reply


Messages In This Thread
Call plugin from template.php - by lukinhasb - 2014-07-15, 01:01:19
RE: Call plugin from template.php - by shawn_a - 2014-07-15, 01:03:11
RE: Call plugin from template.php - by lukinhasb - 2014-07-15, 01:08:46
RE: Call plugin from template.php - by lukinhasb - 2014-07-15, 01:20:46



Users browsing this thread: 1 Guest(s)