The Simple PHP Blog Script is a lightweight blogging platform built using PHP. It is designed to be easy to use and configure, providing basic blogging functionalities without the need for a database. It uses jQuery and Bootstrap for enhanced functionality and responsive design. This script is optimized for SEO to help improve the visibility of your blog posts.
- Filter by Category
- Filter by Tag
- Filter by Search
- Pagination
- Responsive Design
- Easy Configuration
- SEO Optimized
- No Database Required
- jQuery: For dynamic content handling and interactions.
- Bootstrap: For responsive and modern UI components.
- PHP: Server-side scripting language used to handle blog content.
- SEO Optimization: Features designed to improve search engine rankings and visibility.
-
Clone or download the repository:
git clone https://github.com/PluNetwork/simple-php-blog-script.git
-
Upload the script to your server or local environment.
-
Configure the settings
Open
config.phpand adjust the following constants:define('SITE_NAME', 'Your Site Name'); define('BASE_TITLE', 'Your Base Title'); define('SITE_DESCRIPTION', 'Your Site Description'); define('SITE_URL', 'https://yourwebsite.com');
-
Create your blog posts
-
Add your blog posts in the
postsdirectory. -
To ensure SEO optimization, format your META tags in the HTML files as follows:
<!--META title: Your Post Title description: A brief description of the post keywords: comma, separated, keywords image: path-to-image.jpg category: Your Category tags: comma, separated, tags date: YYYY-MM-DD author: Your Name --> <!-- Your blog content here -->
-
-
Access your blog
Open your browser and navigate to the URL where you uploaded the script to start using your blog.
This script is designed to work with Apache servers. It may not function correctly with other web servers like Nginx without additional configuration.
Feel free to open issues or submit pull requests to improve the script. Contributions are welcome!
This project is licensed under the MIT License. See the LICENSE file for details.



