I need to add the following php function for WordPress Post Tab plugin
in order to utilize the plugin so I can use this feature. According to my research on the forum, using the Customization plugin, in the function.php I should be adding something like this,
But it is not working so I am missing something here. Please note that I am trying to use this as part of the post content but unable to find the relevant function. Any help would be appreciated.
}
Adding WordPress Post Tab Plugin function to Customize plugin
Started by
deafcoder
, Mar 06 2012 06:52 PM
2 replies to this topic
#1
Posted 06 March 2012 - 06:52 PM
#2
Posted 06 March 2012 - 07:22 PM
I think you need to end PHP first, then re-open it after you've injected your PHP as shown below. You also need a div so that you can actually apply styling, if necessary, also as shown below.
#3
Posted 06 March 2012 - 07:35 PM
Forget it, UI plugin works the best without any customization. No need to insert codes, etc... Thanks for taking the time to read it.










