Random Post in Related Post Neel February 8, 2022 function custom_pre_get_posts($wp_query) { $wp_query->set(‘orderby’, ‘rand’); $wp_query->set(‘order’, ‘ASC’); } add_action(‘pre_get_posts’, ‘custom_pre_get_posts’);
MemberPress Check active add_action ( ‘template_redirect’, ‘redirect_custom_nonactive’ );function redirect_custom_nonactive(){if ( current_user_can(‘mepr-active’) && is_front_page() ) {echo ‘Welcome, active member user!’;}else { echo ‘Welcome, non-active registered user!’;} } Neel March 28, 2022
Importance Of WordPress Plugins The particular function of WordPress offers opened up endless options recently, taking this to a new stage no longer restricted to a blog. Having a… Neel March 8, 2012 0 Comments
Why Do I Use Genesis Most of Time With a number of themes coming out each day, it is very hard to decide which one to choose. With time it was pretty clear… Neel August 15, 2013 0 Comments