/home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge
Edit: /home/vianto5/hidalgoresidences.mx/wp-content/themes/Bridge100/bridge/blog-compound.php (4895B)
get_queried_object_id();
$qode_template_name = get_page_template_slug($id);
$category = get_post_meta($id, "qode_choose-blog-category", true);
$post_number = get_post_meta($id, "qode_show-posts-per-page", true);
$page_object = get_post( $id );
$content = $page_object->post_content;
$content = apply_filters( 'the_content', $content );
if ( get_query_var('paged') ) { $paged = get_query_var('paged'); }
elseif ( get_query_var('page') ) { $paged = get_query_var('page'); }
else { $paged = 1; }
$sidebar = get_post_meta($id, "qode_show-sidebar", true);
if(get_post_meta($id, "qode_page_background_color", true) != ""){
$background_color = get_post_meta($id, "qode_page_background_color", true);
}else{
$background_color = "";
}
if($qode_options_proya['number_of_chars_large_image'] != "") {
qode_set_blog_word_count($qode_options_proya['number_of_chars_large_image']);
}
$blog_content_position = "content_above_blog_list";
if(isset($qode_options_proya['blog_content_position'])){
$blog_content_position = $qode_options_proya['blog_content_position'];
}
$content_style_spacing = "";
if(get_post_meta($id, "qode_margin_after_title", true) != ""){
if(get_post_meta($id, "qode_margin_after_title_mobile", true) == 'yes'){
$content_style_spacing = "padding-top:".esc_attr(get_post_meta($id, "qode_margin_after_title", true))."px !important";
}else{
$content_style_spacing = "padding-top:".esc_attr(get_post_meta($id, "qode_margin_after_title", true))."px";
}
}
?>
'post',
'cat' => $category,
'posts_per_page' => $post_number,
'paged' => $paged,
'post__not_in' => get_option('sticky_posts'),
);
?>