display photo in column fix
-
replace line 698-702 with
$fig_element = current_theme_supports( ‘html5’ ) ? ‘figure’ : ”;
$caption_element = current_theme_supports( ‘html5’ ) ? ‘figcaption’ : ‘p’;?>
<?php echo $fig_element . ( $fig_element == ‘div’ ? ‘ ‘ : ” ); ?>
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘display photo in column fix’ is closed to new replies.