Skip to content

Exclude headings #98

@grappler

Description

@grappler

Hello, I am working on a project where we don't all of headings add to the TOC as they are not related.

The simple text looks like this. When the shortcode is processed it outputs a title.

[testshortcode header="Test Heading"]

<h2>1. Allgemeine Voraussetzungen</h2>
<h2>2. Fördertätigkeit</h2>
<h3>2.1 Werkbeiträge</h3>

My initial idea was to add a filter so that I could remove heading from $post_content before it was processed for heading. What do you think of adding a filter to line 150 of class-content-toc.php ?

Do you have another idea how I could exclude certain headings?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions