Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <div class="fix allNews">
- <?php
- $the_cat = get_the_category();
- $category_name = $the_cat[0]->cat_name;
- $category_description = $the_cat[0]->category_description;
- $category_link = get_category_link( $the_cat[0]->cat_ID );
- ?>
- <h5><a href="<?php echo $category_link ?>">এ বিভাবের সব খবর</a></h5>
- </div><!--all_news.html END-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement