dylanhassinger
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Blockquotes aren’t formatted properlyThank you for this post. I had the same problem, turned off all my unnessary plugins and it’s working now.
Forum: Fixing WordPress
In reply to: password protecting PHP includes??actually, this didn’t work.
come to find out if you include a PHP file in a page using the PHP Exec plugin, variables and template tags do not get passed to it. darnit.
any other ideas?
Forum: Fixing WordPress
In reply to: password protecting PHP includes??figured out a solution in case anybody cares:
embed a template tag into the included php script.
in my case, i did this:
$useless_variable = bloginfo(‘description’);
now, if the included PHP page is accessed outside of the wordpress structure, it will fail because the bloginfo function is undefined.
if this isn’t safe for some reason, let me know, but seems to me to be a quick security fix for included PHP on pages.
Forum: Plugins
In reply to: Hide posts from a certain categoryi am looking for this as well. semilogic has an “opt-in” plugin, but not an “opt-out” one. if you find the answer, please post it here!! thanks
Forum: Fixing WordPress
In reply to: Empty RSS Feeds?duh. thank you!!!!