Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #327507

    My portfolios have tags attached to them, so naturally when someone clicks on the tag – all the portfolios attached to that tag come up.

    However, it is also showing a sidebar with all my pages. How can I not show that side bar, and how can i make it so the searched / clicked tagged come up in order of latest published.

    #328169

    Hey ojasray!

    Please add following code to Quick CSS

    .archive .content {
    border: none!important;
    width: 100%!important;
    }
    .archive .sidebar {
    display: none!important;
    }

    Best regards,
    Yigit

    #328214
    This reply has been marked as private.
    #328220

    Hey!

    You can try using this plugin to order your posts manually – https://wordpress.org/plugins/post-types-order/

    Best regards,
    Yigit

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.