Title: template part vs shortcode
Last modified: September 7, 2016

---

# template part vs shortcode

 *  [muchmuch11](https://wordpress.org/support/users/muchmuch11/)
 * (@muchmuch11)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/template-part-vs-shortcode/)
 * To place code or something on header.php, single.php, or anything else, I can
   choose between calling template part or shortcode, so, what’s the different between
   them? It seems interchangeable if I’m not building a plugin.

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

 *  [Sakar Upadhyaya Khatiwada](https://wordpress.org/support/users/sakaruk/)
 * (@sakaruk)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/template-part-vs-shortcode/#post-8156070)
 * Template parts means you are loading the part of the file but shortcode means
   you are running a function with an argument. So some code to be reused the template
   part can be useful than shortcode since you want to load part of the code everywhere
   rather than calling a function that will give some output when it is invoked.
 *  Thread Starter [muchmuch11](https://wordpress.org/support/users/muchmuch11/)
 * (@muchmuch11)
 * [9 years, 9 months ago](https://wordpress.org/support/topic/template-part-vs-shortcode/#post-8156371)
 * I just read further about this, each of them have its own “limitations”, with
   one easier to resolve certain task rather than the other. Thanks!

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

The topic ‘template part vs shortcode’ is closed to new replies.

## Tags

 * [shortcode](https://wordpress.org/support/topic-tag/shortcode/)
 * [template part](https://wordpress.org/support/topic-tag/template-part/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [muchmuch11](https://wordpress.org/support/users/muchmuch11/)
 * Last activity: [9 years, 9 months ago](https://wordpress.org/support/topic/template-part-vs-shortcode/#post-8156371)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
