Title: [Plugin: Posts By Tag] Can I edit the code output?
Last modified: August 20, 2016

---

# [Plugin: Posts By Tag] Can I edit the code output?

 *  Resolved [Alex Seidanis](https://wordpress.org/support/users/beerallica/)
 * (@beerallica)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-can-i-edit-the-code-output/)
 * As it stands now, the plugin outputs this code (with thumbnail, date and excerpt
   options set to true):
 *     ```
       <ul>
         <li>
           <a><img/></a>
           <a>TITLE</a>
           <small>DATE</small><br/>
           EXCERPT
         </li>
       </ul>
       ```
   
 * Ideally, I’d like to use div’s and span’s instead of ul/li, small and br; can
   I edit the output somehow?
 * [http://wordpress.org/extend/plugins/posts-by-tag/](http://wordpress.org/extend/plugins/posts-by-tag/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * (@sudar)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-can-i-edit-the-code-output/#post-3013295)
 * The only way to do it right now is to modify the posts_by_tag() function in the
   Plugin. You can’t do it from the settings page.

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: Posts By Tag] Can I edit the code output?’ is closed to new 
replies.

 * ![](https://s.w.org/plugins/geopattern-icon/posts-by-tag.svg)
 * [Posts By Tag](https://wordpress.org/plugins/posts-by-tag/)
 * [Support Threads](https://wordpress.org/support/plugin/posts-by-tag/)
 * [Active Topics](https://wordpress.org/support/plugin/posts-by-tag/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/posts-by-tag/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/posts-by-tag/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Sudar Muthu](https://wordpress.org/support/users/sudar/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/plugin-posts-by-tag-can-i-edit-the-code-output/#post-3013295)
 * Status: resolved