Title: Custom Theme documentation
Last modified: January 24, 2021

---

# Custom Theme documentation

 *  Resolved [ivano098](https://wordpress.org/support/users/ivano098/)
 * (@ivano098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/custom-theme-documentation/)
 * Hello, is there documentation to methods/functions (such as `the_title_attribute()`)
   available for building custom themes? I’d like to add images, titles, and excerpts.
 * Thank you.
    -  This topic was modified 5 years, 4 months ago by [ivano098](https://wordpress.org/support/users/ivano098/).

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

 *  Thread Starter [ivano098](https://wordpress.org/support/users/ivano098/)
 * (@ivano098)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/custom-theme-documentation/#post-13950402)
 * Update: I understand I can use Template Tags listed in [https://codex.wordpress.org/Template_Tags](https://codex.wordpress.org/Template_Tags).
   Unless there is more to it, the link above suffices. Thank you.
 *  Plugin Author [YARPP](https://wordpress.org/support/users/jeffparker/)
 * (@jeffparker)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/custom-theme-documentation/#post-14086027)
 * Templating in YARPP enables developers to uber-customize their YARPP display 
   using PHP and template tags.
 * The tags we use in YARPP templates are the same as the template tags used in 
   any WordPress template. In fact, any WordPress template tag will work in the 
   YARPP Loop. You can use these template tags to display the excerpt, the post 
   date, the comment count, or even some custom metadata. In addition, template 
   tags from other plugins will also work.
 * If you’ve ever had to tweak or build a WordPress theme before, you’ll immediately
   feel at home.
 * Special template tags which only work within a YARPP Loop:
 * 1. the_score() // this will print the YARPP match score of that particular related
   post
    2. get_the_score() // or return the YARPP match score of that particular
   related post
 *  Thread Starter [ivano098](https://wordpress.org/support/users/ivano098/)
 * (@ivano098)
 * [5 years, 3 months ago](https://wordpress.org/support/topic/custom-theme-documentation/#post-14086046)
 * Thank you for confirming and for the special template tags.

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

The topic ‘Custom Theme documentation’ is closed to new replies.

 * ![](https://ps.w.org/yet-another-related-posts-plugin/assets/icon-256x256.png?
   rev=2549977)
 * [YARPP - Yet Another Related Posts Plugin](https://wordpress.org/plugins/yet-another-related-posts-plugin/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/yet-another-related-posts-plugin/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/)
 * [Active Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/yet-another-related-posts-plugin/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [ivano098](https://wordpress.org/support/users/ivano098/)
 * Last activity: [5 years, 3 months ago](https://wordpress.org/support/topic/custom-theme-documentation/#post-14086046)
 * Status: resolved