• Hello,
    I would like to know if it’s possible to query last seen posts (filtered by user daily views or comments) showing only a specific language content depending on browser language or default language.

    E.g. : English language is the default language of the website and the front page shows ONLY English translated latest seen posts. The post shown will be different choosing another language.

    I am using Last Seen Posts (https://wordpress.org/plugins/last-seen-posts-widget/) widget but I’ve seen it seems to be not compatible or filterable through xili language parameters.

    Any idea?

    Thank you !

    https://wordpress.org/plugins/xili-language/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Michel – xiligroup dev

    (@michelwppi)

    Thanks for your question,
    Most of the widgets “latest posts” are not filterable to sub-select according current language. xili-language includes his own “latest posts” (xili prefix in widgets settings screen).
    If you need more precise query, I invite you to test the xili-postinpost plugin : https://wordpress.org/plugins/xili-postinpost/
    Take time to read his doc…

    M.

    Thread Starter FoxMulder84

    (@foxmulder84)

    Hello,
    thanks for the quick reply !
    I’ve installed postipost and it works great.
    I’ve only one question: I have followed the docs for the queries and I’m using this query to display the post I need:

    <?php echo do_shortcode(‘[xilipostinpost query=”showposts=4&meta_key=views&orderby=meta_value_num&order=DESC” lang=”cur”]’);?>

    It seeems to display only two post but they’re not ordered by meta key views.

    What is wrong ?

    Thank you !!

    Plugin Author Michel – xiligroup dev

    (@michelwppi)

    Need deeper investigations, but I have read that some issues occur with meta sorting.
    For shortcode, if you read authorized parameters, you will see that showposts param is a shortcode param and so must be outside query content.
    M.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Xili language and last seen posts’ is closed to new replies.