• Resolved [email protected]

    (@appjackergmailcom)


    how do i control the size of the featured image in the posts,
    after uploading the featured image for posts, when i view the post the featured image takes the about half the page, i want the image to be thumbnail size and also should be aligned with the post title inline.

    any help would be appreciated.

    thanks in advance

Viewing 3 replies - 1 through 3 (of 3 total)
  • I am Customizing “nictitate” Theme.

    I start a wordPress Theme Customization, I use featured image various post in my theme,In a page “contact Us” I want to add image. I can add statically image under a div in this page.But i wan to add featured image in this div / In this section,Which will work dynamically.Now how can i call this featured image in this div………..?????????
    Is this code effective?

    <?php if ( has_post_thumbnail() ) :
    $thumbnail_id = get_post_thumbnail_id();
    $image_size = ( $layout_id == ‘page-fullwidth’ ) ? ‘kopa-image-size-9’ : ‘kopa-image-size-0’;
    $thumbnail = wp_get_attachment_image_src( $thumbnail_id, $image_size );
    ?>

    Theme Author kopatheme

    (@kopatheme)

    To: [email protected]
    Can you post your site URL here? it can be fixed by adding custom css
    To: srpolash22
    I am sorry that, I don’t understand well your question

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘featured image size’ is closed to new replies.