function add_open_graph_tags() { if (is_single()) { // само за постови global $post; // title и excerpt $title = get_the_title($post->ID); $description = get_the_excerpt($post->ID); // слика: ако пост има featured image if (has_post_thumbnail($post->ID)) { $thumbnail = get_the_post_thumbnail_url($post->ID, 'full'); } else { $thumbnail = 'https://bih-zmajevi.com/default-image.jpg'; // default image } $url = get_permalink($post->ID); // печати OG тагови во echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; } } add_action('wp_head', 'add_open_graph_tags'); 2025 - Page 13 of 108 - BIH Zmajevi
Loading Now