-
-
Hey Guys!
Is there a way to sort my portfolio items on my portfolio page by published date?
I started collecting and publishing our portfolios, but the data was not sent in chronological order. Is there any way to change the sorting?For example, if I change the post publish date, it will move forward or backward in the grid.
https://undefasa.hu/referenciak/
(password in my profile)
-
Hello,
You can reorder them but you will need to install a custom plugin for it. Like “Post Type Order“.
You can use it to reorder any custom type post such as portfolio items, posts and codeless slider slides.Best regards!
-
-
Well, it was perfect. then i realized my category filter isn’t working anymore.
Any idea?
-
Hello,
The format of the category word is not the same in the portfolio items, with the one in the filter bar. See screenshot: https://pho.to/AjcUU
This caused to deliver an empty search.
Please add your wp credentials in the profile, or add them in a private reply. So we can give this a closer look.Best regards!
-
I found a solution.
A few days ago I made a modification based on this topic, because I also had the same problem. However, this was only a half-solution.
You also have to change tower\portfolio.php line 45.
Find
li class="other filter" data-filter=".<?php echo esc_attr($cat->slug)
Replace
li class="other filter" data-filter=".<?php echo esc_attr($cat->name)
-
Hello,
There are some more code line to add for this to work properly. To remove the separator of portfolio category, or said else, to display name of category instead of slug, go to file \includes\view\portfolio\loop-grid.php and find this block:
https://codeshare.io/GkJy9L
Replace with these:
https://codeshare.io/a3DM66Let us know.
Best regards!
-
You must be logged in to reply to this topic.