Title: PHP error
Last modified: August 31, 2016

---

# PHP error

 *  [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/)
 * Dears, I am trying to make short code which will display posts custom field. 
   But after I set any php code this message occurs.
    [https://snag.gy/rdmZB2.jpg](https://snag.gy/rdmZB2.jpg)
   Thanks for any help Jan
 * [https://wordpress.org/plugins/my-shortcodes/](https://wordpress.org/plugins/my-shortcodes/)

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

 *  Plugin Author [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/#post-7346551)
 * Hi there,
 * you don’t need to add the `<?php` and `?>` in the php editor
 *  Thread Starter [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/#post-7346559)
 * thanks for reply. Could you please show me some basic php comand which show post
   title? I am trying echo get_the_title(); and other but nothing is diplaying at
   post where I put shorecode
 *  Plugin Author [David Cramer](https://wordpress.org/support/users/desertsnowman/)
 * (@desertsnowman)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/#post-7346564)
 * hmm no idea.
    maybe try:
 *     ```
       global $post;
   
       echo $post->post_title;
       ```
   
 *  Thread Starter [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * (@janbrokes)
 * [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/#post-7346690)
 * Hi David, its not working too. Could you please send me some php comand which
   is working?. I will use it as an exmaple.
    Thanky

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

The topic ‘PHP error’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/my-shortcodes_f6e3df.svg)
 * [My Shortcodes](https://wordpress.org/plugins/my-shortcodes/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/my-shortcodes/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/my-shortcodes/)
 * [Active Topics](https://wordpress.org/support/plugin/my-shortcodes/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/my-shortcodes/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/my-shortcodes/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [janbrokes](https://wordpress.org/support/users/janbrokes/)
 * Last activity: [9 years, 11 months ago](https://wordpress.org/support/topic/php-error-182/#post-7346690)
 * Status: not resolved