• I am using this CSS to hide my theme’s sidebar on project pages:

    /* Hides sidebar on Project pages */
    body.single.single-jetpack-portfolio #primary {
    display: none;
    }

    Shouldn’t there be a project page attribute (full page no sidebar) to disable sidebars’ from displaying similar to when creating WP pages?

  • The topic ‘Portfolio custom content type attributes’ is closed to new replies.