<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:image" content="{IMAGE URL}" />
add_action('after_setup_theme', 'my_theme_setup');
function my_theme_setup(){
load_theme_textdomain('my-theme', get_template_directory() . '/languages');
}
msgfmt ./plugin_name-ru_RU.po -o ./plugin_name-ru_RU.mo
# emerge -pv gettext
[ebuild R ] sys-devel/gettext-0.19.4::gentoo USE="acl cxx ncurses nls openmp -cvs -doc -emacs -git -java -static-libs" ABI_X86="(64) -32 (-x32)" 17 302 KiB
ul {
background: red;
height: 80px;
}
ul > li {
display: inline-block;
font-size: 16px;
background: yellow;
line-height: 80px;
}
что нужно дописать в код, чтобы он смог отображать картинки из html документа
@font-face {
font-family: 'icomoon';
src:url('../fonts/icomoon.eot?-cemaup');
src:url('../fonts/icomoon.eot?#iefix-cemaup') format('embedded-opentype'),
url('../fonts/icomoon.woff?-cemaup') format('woff'),
url('../fonts/icomoon.ttf?-cemaup') format('truetype'),
url('../fonts/icomoon.svg?-cemaup#icomoon') format('svg');
font-weight: normal;
font-style: normal;
}