Title: Dr. Killjoy's Replies | WordPress.org

---

# Dr. Killjoy

  [  ](https://wordpress.org/support/users/dr-killjoy/)

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Column Posts] Column Posts & PHP 5.4](https://wordpress.org/support/topic/column-posts-php-54/)
 *  Thread Starter [Dr. Killjoy](https://wordpress.org/support/users/dr-killjoy/)
 * (@dr-killjoy)
 * [10 years, 11 months ago](https://wordpress.org/support/topic/column-posts-php-54/#post-6037187)
 * I still wonder whether there is a solution for this issue or not. Could you help
   me out on this one?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Column Posts] With multiple posts per column, third column causes trouble](https://wordpress.org/support/topic/with-multiple-posts-per-column-third-column-causes-trouble/)
 *  Thread Starter [Dr. Killjoy](https://wordpress.org/support/users/dr-killjoy/)
 * (@dr-killjoy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/with-multiple-posts-per-column-third-column-causes-trouble/#post-3801161)
 * I pressed the button “resolved” and my solution was gone. Anyway, not going to
   write down the solution again, so I’ll stick to the code.
 * While I was describing the situation that needed solving, I discovered the solution
   to my problem. Here it is.
 * In cp_multicolumn.css, I changed the first two styles under /* list style */:
 *     ```
       #cp-box .cp-box ul {
       	margin-left: 15px;
       	margin-bottom: 15px;
       	padding: 10px;
       	position: inherit;
       	color: black;
       	height: 345px;
       	width: 250px;
       }
   
       #cp-box .cp-box ul li{
       	margin-left: 15px;
       	margin-bottom: 15px;
       	padding: 10px;
       	font-size: 13pt;
       	list-style-type: none;
       	text-decoration: none;
       	float: left;
       	color: black;
       	height: 335px;
       	width: 250px;
       	display: list-item;
       	border-bottom: medium #8bb416
       }
       ```
   
 * If there is any questions, just let me know.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Column Posts] Embed code inside 'columned' posts](https://wordpress.org/support/topic/embed-code-inside-columned-posts/)
 *  Thread Starter [Dr. Killjoy](https://wordpress.org/support/users/dr-killjoy/)
 * (@dr-killjoy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/embed-code-inside-columned-posts/#post-3772953)
 * Hi Lebasca,
 * Thanks for the response. I also noticed that you did an upgrade of the plugin.
   Actually I started by looking into what that update would bring in difference
   and now I noticed that it now shows the text under Excerpt with the embed code
   of Soundcloud! That is just so awesome!
 * I use Column Posts on my frontpage/homepage, where I use the Excerpt field to
   write little teasers that will lead people to the actual article and playlist,
   which doesn’t contain the text from the Excerpt field.
    So it is more a summary,
   then an introduction. Hope I made it a bit clear 😉
 * Anyway, I will reward you for your work! I am much grateful!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Column Posts] Embed code inside 'columned' posts](https://wordpress.org/support/topic/embed-code-inside-columned-posts/)
 *  Thread Starter [Dr. Killjoy](https://wordpress.org/support/users/dr-killjoy/)
 * (@dr-killjoy)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/embed-code-inside-columned-posts/#post-3772781)
 * While I waited, I managed to uncover the Excerpt field in the wordpress admin
   area. It was neatly hidden, but I discovered, with the help of another thorough
   search on the interweb.
 * It was located in the rolldown menu (something with screen setting) at the top
   right, while editing the post.
 * Now that I found the Excerpt field, I am able to include HTML in my Excerpt. 
   BUT… not all went well.
 * It prints all the post titles correctly. But for some reason, with every post
   it prints, it prints the excerpt of the first post. While I had filled in the
   excerpt of every single post, and so it should print the excerpt of the respective
   posts.
 * Did I put some code on a place where I shouldn’t have? Of course I will try and
   find the solution later today, but if anyone can help finding it, it would be
   much appreciated!
 * Here’s the address again: [http://www.test.muziektaal.nl](http://www.test.muziektaal.nl)
 * Bye!

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