【发布时间】:2021-02-02 13:00:36
【问题描述】:
我几乎完成了将 HTML 网站转换为 WordPress 的工作,但我无法工作。我只是在创建一个新主题来切换网站。 Here is the link to see what it should look like,在 about 部分的正下方,有三个图标未显示。这是我网站的链接,zekemaurer.com。
这里是代码。
<div class="col-md-4">
<div class="single-service txt2_is_show">
<div class="icon"><span class="flaticon-web-design"></span></div>
<div class="srvc-content">
<h4>Realtor</h4>
<p>I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe that would be the best</p>
</div>
</div>
</div>
<div class="col-md-4">
<div class="single-service txt2_is_show">
<div class="icon"><span class="flaticon-settings"></span></div>
<div class="srvc-content">
<h4>Investor</h4>
<p>I ought to just try that with my boss; I'd get kicked out on the spot. But who knows, maybe that would be the best</p>
</div>
</div>
</div>
如何让图标显示在我的 wordpress 网站上?
【问题讨论】:
-
你是说平面图标吗?
-
是的,我的意思是放屁
-
这能回答你的问题吗:stackoverflow.com/a/46660289/13088403
-
我买了一个 HTML 网站,一切正常,但我将其切换到 wordpress。它没有出现在我的 wordpress 网站上。