• Hi There,

    We have just got a new site to make changes to but we are battling with simple changes as we cannot find where the code points to? Is there any way to find out?

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter Jtrix

    (@jtrix)

    [ Moderator Note: Please post code or markup snippets between backticks or use the code button. ]

    <div class="archive"> {{#title}} <div class="archive-title black"> <div class="container_12"> <div class="horizontal-left"></div> <div class="horizontal-right"></div> <h3>{{title}}</h3> <div class="clearfix"></div> </div> </div> {{/title}} <div class="archive-posts white"> <div class="container_12"> {{#rows}} <div data-role="post" class="grid_12 {{classes}}"> {{#posts}} <div data-role="post" class="grid_3 archive-post {{classes}}"> <a href="{{uri}}"> <img class="archive-image" src="{{featured_image_grid_3}}" width="237" height="162"/> </a> <div class="archive-post-copy"> <a href="{{uri}}"> <h4>{{title}}</h4> </a> {{#showdates}} <h6>{{date}}</h6> {{/showdates}} {{#meta}} <h6>{{meta}}</h6> {{/meta}} {{#showexcerpt}} <p>{{excerpt}}</p> {{/showexcerpt}} </div> <div class="clearfix"></div> </div> {{/posts}} {{^posts}} <div class="grid_12 no-posts"> <p>There's No Content to Display Here.</p> </div> {{/posts}} </div> {{/rows}} {{^rows}} <div class="grid_12 no-posts"> <p>There's No Content to Display Here.</p> </div> {{/rows}} <div class="clearfix"></div> </div> </div> </div>

    I am trying to make the image appear below the title text and the date but I cant seem to get it right at all.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You want to aim for something like

    <a>
     <img class="archive-image" src="{{featured_image_grid_3}}" width="237" height="162"/>
    </a>
    <div class="archive"> {{#title}} <div class="archive-title black"> <div class="container_12"> <div class="horizontal-left"></div> <div class="horizontal-right"></div> <h3>{{title}}</h3> <div class="clearfix"></div> </div> </div> {{/title}} <div class="archive-posts white"> <div class="container_12"> {{#rows}} <div data-role="post" class="grid_12 {{classes}}"> {{#posts}}
    ...

    Thread Starter Jtrix

    (@jtrix)

    how would i change the code around I sent above to get the image to be below the titles and dates are you able to put it in a full example for me

    Thread Starter Jtrix

    (@jtrix)

    Is there someone I can hire to make a few changes for me to a site?

    This is support forum, you can hire someone outside of forum to do this task, if you have simple changes mail me your detail i will help you to do by yourself.

    [ Moderator note: Please keep the support within the forum. ]

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Is there someone I can hire to make a few changes for me to a site?

    Please consider posting to https://jobs.wordpress.net/ instead.

    Per forum rules I am now closing this topic.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Cant find what to edit’ is closed to new replies.