This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| ################################################################################ | |
| // Custom WP-CONFIG Template. | |
| ################################################################################ | |
| ################################################################################ | |
| // For Quick Client Reference | |
| ################################################################################ | |
| // Client Name: | |
| // Salesforce URL: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| UPDATE wp_options SET option_value = replace(option_value, 'http://www.oldsite.com', 'http://www.newsite.com') WHERE option_name = 'home' OR option_name = 'siteurl'; | |
| UPDATE wp_posts SET guid = replace(guid, 'http://www.oldsite.com','http://www.newsite.com'); | |
| UPDATE wp_posts SET post_content = replace(post_content, 'http://www.oldsite.com', 'http://www.newsite.com'); | |
| UPDATE wp_postmeta SET meta_value = replace(meta_value, 'http://www.oldsite.com', 'http://www.newsite.com'); | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* Column Classes | |
| Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css | |
| --------------------------------------------- */ | |
| .five-sixths, | |
| .four-sixths, | |
| .one-fourth, | |
| .one-half, | |
| .one-sixth, | |
| .one-third, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Apache Server Config | MIT License | |
| # https://gist.github.com/bhubbard/6082577 | |
| # Modified from https://github.com/h5bp/server-configs-apaches | |
| # ############################################################################## | |
| # # Default WordPress # | |
| # ############################################################################## | |
| # http://randomtype.ca/blog/the-wordpress-htaccess-file-explained/ | |
| <IfModule mod_rewrite.c> | |
| RewriteEngine On |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -------------------------------------------------------- */ | |
| /* IDX BROKER WIDGET RESETS */ | |
| /* -------------------------------------------------------- */ | |
| /* SHOWCASE WIDGET | |
| ----------------------------------------------------------- */ | |
| .IDX-showcaseTable { | |
| max-width: 100% !important; | |
| } | |
| .IDX-showcaseCell { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /* -------------------------------------------------------- */ | |
| /* IDX BROKER CUSTOM CSS */ | |
| /* -------------------------------------------------------- */ | |
| /* GLOBAL | |
| ----------------------------------------------------------- */ | |
| #IDX-main {width: 100% !important;} | |