admin管理员组文章数量:1332704
I'm new to wordpress and i want to add a producthunt badge to the menu of my wordpress site. I tried editing the page, tried in appearance->menu but could not find a place to include the block of html provided by producthunt.
my header.php
<!DOCTYPE html>
<html <?php language_attributes(); ?>>
<head>
<!-- Meta UTF8 charset -->
<meta charset="<?php bloginfo('charset'); ?>">
<meta name="viewport" content="initial-scale=1.0" />
<meta name="viewport" content="width=device-width, height=device-height, initial-scale=1, maximum-scale=1, minimum-scale=1, minimal-ui" />
<meta name="theme-color" content="#056EB9" />
<meta name="msapplication-navbutton-color" content="#056EB9" />
<meta name="apple-mobile-web-app-status-bar-style" content="#056EB9" />
<?php wp_head(); ?>
</head>
<!-- BODY START -->
<body <?php body_class(); ?>>
<?php techland_preloader(); ?>
<div id="app">
<?php
// use this action to add any content before header container element
do_action('techland_before_header');
// include logo, menu and more contents
techland_header();
// include logo, menu and widgets contents
do_action('techland_sidemenu_action');
// theme back to top button
techland_backtop();
?>
<main>
本文标签: customizationAdd producthunt badge to wordpress menu
版权声明:本文标题:customization - Add producthunt badge to wordpress menu 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742261891a2442667.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论