• At the moment the featured image is on the top of the post page, then it’s the title, then the post

    is there any way of moving where the featured image is on the post page?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author Tom

    (@edge22)

    Have you checked out our Blog add-on? It allows you to move the featured image above or below the title, and also allows you to change the alignment of the image all within the Customizer.

    If you’re not interested in that, you’ll have to use PHP to remove the image and re-add it where you want it.

    Let me know if you need help with the latter.

    Thanks!

    Thread Starter johnzoro

    (@johnzoro)

    How would I use php to move it?

    Thread Starter johnzoro

    (@johnzoro)

    Can I have the featured image small on the most recent posts, if i have the home page as most recent posts instead of a static page.

    Then when you go to the post, the featured image would be normal size or larger than the thumbnail on the most recent posts bit? If that makes sense?

    Theme Author Tom

    (@edge22)

    That’s another feature of the Blog add-on.

    You can use CSS as well:

    .post-image {
        max-width: 300px;
    }

    For the PHP, where are you wanting to move the featured image? Below the content title?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Featured Image On Post Page’ is closed to new replies.