Title: Mini Footer &#8211; Plugin Request
Last modified: August 18, 2016

---

# Mini Footer – Plugin Request

 *  [planetphillip](https://wordpress.org/support/users/planetphillip/)
 * (@planetphillip)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/)
 * Hi,
 * I would like the ability to automatically add certain text/images/links to the
   end of posts based on the category they are in. For example in one category I
   want to add a copyright notice and at the end of another a disclaimer.
 * Does anybody know of such a plugin? WOuld anybody be willing to create one?
 * TIA

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

 *  [kdmurthy](https://wordpress.org/support/users/kdmurthy/)
 * (@kdmurthy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440474)
 * What is supposed to happen when a post belong to multiple categories?
 * — KD
 *  Thread Starter [planetphillip](https://wordpress.org/support/users/planetphillip/)
 * (@planetphillip)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440481)
 * It would add both mini footers.
 *  [kdmurthy](https://wordpress.org/support/users/kdmurthy/)
 * (@kdmurthy)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440540)
 * I dont know of any available plugins – but it will be trivial to get this up.
   You can use the category description field to add the blurb you want for each
   category.
 * At the end of your post add code similar to this:
 * <?php
    foreach((get_the_category()) as $cat) { echo $cat->category_description;}?
   >
 * Hope this helps.
 * — KD
 *  Thread Starter [planetphillip](https://wordpress.org/support/users/planetphillip/)
 * (@planetphillip)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440583)
 * Thanks for the Solution. Unfortuantely I use the cat desctiption already and 
   it doesn’t contain the type of text I would like. However, if tis is the only
   way (And your solution is very simple) then I may have to re-think things. Thank
   you.
 *  [lauch](https://wordpress.org/support/users/lauch/)
 * (@lauch)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440584)
 * I think you’re looking for in_category, which is used inside the loop:
 * [http://codex.wordpress.org/Template_Tags/in_category](http://codex.wordpress.org/Template_Tags/in_category)
 *  Thread Starter [planetphillip](https://wordpress.org/support/users/planetphillip/)
 * (@planetphillip)
 * [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440786)
 * This looks like it could work. Thank you for the link.

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

The topic ‘Mini Footer – Plugin Request’ is closed to new replies.

 * 6 replies
 * 3 participants
 * Last reply from: [planetphillip](https://wordpress.org/support/users/planetphillip/)
 * Last activity: [19 years, 9 months ago](https://wordpress.org/support/topic/mini-footer-plugin-request/#post-440786)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
