move featured image to under title

Home Forums Iconic One Pro Support move featured image to under title

This topic contains 6 replies, has 2 voices, and was last updated by  amronet 3 years, 4 months ago.

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #6403

    amronet
    Participant

    Hi,

    In the case of inserting “latest posts” as “add block” to a page, featured image is located over the title. I would like to move to under the title.
    Would you please tell me how to customise ?

    default
    Featured Image
    Title
    post Content

    I would like to…
    Title
    Featured image
    post content

    #6404

    Hi,

    Line 13 of content-page.php (file available inside theme folder) is

    
    <center><?php the_post_thumbnail('post-thumbnail'); ?></center>

    cut and paste that line on line 21, i.e before the following line

    line 22 <div class="entry-content">

    #6405

    amronet
    Participant

    Hello,
    Thank you for your advice. But it did not work.
    Maybe… when insert add block to a “Page”, latest post list use ul and li tags.

    Your advice …

    <header class="entry-header">
       <h1 class="entry-title"><?php the_title(); ?></h1>
      </header> <?php endif; ?>
    
     <center><?php the_post_thumbnail('post-thumbnail'); ?></center>
    
     <div class="entry-content">

    On the other hand,
    Source added latest posts list …

    <ul>
      <li>
        <div class="wp-block-latest-posts__featured-image">
          <img src="featured-image"> </div>
            <a href="****">title</a>
               <time>***</time>
                 <div class="wp-block-latest-posts__post-excerpt"> post content </div>
      </li>
    </ul>

    Therefore… I would like to move div-tag including img-tag after time-tag.

    #6406

    Are you using any blocks plugin to add that block? in that case you have modify the plugin files to get to that. Let me know the plugin name and I will check it out.

    #6407

    amronet
    Participant

    Hello,
    I use a plug-in as following,

    Advanced Editor Tools (previously TinyMCE Advanced)

    #6410

    Apologies for misunderstanding, it seems this is a part of WordPress files, you have to modify the following file.

    Location of file: wordpress\htdocs\wp-includes\blocks : latest-posts.php

    Cut the selected lines and paste on line 100, refer image below:

    latest-post-block

    This will only work in front-end, the preview will show older style, could be caching.

    #6411

    amronet
    Participant

    It works. I am grateful for your support.

Viewing 7 posts - 1 through 7 (of 7 total)

You must be logged in to reply to this topic.