Community Page
- fortes.com/ Jump to website »
-
Subscribe -
Community
-
Top Commenters
-
Popular Threads
-
Recent Comments
- Salut, I would like to know if you have a solution to remove also "tag/" and "page/" from permalinks. Merci !
- Hi Firstly, thanks for the plugin. It (generally) works fine. Just a small issue that I have found. I run this plugin, as well as the flickr plugin (http://tantannoodles.com/toolkit/photo-album/),...
- Hello! I had the same problem like Leo and many others. Just use /%category%/%page%/%postname%/
- I have solved the sub categories problem just enter /%category%/%category%/%postname%/ on the permalinks and it works fine
- I am also getting the above problem, but only on sub categories? Is this something to do with my wordpress setup?
Jump to original thread »
Comments are closed for this post.
Version 0.2 of the plugin has been released.
Changes:
Two new functions were added:
is_private: Returns true if the current post is private (this follows the same model as the other “is” functions)
is_post_level($level): Returns true if the curre ... Continue reading »
Changes:
Two new functions were added:
is_private: Returns true if the current post is private (this follows the same model as the other “is” functions)
is_post_level($level): Returns true if the curre ... Continue reading »
4 years ago
Fatal error: Call to undefined function: filter_posts() in /home/aelyssir/public_html/wp/wp-blog-header.php on line 258
Could this be due to the plugin and how can it be fixed?
4 years ago
Fatal error: Call to undefined function: filter_posts() in /home/aelyssir/public_html/wp/wp-blog-header.php on line 258
Could this be due to the plugin and how can it be fixed?
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
(private)
,
But I was expecting it to tell users who were not logged in that there is a private post there. But it doesn't is this a WP1.5 issue, and I can't wait for the new release the plans you have for it sound awesome ;)
4 years ago
(private)
,
But I was expecting it to tell users who were not logged in that there is a private post there. But it doesn't is this a WP1.5 issue, and I can't wait for the new release the plans you have for it sound awesome ;)
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
I was really hoping in the index or whatever file I could just write some code like
it's nice to get a reply even if nope can't do this. I won't give up and hopefully I will get a solution to what I want sometime.
4 years ago
I was really hoping in the index or whatever file I could just write some code like
it's nice to get a reply even if nope can't do this. I won't give up and hopefully I will get a solution to what I want sometime.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
i've made an enhancer plugin for Post Levels. if anyone is interested, it is here -> http://idlemind.org/journal/projects/post-level...
4 years ago
i've made an enhancer plugin for Post Levels. if anyone is interested, it is here -> http://idlemind.org/journal/projects/post-level...
4 years ago
4 years ago
4 years ago
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 9
Got this error with enhancer, and no spaces before or after the s
4 years ago
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/pingo1/public_html/wp-content/plugins/post-levels_enhancer.php:201) in /home/pingo1/public_html/wp-admin/admin.php on line 9
Got this error with enhancer, and no spaces before or after the s
4 years ago
4 years ago
4 years ago
Thank you, by the way, this is solving quite a bit of problems for me. :-)
4 years ago
Thank you, by the way, this is solving quite a bit of problems for me. :-)
4 years ago
Best regards
Stian B. Barmen
4 years ago
Best regards
Stian B. Barmen
4 years ago
4 years ago
4 years ago
I hope to update the plugin some time this weekend (the day job is keeping me quite busy).
4 years ago
I hope to update the plugin some time this weekend (the day job is keeping me quite busy).
4 years ago
here the error message:
Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php on line 20
i use some other plugins which use that function and i don't get an error from them. perhaps there is an include or require missing??
4 years ago
here the error message:
Fatal error: Call to undefined function: get_currentuserinfo() in /home/www/htdocs/stefan-goehring.net/glatzopatzo/wp-content/plugins/post-levels.php on line 20
i use some other plugins which use that function and i don't get an error from them. perhaps there is an include or require missing??
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution
4 years ago
since the function is loaded AFTER the plugin, it's not defined at the time of plugin execution
4 years ago
@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.
i tried including / requiring the pluggable...php file (just try and error not really knowing what i'm doing) in the post-levels.php but didn't work. i also copied the function directly in your plugin but didn't work either...
4 years ago
@fil: i found the function get_currentuserinfo() in the plugin WYSI-Wordpress, but it is imho only executed when writing or editing an article.
i tried including / requiring the pluggable...php file (just try and error not really knowing what i'm doing) in the post-levels.php but didn't work. i also copied the function directly in your plugin but didn't work either...
4 years ago
Part of the code where it says "In case we're running stand-alone..." I removed that, and the corresponding "}" and "else..." codes but then the posts functioned as private posts.
Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.
Hope you can find a fix soon =)
4 years ago
Part of the code where it says "In case we're running stand-alone..." I removed that, and the corresponding "}" and "else..." codes but then the posts functioned as private posts.
Since 1.5.1 is supposed to fix some security loopholes I decided to stick with the upgrade, and have uninstalled this plugin.
Hope you can find a fix soon =)
4 years ago
A list of plugin hooks http://codex.wordpress.org/User:Skippy/Plugin_H...
currentuserinfo is not in the list, might this be the reason why?
4 years ago
A list of plugin hooks http://codex.wordpress.org/User:Skippy/Plugin_H...
currentuserinfo is not in the list, might this be the reason why?
4 years ago
I've tried to outline how it is done on my blog; http://www.velmont.net/2005/05/12/post-levels/ - I do hope it can be useful for anyone. (it's nothing advanced, but maybe everyone doesn't know PHP well enough to hack around themselves) :)
4 years ago
I've tried to outline how it is done on my blog; http://www.velmont.net/2005/05/12/post-levels/ - I do hope it can be useful for anyone. (it's nothing advanced, but maybe everyone doesn't know PHP well enough to hack around themselves) :)
4 years ago
4 years ago
4 years ago
"; ?>Come on, it's not really that hard now is it? :)
4 years ago
"; ?>Come on, it's not really that hard now is it? :)
4 years ago
4 years ago
This is not working for me.
The private posts don't show up even when I'm logged in as a user at the right levels.
(private)
4 years ago
the is_private() function that is shown above...