• Resolved benners

    (@benners)


    Hi there,

    I love this plugin.

    But I have one question that is giving me a hard time. I want the actual Press Release posts to use a static (i.e. the same) page header in my header PHP file.

    In other words, I would like every press release to say “Press Releases” as <h1> at the top of the page in the header, and then use the post title in the body of the post as an <h2>. Later, I would like to also change the way the sidebar is used.

    How do I do this?

    https://wordpress.org/plugins/nooz/

Viewing 1 replies (of 1 total)
  • Plugin Author mightydigital

    (@mightydigital)

    One way to accomplish this would be through WordPress, by creating a “Post Type Template”, have a look at: https://codex.wordpress.org/Post_Type_Templates

    You would have to create one or both of the following files in your current theme directory:

    archive-nooz_release.php
    single-nooz_release.php

    Inside your theme’s directory you can refer to single.php and/or archive.php (or possible even index.php) to get you started.

Viewing 1 replies (of 1 total)

The topic ‘Static post titles & customizing post formatting’ is closed to new replies.