Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #3130370
update every?
Closed

Comments

  • Rboullay started the conversation

    Hello,

    in home page can you tell me please how does work  the system with filter "most viewed post once weekly"?

    Seems that this filter is refreshed once a week only?

    Thanks

  •  2,487
    PenciDesign replied

    Hi,

    Yes. All the posts will be counted and it will reset every week.

    Regards,
    PenciDesign.


  • Rboullay replied

    is there a way to be counted in live?

  •  2,487
    PenciDesign replied

    Hi,

    Unfortunately, the current version of Soledad doesn't support sort posts by live view count.

    Regards,
    PenciDesign.


  • Rboullay replied

    ok but maybe you can help me to find where to change your rule to make this work?

    I know coding but if you can just tell me where to find things to change ?

    Thanks

  •  2,487
    PenciDesign replied

    Hi,

    You can find and change the count query by following this path:

    wp-content/themes/soledad/functions.php

    Find and change this line value:

    $schedules['weekly'] = array(
      'interval' => 604800,
      'display'  => __( 'Weekly', 'soledad' )
    );

    Regards,
    PenciDesign.


  • Rboullay replied

    Hello,

    the rules was set to one week but articles seems not to change?

    i ve change this delay to one day but seems not to work?

    Maybe there is an optimisation option of the theme that doesn't work pwith this cron?


  •  2,487
    PenciDesign replied

    Hi,

    For this case, please send me your WordPress admin account in a PRIVATE reply.
    I'll log in and help you check it.

    Regards,
    PenciDesign.



  •   Rboullay replied privately
  •  2,487
    PenciDesign replied

    Hi,

    I can't log in because of the wrong password.

    Please check.

    Regards,
    PenciDesign.


  •   Rboullay replied privately
  •  2,487
    PenciDesign replied

    Hi,

    About the cronjob issue on your site, please convert WordPress cronjob to system cronjob by reading the document detail on this link: https://www.wpbeginner.com/wp-tutorials/how-to-disable-wp-cron-in-wordpress-and-set-up-proper-cron-jobs/

    Regards,
    PenciDesign.