« CSS Cross-Browser Compatibility TipRobots.txt Secrets From Matt Cutts »
Description | Download | Installation | Screenshots
Shows a semi-transparent box on the document you are viewing that tells you if its a page, single, feed, category, etc..
AskApache What Is This is a simple plugin that makes it easy for developers and code hackers to view the type of document currently being displayed by WordPress at any time, but only if the user is logged in.
Full List of Checks:
is_admin, is_paged, is_archive, is_attachment, is_author, is_category, is_tag, is_comments_popup, is_date, is_day, is_feed, is_home, is_month, is_page, is_plugin_page, is_preview, is_robots, is_search, is_single, is_singular, is_time, is_trackback, is_year, is_404.
askapache-what-is-this.zip to the /wp-content/plugins/ directory/wp-content/plugins/askapache-what-is-this/askapache-what-is-this.php« CSS Cross-Browser Compatibility Tip
Robots.txt Secrets From Matt Cutts »
The love of liberty is the love of others; the love of power is the love of ourselves.
-- William Hazlitt
The power of the Web is in its universality. Access by everyone regardless of disability is an essential aspect. Tim Berners-Lee
Hi, thanks for the plugin! However, I could not make it work with WP 2.8.6.
wow!!! – this is great! plugin is FIVE! – you are one crazy dude!
Thank you! This is such a useful plugin for hacking plugins!
I suggest that you replace the die() at the beginning of aa_what_is_this() with return; (line 64, plugin version 2.1)
Explicitly terminating script execution a hook function can cause problems. In particular, since in my theme the wp_footer hook is executed before outputing the final HTML tags, your plugin cuts off the last part of the template and causes a conflict with other plugins (in particular, WP Super Cache).
More info: WordPress Theme Hacks
Tags: 404 Not Found, admin, Apache, askapache, feed, PHP, Robot, robots, WordPress,
It's very simple - you read the protocol and write the code. -Bill Joy
HTML | DCMI | GRDDL | XOXO | XDMP | XFN | DOM | XML | XHTML 1.1 Strict | CSS 2.1 | W3C
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution 3.0 License, just credit with a link.
This site is not supported or endorsed by The Apache Software Foundation (ASF). All software and documentation produced by The ASF is licensed. "Apache" is a trademark of The ASF. NCSA HTTPd.
UNIX ® is a registered Trademark of The Open Group.
POSIX ® is a registered Trademark of The IEEE.
To detail the problem I’m having: configuration page only shows a “save” button but no option is displayed.