Wblog博客程序管理系统
不是每个人都会点到这里看的,说明你想了解WBlog更多……
在我们了解WBlog是什么之前,先了解一下WBlog的背景。
Wblog背景
本人是从事Web开发的,平时用得比较多的是内容管理系统,但由于内容管理系统的局限性,不能随心所欲实现自己想要的功能,或者它自身很臃肿,所带的功能很多不是我们想要的。于是便产生了开发一个属于自己的内容管理系统的念头,经过对比国内外比较著名的PHP框架,如国外的Yii,cakephp,codeigniter,zendframework,国内的ThinkPHP.考虑到自己的英语不是很好。最终选用Thinkphp作为开发的核心框架。源于它的“大道至简,开发由我”,我用它能更好的为客户实现想要的功能,由于是自己开发出来的管理系统,自己最了解,而且还不汲及到版权问题,所以开发或扩展别的功能比用别人的内容管理系统更称心如意。开发过程进行得比较顺利,就给这个内容管理系统命名为w3cms吧。到现在为止w3cms的功能模块主要有文章模块、博客模块、图片模块、下载模块、留言模块、评论模块、无限分类模块、标签模块、友情链接模块、公告模块、广告模块、用户模块、权限认证模块、数据库备份还原模块。由于工作需求,我曾用w3cms给过一家酒店开发国际版的酒店网站,可以实现英文和简体中文的切换。至此,w3cms可以根据市场需求开发两种或多种语言切换。w3cms没有作过多的封装与修饰以便开发之用。
Wblog是什么?
有一天突然我想自己要有个独立的博客,自然而然地想起wordpress,z-blog,但我调试了一下,觉得wordpress有点臃肿,运行速度比较缓慢,于是排除了wordpress.而z-blog是由asp脚本语言的开发的,而我对asp不甚了解,于是z-blog也放弃了。即然没有合意的,那就自己动手开发吧。于是在w3cms的基础上,保留了文章模块、博客模块、标签模块、评论模块、留言模块、单页模块和友情链接模块,既然是博客,就把它命名Wblog。
WBlog是一个基于ThinkPHP框架开发的轻量级的简洁实用的PHP博客系统,倡导“大道至简,开发由我”的理念,用最少的代码完成更多的功能。以供学习和开发之用。Wblog经过升级(我在《WBlog3.0版本升级到WBlog3.1版本》中提到过),现在是WBlog3.1版本。
经升级后目前Wblog主要功能:
主博客发布管理文章
微博客发布管理微言
无限级分类管理
单页发布管理章
标签分类及管理
用户评论、留言、互动
图片批量上传与下载
数据库备份与还原
友情链接
权限授权及管理
来源:WBlog

Hot AI Tools

Undresser.AI Undress
AI-powered app for creating realistic nude photos

AI Clothes Remover
Online AI tool for removing clothes from photos.

Undress AI Tool
Undress images for free

Clothoff.io
AI clothes remover

AI Hentai Generator
Generate AI Hentai for free.

Hot Article

Hot Tools

Notepad++7.3.1
Easy-to-use and free code editor

SublimeText3 Chinese version
Chinese version, very easy to use

Zend Studio 13.0.1
Powerful PHP integrated development environment

Dreamweaver CS6
Visual web development tools

SublimeText3 Mac version
God-level code editing software (SublimeText3)

Hot Topics



PHP and Flutter are popular technologies for mobile development. Flutter excels in cross-platform capabilities, performance and user interface, and is suitable for applications that require high performance, cross-platform and customized UI. PHP is suitable for server-side applications with lower performance and not cross-platform.

WordPress posts are stored in the /wp-content/uploads folder. This folder uses subfolders to categorize different types of uploads, including articles organized by year, month, and article ID. Article files are stored in plain text format (.txt), and the filename usually includes its ID and title.

WordPress template files are located in the /wp-content/themes/[theme name]/ directory. They are used to determine the appearance and functionality of the website, including header (header.php), footer (footer.php), main template (index.php), single article (single.php), page (page.php), Archive (archive.php), category (category.php), tag (tag.php), search (search.php) and 404 error page (404.php). By editing and modifying these files, you can customize the appearance of your WordPress website

The most stable WordPress version is the latest version because it contains the latest security patches, performance enhancements, and introduces new features and improvements. In order to update to the latest version, log into your WordPress dashboard, go to the Updates page and click Update Now.

WordPress requires registration. According to my country's "Internet Security Management Measures", websites that provide Internet information services within the country must register with the local provincial Internet Information Office, including WordPress. The registration process includes steps such as selecting a service provider, preparing information, submitting an application, reviewing and publishing, and obtaining a registration number. The benefits of filing include legal compliance, improving credibility, meeting access requirements, ensuring normal access, etc. The filing information must be true and valid, and must be updated regularly after filing.

WordPress uses MySQL as its article database, its main functions include: storing articles, comments, users and website configuration data. The data tables include: wp_posts (articles), wp_postmeta (metadata), wp_comments (comments), wp_commentmeta (comment metadata), wp_users (users). The database can be accessed and managed via phpMyAdmin or the command line, and it is crucial to back up the database regularly to prevent data loss.

To delete a WordPress theme template, first log into your dashboard, then go to Appearance > Theme Editor, select the theme you want to delete, click Delete and confirm, and optionally activate the new theme.

You can add a secondary menu to your WordPress website by creating a main menu, adding top-level menu items, building a secondary menu, adding links and tags to it, setting the menu location, and viewing the secondary menu.
