minix741
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Admin functions do not workOk, I found it, reinstalled it, but the problem is the same.
Forum: Fixing WordPress
In reply to: Admin functions do not workWhere I can find “Reinstall WordPress” button? I am trying to find it, but I can not.
Forum: Developing with WordPress
In reply to: Get TOP5 post with similar taxonomysTaxonomy names and values are dynamic and different, so how to write a query, that gets TOP5 relates posts by taxonomy? I think it is only one query and I can get my result. But I do not know how to make that query.
Forum: Developing with WordPress
In reply to: Get TOP5 post with similar taxonomysI am in Custom Post “custom_x”, let it be “PAGE1”.
This post has few different taxonomys: keywords, hastags, videos.
So “PAGE1” has these data: {keywords:(keywords name1, another keyword); hastags:(one hastag, another, 3 hashtag)}; {videos:(https://onelyvideo.com/viddsdadfsd)}So there are also some other “custom_x” posts, named: “ANOTHER PAGE”, “3 PAGE”, …
In “PAGE1” I want to print other TOP5 custom pages that have the same taxonomys. As more the same taxonomys it has, as more it will be in TOP. Sorting should be in the TOP.
I do not know how to write this type of query.
Forum: Developing with WordPress
In reply to: Get TOP5 post with similar taxonomysCan some help to write that query, please? 🙂
Forum: Developing with WordPress
In reply to: Get TOP5 post with similar taxonomysI am writing here, because I do not know how to do it by myself. So thats is why I am asking for help. 🙂
Forum: Developing with WordPress
In reply to: Get TOP5 post with similar taxonomysHello. Thank you for the answer. I want to find not the last 5 posts, but TOP5 posts wich have the biggest amout of the same taxonomys.
For example if I am in custom post “Title1”, and this post has taxonomy “keyword1”, “settings2”, “any other keyword”…
And in this page I want to print links to other TOP5 custom posts, that have the same taxonomys. Links that have the biggest amout of the same taxonomys. For example if “title2” has taxonomy “settings2” and “keyword1”, it means this custom posts have 2 same taxonomys as it has “Title1”. In this way I will get most related TOP5 links in each page.
I hope I explained normaly. 🙂