Category Archives: wordpress

WordPress Database – Relationship with Tags, Catagories and Posts

WordPress has a very simple database schema. And it is well documented. You can access the complete description of the wordpress core database from here, http://codex.wordpress.org/Database_Description. Anyway first time I looked at the database I was confused with the term … Continue reading

Posted in database, design, php, Tutorial/Guide, wordpress | Tagged , , , , , , | 9 Comments

Write an Adsense Widget for your WordPress Blog on Your Own

It is really easy to write a widget to the wordpress blog. So I thought of writing my own widget to show Google ads in my Blog. Here is how I did it. First generate the JavaScript code for your … Continue reading

Posted in wordpress | Tagged , , , | Leave a comment