Forum Replies Created

Viewing 3 replies - 1 through 3 (of 3 total)
  • i change mine all is did was change the last set of line in the header.php and a lil tweeting in the css so it fits

    <body>
    <div id=”page” >
    <div id=”header” >
    <h1><img src=”https://www.zowiscamera.com/images/zc_logo.png&#8221; alt=”” width=”178″ height=”56″ /></h1>
    <h2><?php bloginfo(‘description’); ?></h2>
    </div>

    How to install Redirectify perfectly

    1. install Redirectify
    2. activat it
    3. change a single line in the plugin php file. Look for:

    wp_redirect($redirect);

    And change that to:

    header(”Location:{$redirect}”);
    4. Go Write > Write page > and create a page
    5. scroll to the bottom of the page you are creating and Type “redirect” in the – middle – Key field (no quotes) of the custom field
    6. Type the URI in the Value field Click “Add custom field”.

    there you have it

    Forum: Plugins
    In reply to: Redirectify

    How to install Redirectify perfectly

    1. install Redirectify
    2. activat it
    3. change a single line in the plugin php file. Look for:

    wp_redirect($redirect);

    And change that to:

    header(”Location:{$redirect}”);
    4. Go Write > Write page > and create a page
    5. scroll to the bottom of the page you are creating and Type “redirect” in the – middle – Key field (no quotes) of the custom field
    6. Type the URI in the Value field Click “Add custom field”.

    there you have it

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