我正在尝试在wordpress中创建一个滚动按钮。我可以获得一个搜索功能小部件来滚动,但不是一个按钮小部件。以下代码似乎是问题所在:
<aside class="sidebar sidebar-primary widget-area" role="complementary" aria-label="Primary Sidebar" itemscope itemtype="http://schema.org/WPSideBar">
<!-- fixed widget --><a href="www.weather.com" class="medium otw-red square otw-button">Leave This Site Now!</a>
<!-- fixed widget --><section id="search-2" class="widget widget_search">
<div class="widget-wrap"><form class="search-form" itemprop="potentialAction" itemscope itemtype="http://schema.org/SearchAction" method="get" action="http://www.example.org/" role="search">
<meta itemprop="target" content="http://www.example.org/?s={s}"/><input itemprop="query-input" type="search" name="s" placeholder="Search this website …" />
<input type="submit" value="Search" /></form></div></section>
使用的插件: 按钮插件:https://wordpress.org/plugins/buttons-shortcode-and-widget/
Q2W3按钮插件(我只能发布一个链接,因为我是新用户)
我对此比较陌生,但似乎问题是短代码小部件没有小部件ID。我如何为短代码小部件创建一个id,我将在哪里放置代码?