Title: Shortcode insert
Last modified: April 27, 2023

---

# Shortcode insert

 *  Resolved [kekese](https://wordpress.org/support/users/kekese/)
 * (@kekese)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-insert-3/)
 * Hi
 * I have a problem with creating a shortcode.
   I read several documents, but I don’t
   get any output.
 * **in function.php:**
   function headertext_function( $atts , $inhalt = null ) {
   return $inhalt;}add_shortcode( ‘headertext’, ‘headertext_function’ );in **page.
   php**:in the place where I want it to be with php-tag`headertext_function( 'headertext');`**
   in Backenend on the Start-home-page:**[headertext] _Essen_ _in einer schönen 
   und freundlichen Umwelt._ [/headertext]
 * what am I doing wrong?
   i want to display any text on the page with a shortcode.
    -  This topic was modified 3 years ago by [kekese](https://wordpress.org/support/users/kekese/).

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

 *  [pichichi](https://wordpress.org/support/users/pichichi/)
 * (@pichichi)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-insert-3/#post-16692740)
 * Hello, I think you are very close, in _page.php_ try replacing your code with:
 *     ```wp-block-code
       echo do_shortcode('[headertext]');
       ```
   
 *  Thread Starter [kekese](https://wordpress.org/support/users/kekese/)
 * (@kekese)
 * [3 years ago](https://wordpress.org/support/topic/shortcode-insert-3/#post-16694541)
 * Thank for your Answer. But dosn’t work.
   I find another way with the Plugin ACF.

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

The topic ‘Shortcode insert’ is closed to new replies.

## Tags

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [kekese](https://wordpress.org/support/users/kekese/)
 * Last activity: [3 years ago](https://wordpress.org/support/topic/shortcode-insert-3/#post-16694541)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
