如何将帖子类型的首页作为Wordpress的首页提交?在设置中,Wordpress只允许页面作为首页。
Example:
Post type: Book
Post type slug: books
Post type index: archieve-books.php
我需要mydomain.com /book被称为mydomain.com的首页,谢谢。
我已经创建了一个MPGW策略,在转到后台之前添加一个首页进行身份验证:
请求规则:
Rule1 : Matchrule: /favicon.ico
Rule2: Matchrule: /loginpage.html Transform: xsl stylesheet to dispaly a html loginpage and add the login & password at the query params in the URL
Rule3: Matchrule: /wps/portal/Home Transform: xsl stylesheet to extract
我想将jspf包含到索引jsp页面中,这些语句
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
出现在索引页中!!
下面是索引页面中的include行
<jsp:include page="WEB-INF/jspf/Header.jspf" />
注:我只在首页制作head和body,能不能请正文告诉我为什么首行出现在首页?