Title: special characters inside php
Last modified: August 19, 2016

---

# special characters inside php

 *  [dejanc](https://wordpress.org/support/users/dejanc/)
 * (@dejanc)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/special-characters-inside-php/)
 * how can i add special character inside php? for example
 * wp_get_archives(“type=monthly&format=custom&before=
    - <span>**«**</span>&after=
    - “)
    - i want to add this bold text

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

 *  Thread Starter [dejanc](https://wordpress.org/support/users/dejanc/)
 * (@dejanc)
 * [18 years, 1 month ago](https://wordpress.org/support/topic/special-characters-inside-php/#post-695129)
 * `?php wp_get_archives("type=monthly&format=custom&before=<li><span>&laquo;</span
   >&after=</li>"); ?>`
 * i mean this so i want this to show `&laquo;`
 *  [mkormendy](https://wordpress.org/support/users/mkormendy/)
 * (@mkormendy)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/special-characters-inside-php/#post-695385)
 * This can be done by formatting the code like this:
 *     ```
       <?php
   
       $archive_defaults = array(
       'type' => 'monthly',
       'limit' => ,
       'format' => 'custom',
       'before' => '<li><span>&laquo;</span>',
       'after' => '</li>',
       'show_post_count' => false);
   
       wp_get_archives($archive_defaults);
   
       ?>
       ```
   
 *  [mkormendy](https://wordpress.org/support/users/mkormendy/)
 * (@mkormendy)
 * [17 years, 10 months ago](https://wordpress.org/support/topic/special-characters-inside-php/#post-695386)
 * I just wish they had before & after options for wp_list_pages.

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

The topic ‘special characters inside php’ is closed to new replies.

## Tags

 * [php](https://wordpress.org/support/topic-tag/php/)
 * [special character](https://wordpress.org/support/topic-tag/special-character/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [mkormendy](https://wordpress.org/support/users/mkormendy/)
 * Last activity: [17 years, 10 months ago](https://wordpress.org/support/topic/special-characters-inside-php/#post-695386)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
