Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created June 13, 2013 00:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agusmu/5770274 to your computer and use it in GitHub Desktop.
Save agusmu/5770274 to your computer and use it in GitHub Desktop.
PrimaShop - Display Featured Image on Single Post and/or Page
<?php
prima_image( array (
'width' => 700,
'height' => 275,
'attachment' => false,
'image_class' => 'image-featured',
'link_to_post' => true
) );
?>
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment