// class
$blog_classes = array();
$section_class = array();
$current_id = get_queried_object_id();
// class | layout
if ($_GET && key_exists('mfn-b', $_GET)) {
$blog_layout = esc_html($_GET['mfn-b']); // demo
} else {
$blog_layout = mfn_opts_get('blog-layout', 'classic');
}
$blog_classes[] = $blog_layout;
// layout | masonry tiles
if ($blog_layout == 'masonry tiles') {
$blog_layout = 'masonry';
}
// class | columns
if ($_GET && key_exists('mfn-bc', $_GET)) {
$blog_classes[] = 'col-'. esc_html($_GET['mfn-bc']); // demo
} else {
$blog_classes[] = 'col-'. mfn_opts_get('blog-columns', 3);
}
// full width
if ($_GET && key_exists('mfn-bfw', $_GET)) {
$section_class[] = 'full-width'; // demo
}
if (mfn_opts_get('blog-full-width') && ($blog_layout == 'masonry')) {
$section_class[] = 'full-width';
}
$section_class = implode(' ', $section_class);
// isotope
if ($_GET && key_exists('mfn-iso', $_GET)) {
$isotope = true;
} elseif (mfn_opts_get('blog-isotope')) {
$isotope = true;
} else {
$isotope = false;
}
if ($isotope || ($blog_layout == 'masonry')) {
$blog_classes[] = 'isotope';
}
// load more
$load_more = mfn_opts_get('blog-load-more');
// translate
$translate['filter'] = mfn_opts_get('translate') ? mfn_opts_get('translate-filter', 'Filter by') : __('Filter by', 'betheme');
$translate['tags'] = mfn_opts_get('translate') ? mfn_opts_get('translate-tags', 'Tags') : __('Tags', 'betheme');
$translate['authors'] = mfn_opts_get('translate') ? mfn_opts_get('translate-authors', 'Authors') : __('Authors', 'betheme');
$translate['all'] = mfn_opts_get('translate') ? mfn_opts_get('translate-all', 'Show all') : __('Show all', 'betheme');
$translate['categories'] = mfn_opts_get('translate') ? mfn_opts_get('translate-categories', 'Categories') : __('Categories', 'betheme');
$translate['item-all'] = mfn_opts_get('translate') ? mfn_opts_get('translate-item-all', 'All') : __('All', 'betheme');
?>
14/03/2023
Published by admin on 14/03/2023 Tea Saponin So Amazing? As early as ancient times, people took note of the foam that showed up when making tea, as well as concerned this […]
08/03/2023
Published by admin on 08/03/2023 Does Sucrose Not Make You Fat? What Are the 7 Most Common Sugars? Fructose can easily cause fatty liver, and sucrose is more natural? Are fructose […]
02/03/2023
Published by admin on 02/03/2023 Glyceryl Monolaurate: Supplementing This Antimicrobial? Glyceryl Monolaurate is a fat found in breast milk that appears to act as a natural preservative. It is also found […]
28/02/2023
Published by admin on 28/02/2023 Turmeric Oil, a Wonderful Stufff Turmeric oil is one of the primary components of turmeric, a perennial herb coming from the Zingiberaceae family. Turmeric oil has […]
20/02/2023
Published by admin on 20/02/2023 You Can Not Know The Efficacy of Citronella Oil Most people will use Citronella Oil to repel mosquitoes, but besides mosquito repellence, what are the other […]
13/02/2023
Published by admin on 13/02/2023 Corn Oil, Those Things You Didn’t Know? Corn oil, also referred to as corn oil and corn germ oil, is an oil drawn out from corn […]
03/02/2023
Published by admin on 03/02/2023 Melanin, You Know What? What is Melanin? Melanin is a sort of biological pigment, which is developed by a series of chemical reactions of tyrosine or […]
13/01/2023
Published by admin on 13/01/2023 Grape Seed Extract, The Ceiling of The Beauty Industry Learn About Grape Seed Extract First! Grape seed remove is a nutritious food boosted from the reliable […]
03/01/2023
Published by admin on 03/01/2023 Little Knowledge of Activated Carbon Triggered carbon is a sort of microcrystalline carbon material made from carbonaceous product with black appearance, developed internal pore framework, huge […]