Title: Executable PHP sidebar style not reading right
Last modified: August 18, 2016

---

# Executable PHP sidebar style not reading right

 *  [brwneyes](https://wordpress.org/support/users/brwneyes/)
 * (@brwneyes)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/executable-php-sidebar-style-not-reading-right/)
 * Hi,
 * I installed the Executable PHP widget and added the following code:
 * <h2>Login</h2>
 * <?php wp_register(); ?>
 * <?php wp_loginout(); ?>
 * I am using the Blixed-10 theme and for some reason, the php code that I added,
   doesn’t have the right style as the rest of the items on the sidebar. Any ideas
   how I can fix this?
 * My blog address is: [http://www.tlarsondesign.com/blog](http://www.tlarsondesign.com/blog)
 * Thanks.

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

 *  [Andrew Ozz](https://wordpress.org/support/users/azaozz/)
 * (@azaozz)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/executable-php-sidebar-style-not-reading-right/#post-556800)
 * You’re missing `ul` and `li` tags… Try this:
 *     ```
       <h2>Login</h2>
       -ul-
       <?php wp_register(); ?>
       -li-<?php wp_loginout(); ?>-/li-
       -/ul-
       ```
   
 * (ul and li tags wouldn’t display properly after editing… 🙂
 *  Thread Starter [brwneyes](https://wordpress.org/support/users/brwneyes/)
 * (@brwneyes)
 * [19 years, 1 month ago](https://wordpress.org/support/topic/executable-php-sidebar-style-not-reading-right/#post-556817)
 * Great! I didn’t even think about that part of it. Thanks.
 * However, the Heading isn’t showing up quite right yet. The green box is smaller
   than the others…suggestions on that?
 * Thank you again for the help!

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

The topic ‘Executable PHP sidebar style not reading right’ is closed to new replies.

## Tags

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

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [brwneyes](https://wordpress.org/support/users/brwneyes/)
 * Last activity: [19 years, 1 month ago](https://wordpress.org/support/topic/executable-php-sidebar-style-not-reading-right/#post-556817)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
