Title: evkid's Replies | WordPress.org

---

# evkid

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bullets Not Appearing in Posts](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/)
 *  Thread Starter [evkid](https://wordpress.org/support/users/evkid/)
 * (@evkid)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/#post-919791)
 * Now I got it. I noticed an .apost ul in my theme’s stylesheet. I simply added
   list-style-type: disc and the bullets now show up only in my posts. The final
   code looks like this:
 *     ```
       .apost ul {
       	padding-left: 50px;
               list-style-type: disc;
       }
       ```
   
 * I also did not remove:
 *     ```
       ul {
       	list-style: none outside;
       }
       ```
   
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bullets Not Appearing in Posts](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/)
 *  Thread Starter [evkid](https://wordpress.org/support/users/evkid/)
 * (@evkid)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/#post-919790)
 * Both ways did not allow for bullets to shop up in my posts.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Bullets Not Appearing in Posts](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/)
 *  Thread Starter [evkid](https://wordpress.org/support/users/evkid/)
 * (@evkid)
 * [17 years, 5 months ago](https://wordpress.org/support/topic/bullets-not-appearing-in-posts/#post-919789)
 * Thanks for reply. Don’t I need to use
 *     ```
       .apost {
       list-style-type: disc;
       }
       ```
   
 * Since I want to be able to use bullets in my posts?

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