• Hi,
    I would like help on editing a few items on the blog post page. It seems there is little control of this like there is on other pages. Here are the items I would like help with:

    1. Add a heading somewhere between where the menu bar is, and where the title of the post is. I would like to enter text that says Podcast Shows

    2, Remove the title of the post. The title of the post is in the podcast player, so I don’t need it duplicated

    3. Remove the large gap between the post title and the start of the post/podcast player.

    • This topic was modified 6 years, 4 months ago by Steven Stern (sterndata).
    • This topic was modified 6 years, 4 months ago by aiwapro9.
    • This topic was modified 6 years, 4 months ago by Jan Dembowski. Reason: Moved to Fixing WordPress, this is not a Requests and Feedback topic

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi there,

    1. The simplest way will be to create a page “Podcast Shows” and make the page display your podcast. By default, the page title should appear in the above-mentioned position. Categories title also appear on the site depending on the theme.

    2. Try adding this code in Appearance – customizer – additional CSS

    .entry-title {
        display: none;
    }

    3. Reducing the margin should help with that. Try adding this code to additional CSS.

    .entry-content {
        margin: 20px;
    }

    You can adjust the margin “20” to what fits.

    Let me know how it goes.

    Thread Starter aiwapro9

    (@aiwapro9)

    Hi,
    Thank you for the reply. I created a separate page, but the embedding from the Podcast provider, only works with posts, not pages.

    I understand. You want it to appear on the podcast post single page or on the podcast categories?

    If it’s the single page you can just add “Podcast shows” before the embed. For categories just title the categories Podcast Shows. Categories title appear on the site so that still works.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Blog Posts page edit’ is closed to new replies.