<?php
// Microsoft SQL Server using the SQL Native Client 10.0 ODBC Driver - allows connection to SQL 7, 2000, 2005 and 2008
$connection = odbc_connect("Driver={SQL Server Native Client 10.0};Server=$server;Database=$database;", $user, $password);
// Microsoft Access
$connection = odbc_connect("Driver={Microsoft Access Driver (*.mdb)};Dbq=$mdbFilename", $user, $password);
// Microsoft Excel
$excelFile = realpath('C:/ExcelData.xls');
$excelDir = dirname($excelFile);
$connection = odbc_connect("Driver={Microsoft Excel Driver (*.xls)};DriverId=790;Dbq=$excelFile;DefaultDir=$excelDir" , '', '');
?>
body {
height: 100%;
font: 13px/16px Arial, Tahoma, sans-serif;
color: #333;
background: url(/assets/images/bg.jpg) repeat;
}
body {
height: 100%;
font: 13px/16px Arial, Tahoma, sans-serif;
color: #333;
background: url(assets/images/bg.jpg) repeat;
}
wp_enqueue_style( 'site-css', get_template_directory_uri() . '/dist/styles/style.css', array(), filemtime(get_template_directory() . '/dist/styles'), 'all' );
2. Ставим плагин AnsPress
3. Докупаем платную тему
4. Профит
Все остальное шляпа, потому что вам учиться лет пять, после чего вы сможете реализовать процентов 5% задуманного.