Tag: "wordpress"
The Database Object in WordPress
You can access the database via WordPress. You can use any raw SQL too. That is quite easy. You only need to call a global object; global $wpdb; For the raw SQL, you can use query method: $wpdb->query( " UPDATE $wpdb->posts SET post_parent = 10 WHERE ID… more »
Tags: wordpress
Atahualpa 3.6.7 - Adsense Bug
I got a new website which is using Atahualpa 3.6.7 wordpress template. Yesterday, we tried to place an Adsense code in there. It doesn't work. We believed the website were blocked by Adsense. That is not truth! We tried to switched the template, then… more »
Tags: wordpress