Table cellpadding not working in Wordpress (solved)

3:29:00 PM |
When you try to modify a table in Wordpress, it doesn't seems working at all. It's because you cannot override the theme configuration by using simple formulas such as cellpadding or cellspacing.



What you need to do is to try to change in very single cell in the table. For example:

<table><tbody>
<tr>
<td style="padding: 10px;"></td>
</tr>
</tbody></table>

Have fun!
Read more…

How to hide featured image in Single Post in Wordpress

11:41:00 AM |
After hide featured image in Wordpress (from startGBC.com)
I don't know what happened to the recently Wordpress update, but I really hate the way that my featured image being added to inside the post. So what I do is simply to remove featured image on posts.

Step 1: open your style.css or custom css in your theme

Step 2: insert this miracle line:
.single .featured-image { display: none; }
Have fun!
Read more…

Make a Donation