Title: marwanae's Replies | WordPress.org

---

# marwanae

  [  ](https://wordpress.org/support/users/marwanae/)

 *   [Profile](https://wordpress.org/support/users/marwanae/)
 *   [Topics Started](https://wordpress.org/support/users/marwanae/topics/)
 *   [Replies Created](https://wordpress.org/support/users/marwanae/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/marwanae/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/marwanae/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/marwanae/engagements/)
 *   [Favorites](https://wordpress.org/support/users/marwanae/favorites/)

 Search replies:

## Forum Replies Created

Viewing 8 replies - 1 through 8 (of 8 total)

 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The first loop affecting the second loop in ‘more’ tag](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/#post-849779)
 * Any help guys ?
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The first loop affecting the second loop in ‘more’ tag](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/#post-849761)
 * Hope that I can get any help here !
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [The first loop affecting the second loop in ‘more’ tag](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [17 years, 8 months ago](https://wordpress.org/support/topic/the-first-loop-affecting-the-second-loop-in-more-tag/#post-849703)
 * Any help in this ?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[How?] show category parents in post (inside loop)](https://wordpress.org/support/topic/how-show-category-parents-in-post-inside-loop/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [18 years ago](https://wordpress.org/support/topic/how-show-category-parents-in-post-inside-loop/#post-743539)
 * Thanks God.
 * I found it here:
    [http://codex.wordpress.org/Template_Tags/the_category](http://codex.wordpress.org/Template_Tags/the_category)
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show specific category name and link](https://wordpress.org/support/topic/show-specific-category-name-and-link/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [18 years ago](https://wordpress.org/support/topic/show-specific-category-name-and-link/#post-739936)
 * I found what i want!
 * here:
    [http://codex.wordpress.org/Function_Reference/get_category_link](http://codex.wordpress.org/Function_Reference/get_category_link)
 * by using the following code:
 * `<a href=" <?php echo get_category_link(10);?> ">category name</a>`
 * where 10 is the category ID
 * Thanks Docs 😉
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show specific category name and link](https://wordpress.org/support/topic/show-specific-category-name-and-link/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [18 years ago](https://wordpress.org/support/topic/show-specific-category-name-and-link/#post-739933)
 * ^
    ^
 * Thanks, but its not helping!
    because i looking for category by ID (as i explain
   before)! not for existing gategory!
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show specific category name and link](https://wordpress.org/support/topic/show-specific-category-name-and-link/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [18 years ago](https://wordpress.org/support/topic/show-specific-category-name-and-link/#post-739921)
 * OK,
 * I want to display the category title by using category ID (out side the loop).
 * Now, I get what I want by using this code:
 * `<?php echo get_the_category_by_id(10); ?>`
 * which 10 is the ID of category.
 * But, something missing !
    How could I get the link for the category using the
   ID .. the same situation like the title, but now i want the link ? How ??
 * Thanks in advance.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Show specific category name and link](https://wordpress.org/support/topic/show-specific-category-name-and-link/)
 *  Thread Starter [marwanae](https://wordpress.org/support/users/marwanae/)
 * (@marwanae)
 * [18 years ago](https://wordpress.org/support/topic/show-specific-category-name-and-link/#post-739919)
 * any help !

Viewing 8 replies - 1 through 8 (of 8 total)