| bio | website | |
|---|---|---|
| location | Rotherham, England | |
| age | 46 | |
| visits | member for | 2 years, 2 months |
| seen | Mar 12 at 17:04 | |
| stats | profile views | 80 |
|
Jun 24 |
comment |
Join inside a wpdb query.. confused! Brilliant... thanks, whats been confusing me mostly is these kind of things u.ID (notice the u, prefix) well i got what they were for about a minute before seeing you had posted u. for users table p. for posts table when using joins.. may i be so bold as to ask one more on-topic question to help me get this clearer whats the difference between join types?.. ie: INNER JOIN, LEFT JOIN etc |
|
Jun 24 |
comment |
Join inside a wpdb query.. confused! Hi Rarst, i will be using WP functions the code i provided was the code i was running through phpmyadmin to ensure that it worked, i have updated my opening post with the crux of the code that i will be using for the final query |
|
Jun 24 |
revised |
Join inside a wpdb query.. confused! added 343 characters in body; deleted 12 characters in body |
|
Jun 24 |
asked | Join inside a wpdb query.. confused! |
|
Jun 23 |
answered | Using a number for limiting registering or banning on multisite |
|
Jun 23 |
revised |
orphaned taxonomy terms remove by sql query added 649 characters in body; added 41 characters in body |
|
Jun 22 |
awarded | Tumbleweed |
|
Jun 22 |
comment |
Wordpress - connection information +1 with pauls suggestion, i believe if you have a static IP that your server admin can allow that IP permission, will be other ways i imagine if not. |
|
Jun 22 |
accepted | orphaned taxonomy terms remove by sql query |
|
Jun 22 |
comment |
orphaned taxonomy terms remove by sql query all advice taken onboard, many thanks TDM... marked as answered |
|
Jun 22 |
answered | Installing a Plugin ( Which is already manually uploaded ) |
|
Jun 22 |
comment |
Installing a Plugin ( Which is already manually uploaded ) in the image you provided does it also show a .php file? this file will then give the plugin details onto wp-admin >> plugins dashboard, where you can activate it, where is this plugin from? |
|
Jun 22 |
comment |
orphaned taxonomy terms remove by sql query Gotchya,,, this wordpress thing has so many things to help that often the simplest solutions are already built in.. deffo need to spend more time knowing all these functions.. so going by the answer you have given i have updated my original post with a code solution to use wp_delete_posts am i know going on the right lines? |
|
Jun 22 |
revised |
orphaned taxonomy terms remove by sql query added 412 characters in body; added 7 characters in body; added 21 characters in body |
|
Jun 22 |
revised |
orphaned taxonomy terms remove by sql query added 171 characters in body |
|
Jun 21 |
revised |
orphaned taxonomy terms remove by sql query typo and added the more info |
|
Jun 21 |
comment |
How to get a nofication when post submitted Have edited my original post with the changes, try that big block of code again, have added a little to it regarding the action hook |
|
Jun 21 |
revised |
How to get a nofication when post submitted edit post to include final working code and avoid confusion |
|
Jun 21 |
comment |
How to get a nofication when post submitted changing if ($result->post_status == "pending") {
to if ($result->post_status == "publish") {
should do it.. |
|
Jun 21 |
revised |
How to get a nofication when post submitted added 6 characters in body |