>
'data-bg-large', 'large' => 'data-bg-big', 'medium' => 'data-bg-medium', 'small' => 'data-bg-small', 'xsmall' => 'data-bg-xsmall', 'thumbnail' => 'data-bg-thumbnail', ); $board_games_image_size_class = isset( $board_games_image_size_class_map[ $board_games_image_size ] ) ? $board_games_image_size_class_map[ $board_games_image_size ] : 'data-bg-medium'; if ( has_post_thumbnail() ) { $board_games_featured_image = wp_get_attachment_image_src( get_post_thumbnail_id(), $board_games_image_size ); $board_games_featured_image = isset( $board_games_featured_image[0] ) ? $board_games_featured_image[0] : ''; } else { $board_games_featured_image = get_template_directory_uri() . '/assets/images/default.png'; } ?>

'; echo esc_html(wp_trim_words(get_the_content(), get_theme_mod('board_games_excerpt_limit', 20), '...')); echo '

'; } wp_link_pages(array( 'before' => '', )); ?>