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