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.
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
Hey!
You can try using this plugin to order your posts manually – https://wordpress.org/plugins/post-types-order/
Best regards,
Yigit