• Hi. I installed a plugin called “posts tags and categories for pages” and since then have been unable to access my website or admin

    the error log suggests there’s an error on line 30, so when I look at line 30 it reads define(‘SF_TEMPLATE_PATH’, get_template_directory());

    HELP PLEASE!!!!!

Viewing 2 replies - 1 through 2 (of 2 total)
  • FTP into your site (or use whatever file management application your host provides) & delete the new plugin’s folder inside wp-content/plugins.

    <!doctype html>
    <html lang=''>
    <head>
       <meta charset='utf-8'>
       <meta http-equiv="X-UA-Compatible" content="IE=edge">
       <meta name="viewport" content="width=device-width, initial-scale=1">
       <link rel="stylesheet" href="styles.css">
       <script src="http://code.jquery.com/jquery-latest.min.js" type="text/javascript"></script>
       <script src="script.js"></script>
       <title>CSS MenuMaker</title>
    </head>
    <body>
    
    <div id='cssmenu'>
    
    <ul>
    <li><a href='#'><span>Home</span></a></li>
       <li class='active has-sub'><a href='#'><span>Products</span></a>
          </ul>
    <ul>
             <li class='has-sub'><a href='#'><span>Product 1</span></a>
                </ul>
    <ul>
    <li><a href='#'><span>Sub Product</span></a></li>
                   <li class='last'><a href='#'><span>Sub Product</span></a>
                </ul>
             <li class='has-sub'><a href='#'><span>Product 2</span></a>
    
    <ul>
    <li><a href='#'><span>Sub Product</span></a></li>
                   <li class='last'><a href='#'><span>Sub Product</span></a>
                </ul>
    <li><a href='#'><span>About</span></a></li>
       <li class='last'><a href='#'><span>Contact</span></a>
    
    </div>
    
    </body>
    <html>

    [Moderator Note: Please post code & markup between backticks or use the code button. Your posted code may now have been damaged by the forum’s parser.]

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

The topic ‘Installed plug in, website has gone’ is closed to new replies.