Profiles

  • Member Since: October 1st, 2009
  • Find me on:
  • Created a topic, This is one of the excellent wp plugin, on the site WordPress.org Forums:
    This is one of the excellent wp plugin

  • Posted a reply to Display Categories, on the site WordPress.org Forums:
    Yes, use below code in functions.php $html .= get_cat_name( $args[‘cat’] ) ; This will display…

  • Posted a reply to Show category after date, on the site WordPress.org Forums:
    To show category title, use below code in functions.php $html .= get_cat_name( $args[‘cat’] ) ;…

  • Posted a reply to Is There A Way To Echo Each Post's Category?, on the site WordPress.org Forums:
    Yes, use below code in functions.php $html .= get_cat_name( $args['cat'] ) ; This will work…