• Resolved mehtuus

    (@mehtuus)


    On a site that I maintain, the client has a handful of pages where they do not want “titles” on the page. This of course leaves a blank line where the title should be. I use another plugin that allows me to add notes for individual pages. Under normal circumstances, the notes I use would be the title of the page. These notes are visible from the admin’s list of pages (not on the frontend), so it is simple to keep track of those pages and to know which page is which.

    When viewing the list through Nested Pages, the notes are prevented from displaying (see image below). I can view the slug by clicking “quick edit” or I can go to “default pages” to bypass Nested Pages which will allow the other notes plugin to display properly.

    Here is my question: “Any chance for a simple page notes enhancement to Nested Pages that will only be visible from the admin area?”

    Image and video hosting by TinyPic

    • This topic was modified 8 years, 4 months ago by mehtuus.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Kyle Phillips

    (@kylephillips)

    As I mentioned on Github, the next release of Nested Pages will apply the_title filter to the titles displayed in the nested view.

    Once that is out, you’ll be able hook into that to achieve what you’re after.

    Here is an example

    You could grab the meta data the notes plugin is saving and pass that as the title in your case.

    Plugin Author Kyle Phillips

    (@kylephillips)

    Filters have been added in the latest release for both edit and view links/text.

    Details and parameters are listed under the “Other Notes” tab of the plugin page here.

    @kylephillips That is a great new feature, thank you!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Admin Page Notes?’ is closed to new replies.