Countuing posts

Wordpress

Count the number of posts in monthly archive in the current language only in Bogo

When creating a multilingual site with Bogo, the number of posts displayed in the monthly archive list is the total number of posts for all languages. As a countermeasure, I created my own archive widget using WP_Quary so that the correct number of posts for each language is displayed.
Wordpress

Count the number of posts in a category in the current language only in Bogo

When creating a multilingual site using Bogo with Wordpress, the number of articles displayed in the category is the total number of articles in all languages, not just the current language. Here I will introduce a hack to fix this.