1,427 reputation
517
bio website
location Rotherham, England
age 46
visits member for 2 years, 3 months
seen Mar 12 at 17:04
stats profile views 81

Jun
27
revised Join inside a wpdb query.. confused!
added 1059 characters in body
Jun
27
comment Custom Post Type Archive Page: Set Posts Per Page, Paginate
i had the same issue a while back, you may want to read this post wordpress.stackexchange.com/questions/18853/… especialy my bit at the end
Jun
27
comment wp E-commerce featured product plugin with muliple option?
try this one, getshopped.org/forums or are you actually using this one wordpress.org/extend/plugins/wp-e-commerce-featured-product
Jun
27
comment wp E-commerce featured product plugin with muliple option?
Questions regarding wp-ecommerce are realy best left in the wp-ecommerce supprt group, you may find a more specific answer in there especially as "featured product" is a premium plugin...
Jun
27
answered Custom Post Type Archive Page: Set Posts Per Page, Paginate
Jun
27
comment Migrate posts into a different category
+1 @ bainternet, but before you actually run the query do two things.. 1) back up database (obvious but you would be amazed how many people dont) and finally 2) always run a SELECT query as a test before running the actual UPDATE query
Jun
27
answered Make first letter of my taxonomy uppercase
Jun
26
answered Completely disable editor
Jun
25
comment How to Use WordPress as Static CMS Without Blog Posts
In wp-admin you can choose to attach pages to parent pages which will give you a dropdown menu to show your "new child" pages, (see the link above in my answer for how that works with the 2010 theme). this link codex.wordpress.org/Good_Navigation_Links details more about menus and how to use them in wp and also this link codex.wordpress.org/Navigation_Menus take a day to sit down and read them and do some practicing, its all very easy, wordpress manages it all for you .... almost ....
Jun
25
comment Using “Read More” link with custom excerpt
around the "continue reading" or the actual excerpt text
Jun
25
answered How to Use WordPress as Static CMS Without Blog Posts
Jun
25
answered Where do you upload images on a wordpress site?
Jun
25
comment [Plugin: Posts 2 Posts] Changing display order of connections
Explain connections ?
Jun
25
answered Automatically wrap post image in div
Jun
25
comment How to add SQL file with PHP to WordPress database
Yes definatly a php question rather than wordpress, have you looked at file_get_contents and LOAD DATA INFILE?
Jun
25
comment TinyMCE with custom buttons on a meta box
great news.. and thanks for leaving a working code as an example for others..
Jun
24
answered TinyMCE with custom buttons on a meta box
Jun
24
comment Join inside a wpdb query.. confused!
@Rarst: i was under the impression from what i read about a wp theme for classifieds that there maybe was some difficulty in emailing authors prior to post deletion (hence this is why i looked into the wpdb query), i do know that post deletion using wp_cron can only be activated when the post is viewed in the browser after deletion time has passed and this is what i was trying to avoid, hence the emails for author notification that the post will be hard deleted on a specific date and at a specific time unless they renew said post, but i will certainly look into that for the next time.. regards
Jun
24
comment Join inside a wpdb query.. confused!
Thanks, favourited this one for future reference when i need to look up my JOINs the next time.. regards to both
Jun
24
accepted Join inside a wpdb query.. confused!