';
$elements = bstone_options( 'blog-post-structure' );
// Loop through elements
foreach ( $elements as $index => $element ) {
if ( 'image' == $element ) {
}
if ( 'post-title' == $element ) {
}
if ( 'post-meta' == $element ) {
}
}
$related_posts_content .= '