Profile
Achievement

suibhne's Recent SnippetsTagged wordpress
- All /
« Prev 1 Next »
This is a simple SQL statement which will update all the posts within a Wordpress installation changing the domain which files were uploaded to.
Very handy if migrating a site from a test to live environment and all embedded images are referenced...
0
552
posted 12 years ago by suibhne
This snippet of code added to line 1404 of wpsc_query.php finds a single product by the product url AND category its in. The default is to only look up a product by its url only, not including the category, meaning you can't have a product in more th...
0
393
posted 12 years ago by suibhne
Something simple to add all levels of Wordpress menus to a plugin in the admin area.
1
394
posted 12 years ago by suibhne