jacobsal
Forum Replies Created
-
Hello guixou,
Open the menu (Apperance > Menus) and click on the menu point to expand it. The locate the “Access Levels” field near the bottom of the menu item. Here you can add the user who should see it by start typing the username.
BR
JacobForum: Plugins
In reply to: [Mark New Posts] Don't see on frontpage (but work in single post)I’m not sure. I would think the advanced settings would make it possible to avoid that – but I do not know enough of the code to help you on this one. Maybe the plug-in author can help.
Forum: Plugins
In reply to: [Mark New Posts] Don't see on frontpage (but work in single post)I had the same problem with my theme. But through the magnificent help at kriesi.at they showed me a way to mod the plugin to work with my theme to display the “NEW” message on the frontpage (It works in my widgets and menus as well as on the post itself).
Here’s the trick:
Deactivate the plugin
Open /wp-content/plugins/mark-new-posts/mark-new-posts.php
(You may want to make a backup of the file before you edit it.Look for this line:
if (!in_the_loop() || !$this->is_new_post($post_id)) return $title;Replace it by:
if (!$this->is_new_post($post_id)) return $title;Activate the plugin again.
Please note, this does not work with the “Circle” setting so I used one of the other options.
The plug-in adds an Access level entry field to each menu item. Here I select the access level of users that can see the menu.
Hope this helps.Sorry – please disregard my post regarding menus. Found it. Thanks.