Hi Orchid,
This file (1) contains the options and structure for output blog layout /swift-framework/content/sf-blog.php/
.
This file (2) /swift-framework/content/sf-post-formats.php/
controls the content within the output structure above (1) with the use of the function sf_get_post_item()
. If you locate that function with the file(2) you will see how the blog output is built.
Knowing this, you can either:
1) Add your modifications to file (1) on line 251 after the <li>
.
2) Add your modifications to file (2) before line 412 if ( $item_figure != "" ) {
.
This would require some PHP knowledge, so make backups and try it on your local dev version if possible.
Thanks,
David.