August 19, 2013 at 11:07 am
#3380
XavierC
Member
thanks for the answer :
/****************************************************************************************/
if ( ! function_exists( 'attitude_theloop_for_template_blog_image_large' ) ) :
/**
* Fuction to show the content of page template blog image large content.
*/
function attitude_theloop_for_template_blog_image_large() {
if( have_posts() ) {
while( have_posts() ) {
the_post();
the_content();
}
}
global $post;
global $attitude_theme_options_settings;
$options = $attitude_theme_options_settings;