Title: where&#8217;s the .php?
Last modified: August 19, 2016

---

# where’s the .php?

 *  [lukeword](https://wordpress.org/support/users/lukeword/)
 * (@lukeword)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/wheres-the-php-2/)
 * I’m wanting to add to my sidebar. I’ve worked out the title in the sidebar to
   be correctly formatted, but if I add a link using ”
    - [contact](http://www.calhouncycleshopcast.com/?page_id=21)
    - ” it shows up, but in the wrong format (no background color).
       From experiments
      it seems that I need to add the page (at least the first one in this format:
    - <?php wp_loginout(); ?>
    - How do I find the php?
       The link f the page I’m wanting to add as a php is:
      [http://www.calhouncycleshopcast.com/?page_id=21](http://www.calhouncycleshopcast.com/?page_id=21)
    - Any advice would be greatly apprecitaed by this greasy handed bicycle mechanic,
      
      Thanks, Luke
    - The site is here:
       [http://www.calhouncycleshopcast.com/](http://www.calhouncycleshopcast.com/)

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

 *  Moderator [Samuel Wood (Otto)](https://wordpress.org/support/users/otto42/)
 * (@otto42)
 * WordPress.org Admin
 * [18 years, 3 months ago](https://wordpress.org/support/topic/wheres-the-php-2/#post-702652)
 * You don’t need to use any PHP. You need to stick with the same style. Look at
   the code from your sidebar:
 *     ```
       <ul>
       <li><a href="http://www.calhouncycle.com">Calhoun Cycle</a></li>
       <li><a href="http://stores.ebay.com/calhouncycle">Calhoun Cycle eBay Store</a></li>
       <a href="http://www.calhouncycleshopcast.com/?page_id=21">Contact</a>
       <a href="http://www.calhouncycleshopcast.com/?page_id=25">Bike Profile Submission</a>
       </ul>
       ```
   
 * See how your first two links are wrapped in LI tags? Try making your second two
   the same way.
 *  Thread Starter [lukeword](https://wordpress.org/support/users/lukeword/)
 * (@lukeword)
 * [18 years, 3 months ago](https://wordpress.org/support/topic/wheres-the-php-2/#post-702723)
 * Thanks so much!
    I tried so many things and failed over and over. Yes, I needed
   to wrap everything in the
    -  and all worked out well.
       Thank you! Luke

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

The topic ‘where’s the .php?’ is closed to new replies.

## Tags

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

 * In: [Everything else WordPress](https://wordpress.org/support/forum/miscellaneous/)
 * 2 replies
 * 2 participants
 * Last reply from: [lukeword](https://wordpress.org/support/users/lukeword/)
 * Last activity: [18 years, 3 months ago](https://wordpress.org/support/topic/wheres-the-php-2/#post-702723)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
