holgee
Forum Replies Created
-
Forum: Plugins
In reply to: Which is the best plugin for newsletter?hi B_Dark …
i use “mailpress”(http://www.mailpress.org) and i am very satisfied … easy to install, configure. you can set up your own mail template … and it is multilingual …
for my opinion the best plugin for newsletters or mailings lists …
check out the sign up form on our Webpage for example …
greetz
Holger
IT WORKS !
Many thanks for your help !
I use the following code in the functions.php and it works perfectly ! All Admin Tabs are shown …
function ssc_publish_meta_box_add() { add_meta_box('stc-publish-div', 'Twitter Publisher', 'stc_publish_meta_box', '**name of the custom post type**', 'side'); add_meta_box('sfc-publish-div', 'Facebook Publisher', 'sfc_publish_meta_box', '**name of the custom post type**' , 'side'); } add_action('admin_menu', 'ssc_publish_meta_box_add');**name of the custom post type** => put in the label of your custom post type
Thanks a lot for your reply !!!!!!
Only point i don´t get is …
do i paste this code in the function.php or directly into the Plugin Code ?
Sorry … i´m a little bit confused …. 😉
many thanks !!!!!!
Holger