Hi,
You could try Page Lists Plus.
(1) Install and activate.
(2) On the Settings > Page Lists Plus page in the dashboard, check the “Link” checkbox (in the “Page-Specific Options” section) and then “Save Changes”.
(3) Go to the edit screen for each Page that you want to unlink, scroll down to the “Page Lists Plus” box, uncheck the “Link” box, and then “Update Page”.
Depending on whether your theme’s Page list styling relies on anchor tags being present, this may cause some styling problems (because unlinking Page links removes these). If it does, then you can either fix the styling (preferred option), or:
(4) On the Settings > Page Lists Plus page in the dashboard, check the “Unlink using javascript” option (in the “Global Options” section) and then “Save Changes”.
Hope that helps.
– Tim
Thanks a lot . It solved my problems …
But the cursor changes to a hand when I hover the parent page even though the parent page is not a link . I assume it is because I used the second option .
Could you help me with the first option . What styling changes have to be done?
The styling changes needed will depend on your theme, but the general idea is to style the list items in your Page lists to match the anchors. This might be easy or extremely difficult, depending on how your Page lists are currently styled.
To keep working with the second option, add “a.plp_disabled { cursor: default }” to your style.css theme file.
Future releases of the plugin may well do more to prevent disabled links behaving like links without the need to make manual changes to your stylesheet; I’ll give it some thought.
– Tim