روش دیگر نمایش تگ

پرسیده شده
فعالیت 1023 روز پیش
دیده شده 581 بار
0
 <h6 class='mb-0'>برچسب ها:
                    <?php 


                        $posttags = get_the_tags();
                        if ($posttags) {
                            foreach($posttags as $tag) {
                                
                                echo "<a href='#' class='badge badge-pill badge-dark'>{$tag->name}</a>";
                                
                            }
                        }
                    
                    ?>
                    </h6>
فایل پیوست

taghi nooshifard
taghi nooshifard

19 تیر 00