Forum Replies Created

Viewing 10 replies - 1 through 10 (of 10 total)
  • Fedge

    (@fedge)

    I see no option to report the spam post above.

    Same problem here on 4.7. No caching plugins.

    Thread Starter Fedge

    (@fedge)

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8" />
    <title>*redacted*</title>
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="https://192.168.0.16/wp-content/themes/*redacted*/style.css" />
    <script src="https://192.168.0.16/wp-content/themes/*redacted*/mootools-core.js" type="text/javascript"></script>
    <script src="https://192.168.0.16/wp-content/themes/*redacted*'/mootools-more.js" type="text/javascript"></script>
    <link rel="alternate" type="application/rss+xml" title="*redacted* &raquo; Home Comments Feed" href="https://192.168.0.16/sample-page/feed/" />
    <link rel='stylesheet' id='admin-bar-css'  href='https://192.168.0.16/wp-includes/css/admin-bar.min.css?ver=3.5.2' type='text/css' media='all' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://192.168.0.16/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://192.168.0.16/wp-includes/wlwmanifest.xml" />
    <link rel='next' title='News' href='https://192.168.0.16/news/' />
    <meta name="generator" content="WordPress 3.5.2" />
    <link rel='canonical' href='https://192.168.0.16/' />
    <style type="text/css" media="print">#wpadminbar { display:none; }</style>
    <style type="text/css" media="screen">
    	html { margin-top: 28px !important; }
    	* html body { margin-top: 28px !important; }
    </style>
    </head>
    <body>
    <div id="main">
    </div>
    </body>
    </html>
    Thread Starter Fedge

    (@fedge)

    Also, apparently putting two square brackets and writing redacted inside them generates some links in your site too so I am displaying double errors now just trying to show this to you :(((((

    Thread Starter Fedge

    (@fedge)

    After the two script tags up to the end of the head tag was all generated by WordPress. What is this?

    Thread Starter Fedge

    (@fedge)

    I’m talking about this.

    <!DOCTYPE html>
    <html>
    <head>
    <meta charset="UTF-8" />
    <title><a href="https://codex.www.ads-software.com/redacted">redacted</a></title>
    <link rel="profile" href="https://gmpg.org/xfn/11" />
    <link rel="stylesheet" type="text/css" media="all" href="https://192.168.0.16/wp-content/themes/<a href="https://codex.www.ads-software.com/redacted">redacted</a>/style.css" />
    <script src="https://192.168.0.16/wp-content/themes/<a href="https://codex.www.ads-software.com/redacted">redacted</a>/mootools-core.js" type="text/javascript"></script>
    <script src="https://192.168.0.16/wp-content/themes/<a href="https://codex.www.ads-software.com/redacted">redacted</a>'/mootools-more.js" type="text/javascript"></script>
    <link rel="alternate" type="application/rss+xml" title="<a href="https://codex.www.ads-software.com/redacted">redacted</a> ? Home Comments Feed" href="https://192.168.0.16/sample-page/feed/" />
    <link rel='stylesheet' id='admin-bar-css'  href='https://192.168.0.16/wp-includes/css/admin-bar.min.css?ver=3.5.2' type='text/css' media='all' />
    <link rel="EditURI" type="application/rsd+xml" title="RSD" href="https://192.168.0.16/xmlrpc.php?rsd" />
    <link rel="wlwmanifest" type="application/wlwmanifest+xml" href="https://192.168.0.16/wp-includes/wlwmanifest.xml" />
    <link rel='next' title='News' href='https://192.168.0.16/news/' />
    <meta name="generator" content="WordPress 3.5.2" />
    <link rel='canonical' href='https://192.168.0.16/' />
    <style type="text/css" media="print">#wpadminbar { display:none; }</style>
    <style type="text/css" media="screen">
    	html { margin-top: 28px !important; }
    	* html body { margin-top: 28px !important; }
    </style>
    </head>
    <body>
    <div id="main">
    </div>
    </body>
    </html>
    Thread Starter Fedge

    (@fedge)

    Let’s just eschew quotes altogether for a while because no one will ever have to parse our output or generate any kind of valid code.

    Thread Starter Fedge

    (@fedge)

    I figured it out.

    require_once('../../../wp-load.php');
    get_header();
    
    //output your content here
    
    get_footer();
    Forum: Hacks
    In reply to: Add Link to Nav
    Thread Starter Fedge

    (@fedge)

    Ahh it’s in the filters! Thanks a bunch!

    Forum: Hacks
    In reply to: Add Link to Nav
    Thread Starter Fedge

    (@fedge)

    I need this to work regardless of the theme. I’m writing a plugin. I guess I should have specified that, sorry.

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