Title: Quick PHP Question&#8230;. if/then
Last modified: August 19, 2016

---

# Quick PHP Question…. if/then

 *  [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/)
 * Hi there. What’s the PHP I need to do the following on a tag template:
 * <IF there is a description filled out for the tag <THEN do this….
    Blah blah
 * <IF NOT then to this….
    Blah Blah
 * Thanks!!!

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/#post-1574986)
 * [http://www.w3schools.com/php/php_if_else.asp](http://www.w3schools.com/php/php_if_else.asp)
 * w3schools.com is a good place to check unknown html/css/php
 *  [Chanon Srithongsook](https://wordpress.org/support/users/ninenote/)
 * (@ninenote)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/#post-1574987)
 * <?php if (tag_description()): ?>
    Yes HTML blah blah blah <?php else: ?> No HTML
   blah blah blah <?php endif; ?>
 *  Thread Starter [nickaster](https://wordpress.org/support/users/nickaster/)
 * (@nickaster)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/#post-1575006)
 * Phenomenal thanks guys! Worked like a charm
 *  [teenspirit](https://wordpress.org/support/users/teenspirit/)
 * (@teenspirit)
 * [15 years, 8 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/#post-1575358)
 * Look to [PHP If…Else Statements](http://phpforms.net/tutorial/php-basic/php-conditional-statements.html)

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

The topic ‘Quick PHP Question…. if/then’ is closed to new replies.

 * 4 replies
 * 4 participants
 * Last reply from: [teenspirit](https://wordpress.org/support/users/teenspirit/)
 * Last activity: [15 years, 8 months ago](https://wordpress.org/support/topic/quick-php-question-ifthen/#post-1575358)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
