مزید دیکھیں

اہم خبریں

کے پی پولیس ایکٹ پر تحفظات،یہ قانون سازی آئین کی خلاف ورزی ہے:طلال چودھری

(پنڈی پوسٹ نیوز)اسلام آباد میں پریس کانفرنس کرتے ہوئے انہوں نے کہا کہ آئین و قانون کے مطابق پولیس سروس آف پاکستان (پی ایس پی) کے رولز میں کوئی تبدیلی نہیں کی جاسکتی، دہشت گردی کے خلاف لڑنے اور اپنی جانوں کا نذرانہ پیش کرنے والی پولیس کے کمانڈ اسٹرکچر مزید پڑھیں

// Show Author Image with Author Name in UrduPaper Theme function urdu_paper_author_image_with_name($content) { if (is_single()) { $author_id = get_the_author_meta('ID'); $author_name = get_the_author(); $author_avatar = get_avatar($author_id, 48); // 48px size image $author_html = '
' . $author_avatar . '
' . $author_name . '
'; return $author_html . $content; } return $content; } add_filter('the_content', 'urdu_paper_author_image_with_name');