• Resolved bizeesheri

    (@bizeesheri)


    I have a blog, and at one time, I did go in to the code to change the link. (it is a google search).

    Now, I’ve been through all the code pages and cannot find it!

    the blog is at https://www.iv-7sales.com/blog. I want to change in the menu, Read News.

    I find it of course when I do a page source.

    Where is the code for this within wordpress editor? I checked ?

    ==================
    Here is the section:
    ====================

    [code moderated as per forum rules - please use the pastebin.
    should you post a small amout of code directly, please mark it using backticks or the 'code' button.]

    ===============
    In the page.php there is this section: BUT the search as I posted just above....includes More words (example athletes foot)
    ====================

    <?php
    $root_url='https://'.$_SERVER['HTTP_HOST'].'/IV_7/';
    //$root_url='https://'.$_SERVER['HTTP_HOST'].'/IV7/';
       if(is_page('2'))
       {
    header("location:https://news.google.com/news/search?aq=f&pz=1&cf=all&ned=us&hl=en&q=salmonella OR ecoli OR mrsa OR rotovirus OR novovirus OR H1N1 OR Staphylococcus");
       }
       elseif(is_page('22'))
       {
    	  header("location:"www.iv-7sales.com");
       }
    ?>

Viewing 3 replies - 1 through 3 (of 3 total)
  • How is your menu being generated? Check header.php or Appearance > Menus.

    Thread Starter bizeesheri

    (@bizeesheri)

    I checked header.php and its not there. If you do a view source, it is clearly there (even though it could be php generated).

    view sourse at iv-7sales.com/blog, the read news link.

    I didn’t create the blog, but due to help in this forum, I was able to remove the comment count and even the comment link via code mod.

    I can usually find my way around. I changed it once, when I added the words to the search! frustrating.

    Thread Starter bizeesheri

    (@bizeesheri)

    Found it under Pages.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Cannot find where to edit’ is closed to new replies.