PHPackages                             nathanielks/wp-nav-helper-page-sections - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. nathanielks/wp-nav-helper-page-sections

ActiveWordpress-plugin[Utility &amp; Helpers](/categories/utility)

nathanielks/wp-nav-helper-page-sections
=======================================

0.1.0(9y ago)417MITPHPPHP &gt;=5.3

Since Aug 11Pushed 9y ago3 watchersCompare

[ Source](https://github.com/nathanielks/wp-nav-helper-page-sections)[ Packagist](https://packagist.org/packages/nathanielks/wp-nav-helper-page-sections)[ RSS](/packages/nathanielks-wp-nav-helper-page-sections/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (2)Used By (0)

WP Nav Helper - Page Sections
=============================

[](#wp-nav-helper---page-sections)

This plugin is designed to work with Advanced Custom Fields. It will allow you to select a page and then create links to a section on that page, assuming that page has ACF meta that follows a certain schema:

1. There's a field with a Field Name of `page_sections` that is a Repeater field.
2. `page_sections` Repeater field has any number of fields, one of them having a Field Name of `title`.

The plugin will create a link that includes a sanitized copy of the title. The title is passed through WordPress' `sanitize_title` function. The link will include the url of the page, so you can link to other pages.

You will also need to add that id property to the section on the page. Let's use this loop for an example:

```
