• Closed by: Marek
  • Closed on: 29.08.17, 23:31
  • Reason: Closed
  • Comment: Glad to help!

Ticket #9109 - al4.5 Simple blog click on image

Blog page when you click on image you will go to the image. It should be post link there not the image link

FIX:
file \modules\ph_simpleblog\views\templates\front\list.tpl
code

<a href="{$post.banner}" class="blog-main-image" title="">

change to

<a href="{$post.url}" title="{$post.meta_title}" class="blog-main-image">

Comments

No comments yet