Title: Alex C.'s Replies | WordPress.org

---

# Alex C.

  [  ](https://wordpress.org/support/users/khael/)

 *   [Profile](https://wordpress.org/support/users/khael/)
 *   [Topics Started](https://wordpress.org/support/users/khael/topics/)
 *   [Replies Created](https://wordpress.org/support/users/khael/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/khael/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/khael/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/khael/engagements/)
 *   [Favorites](https://wordpress.org/support/users/khael/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [Display Code](https://wordpress.org/support/topic/display-code-1/)
 *  [Alex C.](https://wordpress.org/support/users/khael/)
 * (@khael)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/display-code-1/#post-731238)
 * [Code markup](http://www.thunderguy.com/semicolon/wordpress/code-markup-wordpress-plugin/)
   does that.
 * Also, you can always write your code in a text-editor like notepad or whatever
   you use. After, write a new post (here comes the tricky part), switch to code
   view, add line like < pre >replace</ pre > (without the extra spaces), then switch
   back to visual. Select the word “replace” and replace it with code from your 
   text editor.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [WP function on php page](https://wordpress.org/support/topic/wp-function-on-php-page/)
 *  [Alex C.](https://wordpress.org/support/users/khael/)
 * (@khael)
 * [18 years, 2 months ago](https://wordpress.org/support/topic/wp-function-on-php-page/#post-717270)
 * The **wp-config** file is not only a simple connect file, but the gateway to 
   all the WordPress functions.
    Try this:
 *     ```
       <?php
       include "[PathToYourBlog]/wp-config.php";
       bloginfo('name');
       ?>
       ```
   

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