• Hi All,

    I am currently working with a team that is revamping the website for a non-profit I recently joined. They have an existing blog page that was taken down some time ago, and we are in the process of rebuilding it.

    However, the current blog post template is very unappealing: [ redundant link removed ]

    The author credit currently takes up an entire column of each post. This cannot be changed within the post editor. How can we change the static appearance of posts without changing our theme? Any advice would be most appreciated. Many thanks.

    • This topic was modified 7 years, 11 months ago by Jan Dembowski.
    • This topic was modified 7 years, 11 months ago by Jan Dembowski.

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

Viewing 1 replies (of 1 total)
  • Moderator Steven Stern (sterndata)

    (@sterndata)

    Volunteer Forum Moderator

    It would be more efficient to make a child theme and fix that / those template(s), but you could do this via CSS:

    footer.entry-footer {
        display: none;
    }
    body.no-sidebar:not(.search-results) article:not(.type-page) .entry-content {
        float: none;
        margin: 0;
        width: 100%;
    }

    I think you’ll also need to use wider images for the slider.

    I’d fix up the HTML by editing PHP.

Viewing 1 replies (of 1 total)

The topic ‘Change Post Template Appearance’ is closed to new replies.