Search:
Search took 1.00 seconds.
-
yes. works with the default theme. if using child theme it may break. i can send you test build in the evening.
-
Add the following to your functions.php
add_action( 'register' , 'register_replacement' );
function register_replacement( $link ){
if ( ! is_user_logged_in() ) {
if (...
-
Yes, Classipress 3.4 and WP 4.1 on my test site is fine, and haven't run across any issues yet..
-
Hi maimento,
There is no such option build in yet. Have you tried some third party plugins? I just made a quick search and found this one: https://wordpress.org/plugins/imsanity/
Maybe you like...