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 | |
/** | |
* The base configurations of the WordPress. | |
* | |
* This file has the following configurations: MySQL settings, Table Prefix, | |
* Secret Keys, WordPress Language, and ABSPATH. You can find more information | |
* by visiting {@link http://codex.wordpress.org/Editing_wp-config.php Editing | |
* wp-config.php} Codex page. You can get the MySQL settings from your web host. | |
* | |
* This file is used by the wp-config.php creation script during the |
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
\.orig\..*$ | |
\.orig$ | |
\.chg\..*$ | |
\.rej$ | |
\.conflict\~$ | |
^wp-login\.php$ | |
^wp-cron\.php$ | |
^license\.txt$ | |
^wp-load\.php$ | |
^wp-comments-post\.php$ |
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
****** NOTE ****** | |
$test_array should be deleted and will throw cautions on the theme options page of wordpress | |
<?php | |
/** | |
* A unique identifier is defined to store the options in the database and reference them from the theme. | |
* By default it uses the theme name, in lowercase and without spaces, but this can be changed if needed. | |
* If the identifier changes, it'll appear as if the options have been reset. |
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
div { | |
position:relative; | |
} | |
img { | |
bottom:0; | |
margin:auto; | |
position:absolute; | |
top:0; | |
} | |
.image { |
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
##### Setting Up Foundation ##### | |
--------------------------------- | |
1)Download foundation at: | |
http://320press.com/wp-foundation/v2-0-foundation-wordpress-theme/ | |
(check downloads for already downloaded version). | |
2)Drop wp-foundation folder into themes file of project | |
3)create style.css in child theme and add the following code: |