| name | language | licence |
|---|---|---|
| Export WordPress tables | PHP | BSD |
| SHOW WORDPRESS POST ATTACHMENTS | PHP | BSD |
| WORDPRESS GET URL | PHP | BSD |
| truncate a wordpress post - PHP - Snipplr | PHP | BSD |
| CUSTOM TEMPLATES FOR POSTS IN WORDPRESS | PHP | BSD |
| SHOW DIFFERENT AMOUNT OF POSTS ON WORDPRESS HOME PAGE THAN OTHER PAGES | PHP | BSD |
| ANAGE MULTIPLE WORDPRESS SITES WITH ONE DATABASE AND ONE CODE BASE | PHP | BSD |
| WORDPRESS QUERY POSTS OF CERTAIN CUSTOM FIELD VALUES | PHP | BSD |
< 1 2 3 4 5 6 7 8 9 10 11 12 >
language: PHP
licence: BSD
Export WordPress tables
options: view full snippet • send to code collector
Export only WordPress tables from mysql database. mysqldump -u dbname -p username --skip-opt -B --tables wp_categories wp_comments wp_link2cat wp_links wp_options wp_post2cat wp_postmeta wp_posts wp_usermeta wp_users > wordpress.sql



library
buttons (3)
wp (93)