current location:Home > Technical Articles > CMS Tutorial > WordPress
- Direction:
- All web3.0 Backend Development Web Front-end Database Operation and Maintenance Development Tools PHP Framework Common Problem Other Tech CMS Tutorial Java System Tutorial Computer Tutorials Hardware Tutorial Mobile Tutorial Software Tutorial Mobile Game Tutorial
- Classify:
-
- How to Develop a PHP File Include Plugin for WordPress
- WordPress can save developers weeks of effort. It’s difficult to justify writing your own CMS when it offers so many features. That said, there are times when you want to inject your own PHP code; perhaps a custom form or a report generated by anothe
- WordPress 421 2025-02-21 11:26:12
-
- How to Create Nested Shortcodes in WordPress
- When an editor adds a WordPress [shortcode] to a post or page, it’s replaced by the returned output of a handler function within a plug-in or the theme’s functions.php file. Let’s create a simple example: // create a styled button function Contact
- WordPress 977 2025-02-21 11:08:14
-
- How to Split WordPress Content Into Two or More Columns
- This article demonstrates how to divide WordPress content into multiple sections using the built-in tag, offering a user-friendly alternative to HTML or shortcodes. The method avoids requiring coding knowledge from content authors. WordPress typic
- WordPress 1124 2025-02-21 11:07:13
-
- WordPress Plugin Development
- If you’ve ever used WordPress to build a site quickly, chances are you’ve used one of the many plugins that are offered to extend the functionality of this popular blogging software. Plugins are one of the many things that make WordPress so attractiv
- WordPress 656 2025-02-21 10:48:10
-
- Redirecting Old URLs in WordPress
- We recently devised a system to redirect old URLs in PHP so that you could avoid “page not found” errors (I suggest you read it before venturing further). In this article, we’ll create a similar system for WordPress, the popular PHP CMS. How is Word
- WordPress 585 2025-02-21 10:23:12
-
- How to Create Your Own WordPress Shortcodes
- WordPress doesn’t normally allow you to add PHP code to pages or posts. That’s for the best; you don’t want clients to discover the power of the unlink function! However, you can create custom functions which are executed when a shortcode is encount
- WordPress 1039 2025-02-21 10:16:11
-
- Define Your Own WordPress Widgets
- This article explores how to create and utilize widgets in WordPress, covering both static and dynamic approaches. We'll learn to build widgets without coding and explore creating data-driven widgets using plugins. Key Concepts: Mastering static wi
- WordPress 501 2025-02-21 09:52:12
-
- How to Tidy Your WordPress Menu HTML
- I love WordPress. I also love clean semantic HTML. Unfortunately, several of the standard WordPress theme functions return code that is a little untidy. For me, the primary culprits are wp_list_pages() and the newer wp_nav_menu(); both return an uno
- WordPress 739 2025-02-21 09:44:12
-
- Create a Voting Plugin for WordPress
- This tutorial demonstrates building a WordPress plugin, "Vote Me," to add voting functionality to posts and display top-voted content. Key Features: Custom Voting Plugin: A voteme.php plugin file handles core functionality, including AJAX
- WordPress 702 2025-02-21 09:34:11
-
- Guide to Wordpress's Custom Write Panels
- WordPress 3.0 ushered in significant updates, including the integration of WordPress MU (enabling multi-site management) and the introduction of custom post types. A particularly useful feature enhanced by custom post types is the Custom Write Panel
- WordPress 1092 2025-02-21 08:55:09
-
- WordPress v Joomla: Introduction and Content Structures
- WordPress vs. Joomla: A Detailed Comparison of Two Popular CMS Platforms WordPress and Joomla are leading content management systems (CMS), each catering to different needs and preferences. This comparison highlights key differences to help you choo
- WordPress 902 2025-02-21 08:26:12
-
- Creating a World Cup 2014 WordPress Widget
- This tutorial details building a WordPress widget displaying World Cup match fixtures using a World Cup API. The widget, named "FIFA World Cup," shows today's and tomorrow's matches. Key Features: Uses a World Cup API (specified in the or
- WordPress 1099 2025-02-20 13:09:09
-
- Responsive, Real-Time Graphs in WordPress: Plugins and Plotting
- Key Takeaways The Flot library is an effective tool for creating responsive, real-time graphs within a WordPress site. It is easy to implement and works on all devices. A pushups tracker form and database table can be used to populate data in th
- WordPress 905 2025-02-20 13:05:13
-
- Responsive, Real-Time Graphs in WordPress: Dealing with Data
- This guide helps troubleshoot WordPress graph integration issues, focusing on PHP, MySQL, and styling. It assumes familiarity with WordPress plugin editing. PHP/MySQL Primer: Understanding Variables For PHP/MySQL beginners, understanding variables i
- WordPress 886 2025-02-20 12:39:09
-
- Planning a Perfect WordPress Forms Plugin
- These days, WordPress powered sites ranges from simple static websites to complex dynamic web applications. WordPress offers great built-in features for providing content for users, allowing the site owners to publish dynamic content from the back en
- WordPress 639 2025-02-20 12:21:10