Advertisement
salmancreation

এ বিভাবের সব খবর

Jan 19th, 2015
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.40 KB | None | 0 0
  1. <div class="fix allNews">
  2.                         <?php
  3.                             $the_cat = get_the_category();
  4.                             $category_name = $the_cat[0]->cat_name;
  5.                             $category_description = $the_cat[0]->category_description;
  6.                             $category_link = get_category_link( $the_cat[0]->cat_ID );
  7.                         ?>
  8.                         <h5><a href="<?php echo $category_link ?>">এ বিভাবের সব খবর</a></h5>
  9.                     </div><!--all_news.html END-->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement