Home > php教程 > PHP开发 > WBlog博客前台独立栏目页的实现方法

WBlog博客前台独立栏目页的实现方法

WBOY
Release: 2016-06-07 17:23:24
Original
1251 people have browsed it

WBlog博客的功能扩展很简单,我们将通过建立一个独立栏目页面来了解一下建立独立页面的方法。

目前现状:当初在设计WBlog博客的前台时,为了简洁,使用分支判断语句把栏目页并入到首页了,所以当点击栏目进入页面时,页面标题显示的还是网站的标题。


要实现的目标:点击每个WBlog博客分类进入的栏目页面都以栏目标题作为页面标题来显示。显然这样布局更加合理且更利于SEO,再看看wordpress也是这样来布局的。


目标实现步骤:

一、建立栏目控制器CatAction.class.php

首先下载WBlog3.1.2

Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template