Search:

Search: Search took 1.00 seconds.

  1. P.S., I personally like to replace if...

    P.S., I personally like to replace

    if (!isset($redirect)) $redirect = home_url();

    with

    if (!isset($redirect)) $redirect = site_url('create-listing');

    so that it takes the user back to the...
  2. Hey there Danyz, I was able to figure a work...

    Hey there Danyz,

    I was able to figure a work around out for this - feel free to try it and see if it works for you.

    1) Create a child theme
    2) In your new child theme folder, create a new file...
  3. More intelligent redirects for new registrations and logins

    Hey all,

    Maybe I'm missing something, but I didn't like how when a new business registers or a guest user attempts to write a review on a listing, the following happens:
    User . . .
    1) Clicks on...
Results 1 to 3 of 3