Hi! I'm using the wordpress jetpack plugin to publicize my posts to twitter and wordpress.
I would love to be able to do that with the custom post types (portfolio items), too. To do that, you need to add the"publicize" attribute in the "supports" array of the custom post type. See here:
I could add it on my own but then I would need to do it after every update. Because it won't hurt your themes behaviour: It would be great if you add it :)
Thanks! It's really that easy! I added it myself in the function.php where the supports-array for the portfolio is written. It works perfectly. But as I said: Would be great to not having to add it on my own every time ;)
Hi! I'm using the wordpress jetpack plugin to publicize my posts to twitter and wordpress.
I would love to be able to do that with the custom post types (portfolio items), too. To do that, you need to add the
"
publicize" attribute in the "supports" array of the custom post type. See here:
http://jetpack.me/2014/01/31/jetpack-2-8-introduci...
I could add it on my own but then I would need to do it after every update. Because it won't hurt your themes behaviour: It would be great if you add it :)
Hey!
Thanks for the feedback, I will notify the author about this.
Cheers
ThemeNectar Support Team
Thanks! It's really that easy! I added it myself in the function.php where the supports-array for the portfolio is written. It works perfectly. But as I said: Would be great to not having to add it on my own every time ;)
Niklas,
Could you please elaborate on your process of adding the \"Publicize\" feature on the portfolio item. I am trying to achieve the same thing.
Thank you,
Rico
The code in my function.php? I am not using jetpack anymore and don\'t have that code anymore, sorry.