object(WP_Post)#6526 (24) { ["ID"]=> int(4814) ["post_author"]=> string(1) "1" ["post_date"]=> string(19) "2017-03-09 17:05:49" ["post_date_gmt"]=> string(19) "2017-03-09 14:05:49" ["post_content"]=> string(165) "[vc_row][vc_column width="1/1"][portfolio_list type="standard" columns="2" lightbox="no" number="-1" category="smi" order_by="date" order="ASC"][/vc_column][/vc_row]" ["post_title"]=> string(16) "О НАС" ["post_excerpt"]=> string(0) "" ["post_status"]=> string(7) "publish" ["comment_status"]=> string(6) "closed" ["ping_status"]=> string(6) "closed" ["post_password"]=> string(0) "" ["post_name"]=> string(9) "smi-o-nas" ["to_ping"]=> string(0) "" ["pinged"]=> string(0) "" ["post_modified"]=> string(19) "2017-03-16 18:05:49" ["post_modified_gmt"]=> string(19) "2017-03-16 15:05:49" ["post_content_filtered"]=> string(0) "" ["post_parent"]=> int(0) ["guid"]=> string(33) "http://sait.by/?page_id=4814" ["menu_order"]=> int(0) ["post_type"]=> string(4) "page" ["post_mime_type"]=> string(0) "" ["comment_count"]=> string(1) "0" ["filter"]=> string(3) "raw" }
add_action('get_header', function() {
if( is_page(4814) ){
$portfolios = get_post_meta(get_the_ID(), "qode_portfolios", true);
if($portfolios[0]['optionUrl']) {
$html .= qode_portfolios_function($portfolios[0]);
}
}
else {
$html .= "<a class='preview' href='". get_permalink() ."'><i class='icon-link icon-2x'></i>".__('Подробнее','qode')."</a>";
}
});