Results 1 to 1 of 1

Thread: Events Navigator Control Redirects to Home Page

  1. #1
    Thread Starter
    Expired Customer mikegalban's Avatar
    Join Date
    Jul 2015
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Events Navigator Control Redirects to Home Page

    Summary: From the /events/ page, when a user clicks on the the Events navigation control, they are redirected (301) to the home page.

    We are using Vantage theme for healthcare education providers (Listings) and healthcare education events (Events). We have a static home page with no content, only

    The Web site is http://advancehealthcareeducationdirectory.com/.
    The events directory is http://advancehealthcareeducationdirectory.com/events/.
    The link in the date controller is http://advancehealthcareeducationdir...s/day/2016-08/. This returns a 301 redirect to the home page.

    I have duplicated the set up on my development machine and turned off ALL plugins and turned off the child theme we use on the main site. but it has the same behavior. Unfortunately, my development instance is behind a firewall and not publicly accessible.

    I have been stepping through the code and can follow what's happening. It happens when template-load.php does the 'template_redirect' action and the redirect_canonical() function is called from canonical.php. (This is all core functionality.) The redirect is triggered as a result of the following clause in the nested if:

    } elseif ( is_page() && !is_feed() && 'page' == get_option('show_on_front') && get_queried_object_id() == get_option('page_on_front') && ! $redirect_url ) {


    WordPress 4.5.2, Vantage theme 3.0.1.

    Any ideas what we are doing wrong? Thanks.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Admin / login page redirects to home
    By josimartens in forum Help Using JobRoller
    Replies: 1
    Last Post: March 18th, 2015, 12:05 PM
  2. Events page as home
    By malkie in forum Help Using Vantage (Legacy)
    Replies: 5
    Last Post: January 14th, 2015, 04:44 AM
  3. "view profile" link redirects to home page regardless of role.
    By waiterstocater in forum Report JobRoller Bugs
    Replies: 3
    Last Post: May 30th, 2012, 06:14 PM
  4. Home page redirects to a different page
    By robertbarnes in forum Report ClassiPress Bugs
    Replies: 3
    Last Post: September 5th, 2010, 11:02 PM