Nocturnes

[insert_php]
require_once(ABSPATH . ‘wp-config.php’);
$conn = mysqli_connect(DB_HOST, DB_USER, DB_PASSWORD);
mysqli_select_db($conn, DB_NAME);
if ($conn->connect_errno) {
printf(“Connect failed: %s\n”, $conn->connect_error); exit();
}
else
{
$sql = “SELECT * FROM wp_wp_eStore_cat_tbl where cat_id=4”;
$result = $conn->query($sql);
}
if ($result->num_rows > 0)
{
while($row = $result->fetch_assoc())
{ echo “

Nocturnes

” . $row[“cat_desc”] . “

“; }
$conn->close();
}
[/insert_php]
[wp_eStore_category_products_fancy id=4 style=2 type=4]