我已经在我的Wordpress主题上设置了Bootstrap 3,并且我已经在移动设备上正确运行了子菜单(灰色箭头表示它是一个点击打开的下拉菜单).
在桌面上我希望下拉列表在没有箭头图像的情况下悬停工作.有没有办法在不影响移动布局的情况下做到这一点?看到这个.
我使用以下说明使用bootstrap 3创建了一个Wordpress主题:
内容未显示在任何页面上.我不确定容器div是否有问题:
http://www.dawaf.co.uk/creative-mapping/
当我查看页面源时,测试文本不会显示.
的index.php
<?php
/**
* The main template file.
*
* This is the most generic template file in a WordPress theme and one of the
* two required files for a theme (the other being style.css).
* It is used to display a page when nothing more specific matches a query.
* For example, it puts together the home page when no home.php file exists.
*
* Learn more: http://codex.wordpress.org/Template_Hierarchy
*
* @package WordPress …Run Code Online (Sandbox Code Playgroud)