Title: Shortcode on archive
Last modified: November 17, 2020

---

# Shortcode on archive

 *  Resolved [ssqm20](https://wordpress.org/support/users/ssqm20/)
 * (@ssqm20)
 * [5 years, 7 months ago](https://wordpress.org/support/topic/shortcode-on-archive/)
 * Hello,
 * Is there a way to add shortcode to archive pages that appear after search?
 * Thanks
    -  This topic was modified 5 years, 6 months ago by [James Huff](https://wordpress.org/support/users/macmanx/).
      Reason: link moved to proper field
 * The page I need help with: _[[log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fwordpress.org%2Fsupport%2Ftopic%2Fshortcode-on-archive%2F%3Foutput_format%3Dmd&locale=en_US)
   to see the link]_

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

 *  [hzlateska](https://wordpress.org/support/users/hzlateska/)
 * (@hzlateska)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcode-on-archive/#post-13653127)
 * At the moment this is possible only by modifying the a template file through 
   a child theme. The file that should be modified is “template-parts/content/content-
   none.php”. Add your content below this code:
 *     ```
       printf(
       	'<p>' . wp_kses( __( 'Sorry, no results were found. Please try again with different keywords.', 'sinatra' ), sinatra_get_allowed_html_tags() ) . '</p>'
       );
       get_search_form();
       ```
   
 * Next theme update will have an action hook that you can use to add content without
   modifying the template files.
 *  Thread Starter [ssqm20](https://wordpress.org/support/users/ssqm20/)
 * (@ssqm20)
 * [5 years, 6 months ago](https://wordpress.org/support/topic/shortcode-on-archive/#post-13658158)
 * Thanks!

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

The topic ‘Shortcode on archive’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/sinatra/1.4.1/screenshot.jpg)
 * Sinatra
 * [Support Threads](https://wordpress.org/support/theme/sinatra/)
 * [Active Topics](https://wordpress.org/support/theme/sinatra/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/sinatra/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/sinatra/reviews/)

## Tags

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

 * 2 replies
 * 2 participants
 * Last reply from: [ssqm20](https://wordpress.org/support/users/ssqm20/)
 * Last activity: [5 years, 6 months ago](https://wordpress.org/support/topic/shortcode-on-archive/#post-13658158)
 * Status: resolved