DISQUS

DISQUS Hello!  The comments on this profile are unclaimed and thus are unverified.

Do they belong to you? Claim these comments.

Daniel Drucker's picture

Unregistered

Feeds

aliases

  • Daniel Drucker

Daniel Drucker

4 years ago

in Post Levels plugin v0.2.1 on fortes.com
Post Levels still doesn't actually keep anything at all private, due to the RSS feed.

4 years ago

in Introducing the Post Levels plugin on fortes.com
In response to #25, the php function "function_exists" takes the NAME of a function only. So, your code should read:

if (function_exists('is_post_level') && is_post_level('2'))

4 years ago

in Introducing the Post Levels plugin on fortes.com
In response to #25, the php function "function_exists" takes the NAME of a function only. So, your code should read:

if (function_exists('is_post_level') && is_post_level('2'))
Returning? Login