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?
4 years ago
http://www.furbona.org/viewlevel.html
4 years ago
http://www.furbona.org/viewlevel.html
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
If that's not the case, which version of WordPress are you using? This plugin doesn't work with version 1.2, but it shouldn't show the source code.
4 years ago
If that's not the case, which version of WordPress are you using? This plugin doesn't work with version 1.2, but it shouldn't show the source code.
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
I'll add support for displaying a "private" icon in the next version of the plugin.
4 years ago
I'll add support for displaying a "private" icon in the next version of the plugin.
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
Thanks again :-)
4 years ago
Thanks again :-)
4 years ago
---
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 9
---
Errors stopped as soon as I deactivated Batch Categories and refreshed the page.
Would be extremely nice if you and the Batch Categories author could collaborate on a fix so both plugins will co-exist on one WP installation. Thanks!
4 years ago
---
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/.[...]/wp-content/plugins/batch-access.php:11) in /home/.[...]/wp-admin/admin.php on line 9
---
Errors stopped as soon as I deactivated Batch Categories and refreshed the page.
Would be extremely nice if you and the Batch Categories author could collaborate on a fix so both plugins will co-exist on one WP installation. Thanks!
4 years ago
4 years ago
4 years ago
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 9
4 years ago
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 6
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 7
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 8
Warning: Cannot modify header information - headers already sent by (output started at /home/omiogazz/public_html/wp-content/plugins/post-levels.php:77) in /home/omiogazz/public_html/wp-admin/admin.php on line 9
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)
...
4 years ago
(private)
...
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
[normal post layout]
this post is private please log in to view it ?
[end]
4 years ago
[normal post layout]
this post is private please log in to view it ?
[end]
4 years ago
I've tried this with the is_post_level ($level) function, but it doesn't work. What I did is this:
if (function_exists('is_post_level($level)') && is_post_level('2')) : ?>
(Only x and y can read this)
Where's the catch?
4 years ago
I've tried this with the is_post_level ($level) function, but it doesn't work. What I did is this:
if (function_exists('is_post_level($level)') && is_post_level('2')) : ?>
(Only x and y can read this)
Where's the catch?
4 years ago
I'll add this type of functionality as a request for future versions.
4 years ago
I'll add this type of functionality as a request for future versions.
4 years ago
quick question: from a glance, it seems that the minimum "private" level for a post is 1. is there a way to make it 0, without breaking everything?
i want the least private of the private posts to be readable by registered users (user_level 0), without having to give them posting access (user_level 1+).
4 years ago
quick question: from a glance, it seems that the minimum "private" level for a post is 1. is there a way to make it 0, without breaking everything?
i want the least private of the private posts to be readable by registered users (user_level 0), without having to give them posting access (user_level 1+).
4 years ago
if (function_exists('is_post_level') && is_post_level('2'))
4 years ago
if (function_exists('is_post_level') && is_post_level('2'))
4 years ago
Do you know if there is a way to use a post_level of "2" by default? I'm building a wordpress site that I want the entire thing protected and would love to not have to remember to add a level of 2 to each post. (this will be used for a team that might not be diligent with the details of making sure all the posts are protected.)
(I have one post not protected that says, "You need to be logged in to see this stuff...")
4 years ago
Do you know if there is a way to use a post_level of "2" by default? I'm building a wordpress site that I want the entire thing protected and would love to not have to remember to add a level of 2 to each post. (this will be used for a team that might not be diligent with the details of making sure all the posts are protected.)
(I have one post not protected that says, "You need to be logged in to see this stuff...")
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
Additonally, is it possible to display (in red?) PRIVATE POST so those who have permissions to see it know that they are seeing someting special?
4 years ago
Additonally, is it possible to display (in red?) PRIVATE POST so those who have permissions to see it know that they are seeing someting special?
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
Thanks for any help.
4 years ago
Thanks for any help.
4 years ago
4 years ago
4 years ago
Because posts on my site use the "custom fields" (metadata) for other information, for example I list key words related to that post using the custom fields. As you can probably figure out when you view the post the "post_view: 1" gets shown inside the meta data. And is shown on the post. Which is ugly and slightly confusing to those that don't know what it does.
Is there a quick way of solving this? I did think perhaps you could hide it using CSS, but there is no way of seperating it from the other metadata elements.
Thanks again.
4 years ago
4 years ago