Skip to content

Instantly share code, notes, and snippets.

##### 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:
div {
position:relative;
}
img {
bottom:0;
margin:auto;
position:absolute;
top:0;
}
.image {
****** 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.
\.orig\..*$
\.orig$
\.chg\..*$
\.rej$
\.conflict\~$
^wp-login\.php$
^wp-cron\.php$
^license\.txt$
^wp-load\.php$
^wp-comments-post\.php$
<?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