الرئيسية / من نحن

من نحن

ستوري برس.. قصتك وحكايتك

أسرة التحرير
صحفيون وإعلاميون من ذوي الخبرة
ندعم المواهب بكافة المجالات بتسليط الضوء على مواهبهم أو رغبتهم في الانضمام لكادر الموقع
function storypress_add_og_tags() { if ( is_singular() ) { global $post; setup_postdata( $post ); $title = get_the_title( $post->ID ); $desc = has_excerpt( $post->ID ) ? get_the_excerpt( $post->ID ) : wp_trim_words( wp_strip_all_tags( $post->post_content ), 25, '...' ); $url = get_permalink( $post->ID ); $img = has_post_thumbnail( $post->ID ) ? get_the_post_thumbnail_url( $post->ID, 'full' ) : 'https://storypress.online/wp-content/uploads/default-og.jpg'; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; wp_reset_postdata(); } } add_action( 'wp_head', 'storypress_add_og_tags', 1 ); function storypress_add_og_tags() { if (is_single()) { global $post; $title = get_the_title($post->ID); $desc = has_excerpt($post->ID) ? get_the_excerpt($post->ID) : wp_trim_words(strip_tags($post->post_content), 25, '...'); $url = get_permalink($post->ID); $img = has_post_thumbnail($post->ID) ? get_the_post_thumbnail_url($post->ID, 'full') : 'https://storypress.online/wp-content/uploads/default-og.jpg'; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n"; echo ''."\n function storypress_dynamic_og_tags() { if ( is_singular() ) { global $post; // العنوان $title = get_the_title($post->ID); // الوصف if ( has_excerpt($post->ID) ) { $desc = get_the_excerpt($post->ID); } else { $desc = wp_trim_words( wp_strip_all_tags( $post->post_content ), 25, '...' ); } // الرابط (ديناميكي دائماً مع أي هيكلة روابط دائمة) $url = get_permalink($post->ID); // الصورة if ( has_post_thumbnail($post->ID) ) { $img = get_the_post_thumbnail_url($post->ID, 'full'); } else { // ضع هنا رابط صورة افتراضية تظهر إذا المقال ما فيه صورة بارزة $img = 'https://storypress.online/wp-content/uploads/default-og.jpg'; } // طباعة الوسوم echo "\n\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; echo '' . "\n"; echo "\n"; } } add_action( 'wp_head', 'storypress_dynamic_og_tags', 5 );