Title: Customising custom post
Last modified: August 19, 2016

---

# Customising custom post

 *  [Sandra Wiborg](https://wordpress.org/support/users/sword/)
 * (@sword)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/customising-custom-post/)
 * Hi.
    I’m working on a webside that is active on [http://www.triggerdemo.com](http://www.triggerdemo.com).
   I have made a custom post, called “portfolio” on this site. This is the posts
   that lies in the sidebar under “Min portfolio”. I have added a widget called “
   Simple Social – Sharing Widgets & Icons – Adds a set of social sharing widgets&
   icons after each post” and want it to show on my regular posts, but not on my
   custom posts – Portfolio. What can I do to get this removed?

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Devin Price](https://wordpress.org/support/users/downstairsdev/)
 * (@downstairsdev)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/customising-custom-post/#post-1814207)
 * You could use the widget logic plugin (if it actually is a widget):
    [http://wordpress.org/extend/plugins/widget-logic/](http://wordpress.org/extend/plugins/widget-logic/)
 * With the conditional code:
 *     ```
       !(is_singular('portfolio'))
       ```
   
 * You can read more about conditionals with custom post types here:
    [http://codex.wordpress.org/Conditional_Tags#A_Post_Type](http://codex.wordpress.org/Conditional_Tags#A_Post_Type)
 *  Thread Starter [Sandra Wiborg](https://wordpress.org/support/users/sword/)
 * (@sword)
 * [15 years, 5 months ago](https://wordpress.org/support/topic/customising-custom-post/#post-1814225)
 * Ah, offcourse it’s not a widget, my bad. It’s just a plugin and it shows on all
   my posts, also the custom post. Any other solution to this?
 * But the widget you mentioned is also something I was looking for, so thanks 🙂

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Customising custom post’ is closed to new replies.

## Tags

 * [custom post](https://wordpress.org/support/topic-tag/custom-post/)
 * [post](https://wordpress.org/support/topic-tag/post/)
 * [widget](https://wordpress.org/support/topic-tag/widget/)

 * 2 replies
 * 2 participants
 * Last reply from: [Sandra Wiborg](https://wordpress.org/support/users/sword/)
 * Last activity: [15 years, 5 months ago](https://wordpress.org/support/topic/customising-custom-post/#post-1814225)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
