I have a separate template for displaying a separate page, as well as the main page, where the preview of records from different categories is displayed.
Website in 3 languages - decided to implement through multisite. The problem is that for each version of the site you need a separate topic, and you need to re-create categories and entries in each site again. Accordingly, the id categories and records will be different for each version of the site.
I thought to make a selection by the name of the category or article, but if the user renames the name of the article or category, the code will not work.
By what criteria is it better to choose a post in WordPress?
get_postand most other functions do not work except via ID, so your choice is not particularly rich. - etki