Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • I’ve been searching high and low for exactly this.. for awhile. I placed in functions.php but I am not seeing this work.

    I’m guessing its because I have a membership plugin called Memberpress. Each login is redirected based on the members level to a certain page.

    So when I login in as lets say a free or paid member it takes me to the page I designated.. then if I navigate to another page and log out.. then log in.. I am still taken to the page designated for the redirect in memberpress vs the last page I left..

    Is there anyway you can help me with this or give some pointers on what I need to do to hook this in somehow with memberpress or am I way off on the understanding of how this piece of code works..

    thanks for your time

    EJ

    Figured out. FINALLY!!! damn that was a pain..

    you need to edit the header.php in your template..

    Look for this code..

    i cant get the code to paste here without it getting all messed up..

    Ill try to explain this..

    look for this
    <li class=”page_item <?php if ( is_home()

    and the end of it is this
    /” title=”Home”>Home

    you are adding <!– –> at the begging and end of this stuff

    so it looks like this
    <!–<li class=”page_item <?php if ( is_home()

    and this

    title=”Home”>Home —>

    hope this helps, check your page and the home link should be gone, now you can work on creating another page and then making it static so that its your actual home page..

    Eric

Viewing 2 replies - 1 through 2 (of 2 total)