Use the general tab to change how the taglines are displayed
';
}
function aerin_error_options() {
if (isset($_POST['submit'])) {
$aerinerr['error'] = $_POST['error'];
$aerinerr['errortitle'] = $_POST['errortitle'];
update_option('aerinerr',$aerinerr);
aerin_admin_notice("Error message updated.");
}
if (isset($_POST['reset'])) {
delete_option('aerinerr');
aerin_admin_notice("Theme error message has been reset to the default values.");
}
$aerinerr = aerinerr_stored();
$error = $aerinerr['error'];
echo '
Page not found error message
Error Page title:
';
}
function aerin_help(){
$content ='
Help on using the Aerin Responsive Theme
This theme isn\'t really designed to be used straight out the box. The styling is a bit clunky and the colours are just there to act as markers so you know where each bit is.
To get the theme (and your site) working properly here are a few guidelines:
Site Settings
Change the permalinks to something useful (default is the page ID).
Put all your media in one folder (so much easier to find things).
Change your homepage settings (the default is your latest posts).
Sort out what widgets you want in your sidebar and footer.
Theme Settings
General
Select if and where you want the taglines to display
Check the box if you want to display a search box in the header to the right of the main menu. If you choose this option the search box will display below the navigation on smaller screens.
If you want analytics choose the location and enter the analytics code.
There is an option to remove a lot of the header and navigation code. This will make the theme much lighter but may mess up your styling. Use with caution.
To assist with styling there is an option to display some basic markers to show where the main elements are located.
Logo
Use this to upload your logo. If you select the \'responsive\' option your logo will resize to fit the device.
You can upload more than one logo and swap between them.
The max-width of the site is 1060 pixels, a narrower logo won\'t fill the page.
Taglines
This is where you change the content of your taglines. You can insert text, headers, lists and images.
The options to display the taglines is set in the general tab
Error Page
Like it says on the tin, this is where you can create a custom error page. You can insert text, headers, lists and images.