• Resolved keasone

    (@keasone)


    hy – in my special case i NEED to find password protected pages (which isn`t supported in the newest version) what can i do to solve this problem?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter keasone

    (@keasone)

    ok – after checking the specefic lines in the older versio i changed line 154:

    $where = str_replace('post_type = \'post\' AND ', 'post_password = \'\' AND ', $where);

    to

    $where = str_replace('post_type = \'post\' AND ', '', $where);

    I took this out because it was becoming a risk for some and is understandable. I’ll look into making this an option in the next release. If you want to make the change yourself (an option) just send it my way.

    Thanks.

    I added your option in 4.0, released yesterday.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘need to find password protected pages’ is closed to new replies.