Tag

WordPress

0 views collected around this technical thread.

php中文网 Courses
php中文网 Courses
Jun 11, 2025 · Backend Development

PHP vs WordPress: Which Should Power Your Next Web Project?

An in‑depth comparison of PHP and WordPress examines their strengths, weaknesses, ideal use cases, performance and security considerations, and shows how developers can choose or combine them based on project requirements, team expertise, and long‑term maintenance goals.

BackendCMSPHP
0 likes · 8 min read
PHP vs WordPress: Which Should Power Your Next Web Project?
Cloud Native Technology Community
Cloud Native Technology Community
Apr 17, 2025 · Cloud Native

Deploying WordPress with Kubernetes Resource Orchestrator (Kro) on Minikube

This guide explains how to use the Kubernetes Resource Orchestrator (Kro) to define a reusable Resource Graph Definition for WordPress, install Minikube and Kro, and deploy multiple WordPress instances on a local Kubernetes cluster.

Cloud NativeDevOpsKro
0 likes · 8 min read
Deploying WordPress with Kubernetes Resource Orchestrator (Kro) on Minikube
php中文网 Courses
php中文网 Courses
Sep 30, 2024 · Backend Development

Automatically Generating TypeScript Types from PHP Classes for WordPress Backend

This article explains a method to automatically generate TypeScript type definitions from PHP classes in a WordPress backend, creating a reliable contract between front‑end and back‑end that keeps data structures synchronized and reduces manual maintenance effort.

PHPTypeScriptWordPress
0 likes · 6 min read
Automatically Generating TypeScript Types from PHP Classes for WordPress Backend
php中文网 Courses
php中文网 Courses
Aug 5, 2024 · Backend Development

Best Practices for Safely Modifying WordPress Site Code

This guide explains safe and efficient WordPress code modification techniques—including using child themes, avoiding direct core edits, creating plugins, and applying style changes—while emphasizing backup strategies, version control, and recovery methods to protect site stability and data.

WordPressbest practiceschild theme
0 likes · 10 min read
Best Practices for Safely Modifying WordPress Site Code
php中文网 Courses
php中文网 Courses
Aug 2, 2024 · Backend Development

Optimizing WordPress Database Performance with Advanced PHP Techniques

This comprehensive guide explains how to boost WordPress site speed and SEO by applying PHP‑based strategies such as query optimization, regular database maintenance, custom tables, option‑table tuning, indexing, and caching, complete with practical code examples.

CachingDatabase OptimizationPHP
0 likes · 9 min read
Optimizing WordPress Database Performance with Advanced PHP Techniques
php中文网 Courses
php中文网 Courses
Jul 31, 2024 · Backend Development

How to Build a Custom PHP 404 Error Page for WordPress

This guide explains how to design, code, and configure a custom PHP‑based 404 error page for WordPress, covering user‑friendly messaging, navigation links, search integration, dynamic content suggestions, and ongoing monitoring to improve user experience and SEO performance.

404-pagePHPWeb Development
0 likes · 6 min read
How to Build a Custom PHP 404 Error Page for WordPress
php中文网 Courses
php中文网 Courses
Jul 30, 2024 · Backend Development

How to Build a Keyword Tracking System in the WordPress Dashboard

This guide explains how to create a PHP‑based keyword tracking system for WordPress, covering why to track keywords, setting up a custom dashboard widget, storing data in a custom table, fetching rankings via API, and displaying real‑time results on the dashboard.

DashboardKeyword TrackingPHP
0 likes · 6 min read
How to Build a Keyword Tracking System in the WordPress Dashboard
php中文网 Courses
php中文网 Courses
Jun 28, 2024 · Backend Development

How to Create Custom WordPress Shortcodes in Three Simple Steps

This guide walks you through creating a custom WordPress shortcode by installing the Code Snippets plugin, writing a PHP function to display the current date, registering the shortcode, and inserting it into a page, providing clear step‑by‑step instructions and example code.

CustomizationPHPPlugin
0 likes · 7 min read
How to Create Custom WordPress Shortcodes in Three Simple Steps
macrozheng
macrozheng
Sep 23, 2023 · Frontend Development

Top Free Website Builders to Launch Your Site in Minutes

This guide introduces a curated list of ready-to-use website generators—including Mall, WordPress, Docsify, Dumi, Img Cook, Ant Design Landing, Tencent Rabbit Nest, Baidu Analytics, One Nav, Discuz, and popular admin templates—showcasing their key features, deployment methods, and how they enable rapid site creation without deep coding.

BackendStatic Site GeneratorWordPress
0 likes · 10 min read
Top Free Website Builders to Launch Your Site in Minutes
Java Architect Essentials
Java Architect Essentials
May 26, 2023 · Information Security

Step‑by‑Step WordPress Site Penetration Testing Tutorial

This tutorial walks beginners through the entire process of compromising a WordPress website, from initial information gathering and DNS enumeration to vulnerability scanning, exploitation with tools like sqlmap and nmap, privilege escalation, and establishing persistent backdoors.

Information SecurityNmapPrivilege escalation
0 likes · 10 min read
Step‑by‑Step WordPress Site Penetration Testing Tutorial
Laravel Tech Community
Laravel Tech Community
Nov 3, 2022 · Information Security

Cross-Site Request Forgery Vulnerability in WordPress Zephyr Project Manager Plugin (CVE-2022-2839)

The Zephyr Project Manager plugin for WordPress versions prior to 3.2.55 suffers from an unauthenticated CSRF flaw that allows attackers to impersonate administrators and execute malicious actions, including stored XSS, due to missing authorization checks and insufficient input sanitization.

CSRFCVE-2022-2839Information Security
0 likes · 2 min read
Cross-Site Request Forgery Vulnerability in WordPress Zephyr Project Manager Plugin (CVE-2022-2839)
IT Services Circle
IT Services Circle
Feb 5, 2022 · Backend Development

Why PHP Is Still Popular and Not Dead: A Counter‑Argument to Its Critics

The article argues that despite widespread criticism, PHP remains highly popular and indispensable for web development, citing its long‑standing ecosystem, ease of use, massive market share, and the practical advantages it offers over languages like Python in real‑world projects.

BackendPHPPython
0 likes · 12 min read
Why PHP Is Still Popular and Not Dead: A Counter‑Argument to Its Critics
Sohu Tech Products
Sohu Tech Products
Nov 17, 2021 · Frontend Development

The Enduring Role of jQuery in Modern Web Development

Despite the rise of newer frameworks like React and Next.js, jQuery remains a dominant JavaScript library with a 78% market share, deeply embedded in platforms such as WordPress, and continues to evolve through updates to its core and UI components while facing performance debates.

JavaScriptLegacy LibrariesWeb Development
0 likes · 7 min read
The Enduring Role of jQuery in Modern Web Development
IT Architects Alliance
IT Architects Alliance
Oct 24, 2021 · Cloud Native

Comprehensive Docker Tutorial: Installation, Image Management, Container Operations, and WordPress Deployment

This tutorial explains Docker's concepts, compares virtual machines with Linux containers, walks through installing Docker, managing images and containers with practical commands, creating Dockerfiles, publishing images, and demonstrates three methods for deploying WordPress—including custom containers, official images, and Docker Compose—providing a complete hands‑on guide for developers.

Cloud NativeContainersDocker
0 likes · 27 min read
Comprehensive Docker Tutorial: Installation, Image Management, Container Operations, and WordPress Deployment
DevOps Cloud Academy
DevOps Cloud Academy
Dec 3, 2020 · Cloud Native

Deploying a Highly Available WordPress Application on Kubernetes with Rolling Updates, HPA, and Ingress

This guide walks through deploying WordPress on Kubernetes with persistent storage, multi‑replica deployments, high‑availability configurations, health checks, pod anti‑affinity, PodDisruptionBudgets, QoS settings, rolling updates, automatic scaling via HPA, secure Secrets, and HTTPS exposure through Ingress, providing complete YAML manifests and command‑line steps.

High AvailabilityHorizontal Pod AutoscalingIngress
0 likes · 32 min read
Deploying a Highly Available WordPress Application on Kubernetes with Rolling Updates, HPA, and Ingress
Laravel Tech Community
Laravel Tech Community
Aug 13, 2020 · Backend Development

WordPress New Release Features and Developer Updates

The article outlines the latest WordPress release, highlighting performance improvements such as image lazy loading, new XML sitemap support, enhanced block editor capabilities, accessibility upgrades, and a series of developer‑focused updates including REST API block registration, environment definitions, updated libraries, and new functions for theme and plugin development.

CMSPHPREST API
0 likes · 3 min read
WordPress New Release Features and Developer Updates
Xueersi Online School Tech Team
Xueersi Online School Tech Team
Apr 17, 2020 · Backend Development

Using Swoole Coroutine FastCGI Client to Call PHP‑FPM and Proxy WordPress

This article introduces the FastCGI protocol, explains Swoole's task processes, demonstrates how to use the coroutine FastCGI client to invoke PHP‑FPM scripts and concurrently handle blocking calls, and shows a one‑click WordPress proxy implementation with performance benchmarks.

BackendCoroutineFastCGI
0 likes · 10 min read
Using Swoole Coroutine FastCGI Client to Call PHP‑FPM and Proxy WordPress
Architect's Tech Stack
Architect's Tech Stack
Jan 19, 2018 · Operations

Docker Compose Tutorial: Installing, Configuring, and Running a WordPress Application

This guide explains how to install Docker Compose on Ubuntu, create a docker‑compose.yml file to define WordPress and MySQL services, configure volumes, environment variables, and networking, and then start, verify, and manage the containers, providing a complete end‑to‑end example of Docker Compose usage.

ContainersDevOpsDocker
0 likes · 9 min read
Docker Compose Tutorial: Installing, Configuring, and Running a WordPress Application