| 开发者 | sharkthemes |
|---|---|
| 更新时间 | 2025年6月30日 01:08 |
| 捐献地址: | 去捐款 |
| PHP版本: | 5.0 及以上 |
| WordPress版本: | 6.8.1 |
| 版权: | GPLv3 |
| 版权网址: | 版权信息 |
First check if you have enabled the topbar call to action section.
If still the topbar is not showing up in frontend then it means your website/theme does not have the code written after body tag open<body>. ie. <?php do_action( 'wp_body_open' ); ?>
To add the given code in your website, go to Dashboard -> Appearance -> Theme Editor and open the file where your body open tag is ( mostly in header.php ), and paste the code after the body open tag.