简体   繁体   English

如何添加此代码,以便在网站上的数据库中显示内容

[英]How do i add this code so things appear in databse on website

just need to know where to put this code so that the jobs we put into our database called workable...show up on our website. 只需要知道在哪里放置这些代码,以便我们放入数据库中的工作称为可行...显示在我们的网站上。

<script src='https://www.workable.com/assets/embed.js' 
    type='text/javascript'></script>
<script type='text/javascript' charset='utf-8'>
    whr(document).ready(function(){
    whr_embed(226744, {detail: 'titles', base: 'jobs', zoom: 'country', 
      grouping: 'none'});
     });
 </script> 
 <div id="whr_embed_hook"></div>

I found the code I'm supposed to add: .whr-date {display: none;} 我找到了我应该添加的代码:.whr-date {display:none;}

You can include this code directly in the html of your website's careers page. 您可以将此代码直接包含在您网站的职业页面的html中。 For a WordPress site you will need to use a plugin, like this or this one. 对于WordPress网站,您需要使用插件, 如此插件。

暂无
暂无

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 如何将HTML代码添加到我的网站,以便当人们单击它时,它与我打开WhatsApp对话? - How do I add an HTML code to my website so that when people click it, it opens a WhatsApp conversation with me? 如何通过编辑 blogspot html 代码制作一个完全空白的网站,以便我可以从头开始自定义整个网站? - How do I made a totally blank website by editing blogspot html code so that I can customize the whole website by scratch? 如何创建一个滚动框,然后用javascript添加东西? - how do i create a scroll box and then add things to it with javascript? 如何根据事物的等级和按钮将事物添加到数据库? - How do I add things to a database based on their rank and a button? 我应该如何处理这个nodejs代码来做正确的事情? - how should I handle this nodejs code to do the rigth things? 如何添加标签/标签以显示在多个对象的顶部,以便用户单击对象时标签始终面对相机? - How do I add a tag/label to appear on top of several objects so that the tag always faces the camera when the user clicks the object? 如何为此JavaScript / HTML代码添加一个按钮,以便我的代码仅在按下按钮后才会运行? - How do i add a button to this JavaScript/HTML code, so that my code only runs once the button is pressed? 我有以下关于当前日期和时间的代码,那么如何在当前时间添加日期? - I have the following code about the current date and time so, how do I add day in current time? 如何调整代码,以便在网站加载时出现图像并且猜测是在猜测我希望它猜测的内容? - How do I adjust the code so that the image appears when the website loads and the guess is guessing what I want it to guess? 如何在我的网站上添加缩略图,以便当某人在Twitter或Facebook上共享链接时会显示图像和链接? - How do I add a thumbnail to my website so that when someone shares a link on Twitter or Facebook it shows the image and the link?
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM