Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Daniele De Santis

    (@danieledesantis)

    Hello,
    I’ll probably include this feature in a future release.

    For now you can edit the plugin’s main file (wordpress-add-custom-css.php) and add the desired post types on line 60:

    $post_types = array('post', 'page');

    For example:
    `$post_types = array(‘post’, ‘page’, ‘story’, ‘wiki’);

    Remeber to use the post type’s slug.

    Best,
    Daniele

    Thanks for posting the above solution!

    I’m using the Pinnacle Premium theme, and I needed to add support for their Portfolio post type. Simply adding ‘portfolio’ to the array fixed this quick. Yay!

    Andreas

    (@lacproduction)

    Thank you from me too!

    Do you add this in next update? Or have we do it again after update?

    Great and usefull plugin!

    Best regards

    Andreas

    Plugin Author Daniele De Santis

    (@danieledesantis)

    Hi Andreas,
    yes I’m plannig to include this feature in one of the future releases, probably not in the very next ones, but it will be done ??

    Best,
    Daniele

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Custom Post Types’ is closed to new replies.