Skip to content

Instantly share code, notes, and snippets.

View DonkovtsevArthur's full-sized avatar
🏠
Working from home

Donkovtsev Arthur DonkovtsevArthur

🏠
Working from home
View GitHub Profile
<div id="app" />
#loader {
background: none repeat scroll 0 0 #ffffff;
bottom: 0;
height: 100%;
left: 0;
position: fixed;
right: 0;
top: 0;
width: 100%;
z-index: 9999;
<div id="menu" class="default">
<ul>
<li><a href="#">Главная</a></li>
<li><a href="#">Joolma</a></li>
<li><a href="#">WordPress</a></li>
<li><a href="#">HTML5&amp;CSS3</a></li>
<li><a href="#">PHP</a></li>
</ul>
</div>
//css
<?php
$idObj = get_category_by_slug('s_about');
$id = $idObj->term_id;
echo get_cat_name($id);
?>
Package Control: Remove Package