BABOO 2022
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: date_query does not seem to be workingI´m using WP 3.8 and date_query apparently doesn´t work. I´m trying to create a code to load a random page posted between 2 years ago and now. The result is ANY page regardless of posting date.
Can anybody help me? Thx!
<?php // set arguments for get_posts() $args = array( 'date_query' => array( array( 'column' => 'post_date_gmt', 'after' => '2 years ago', ), ), 'posts_per_page' => -1, 'orderby' => 'rand', 'inclusive' => 'true', ); $my_random_post = get_posts ( $args ); foreach ( $my_random_post as $post ) { wp_redirect ( get_permalink ( $post->ID ) ); exit; } ?>As expected, NO answer from Yoast. Don’t waste your money with this company.
Forum: Fixing WordPress
In reply to: Rename wp-login.php for securityRenaming wp-login.php is possible and it avoids A LOT of brute-force bots. Just rename it to (example) wp-loginABCD.php and also rename all 13 “wp-login.php” instanced inside to “wp-loginABCD.php”. Everything will work fine.
Choosing a different wp-login name should be part of basic WordPress installation process. Also renaming admin account and accepting ONLY strong passwords with more than 14 characters.
Forum: Plugins
In reply to: [Blog Post Calendar Widget] Doesn't workSorry I can’t do this due to security reason
Forum: Plugins
In reply to: [Blog Post Calendar Widget] Doesn't workIt’s back online http://www.baboo.com.br/corporativo/
Forum: Plugins
In reply to: [WordPress Related Posts] no "Related Posts" in dashboard for non-adminYes! The page /wp-admin/admin.php?page=wordpress-related-posts