tag Functions

標籤
貢獻8
16
08:27 PM · Nov 23 ,2025

@Functions / 博客 RSS 訂閱

Justin Tadlock - How To Create Wordpress Meta Boxes

What seems like one of the most complicated bits of functionality in WordPress is adding meta boxes to the post editing screen. This complexity only grows as more and more tutorials are written on t

wordpress , Functions , Techniques (WP)

收藏 評論

Chris Ellison - Limiting The Visibility Of Posts In WordPress Via Usernames

The easiest method to get this system working is to make the recipients of the information “subscribers” (since they need not be able to post) and the distributors of information “authors” (since th

wordpress , Functions , Custom Fields

收藏 評論

Kevin Leary - WordPress Multisite: Practical Functions And Methods

Although each “website” in a network is independent, there are many ways to share settings, code and content throughout the entire network. Since the beginning of the year, I’ve been developing the

wordpress , Functions , php , Essentials

收藏 評論

Konstantinos Kouratoras - WordPress Shortcodes: A Complete Guide

When a shortcode is inserted in a WordPress post or page, it is replaced withsome other content. In other words, we instruct WordPress to find the macrothat is in square brackets ([]) and replace it

wordpress , Functions , Shortcodes , php

收藏 評論

Daniel Pataki - The Definitive Guide To WordPress Hooks

If you’re into WordPress development, you can’t ignore hooks for long before you have to delve into them head on. Modifying WordPress core files is a big no-no, so whenever you want to change existi

wordpress , Functions , hooks , Essentials

收藏 評論

Alex Denning - Extend WordPress With Custom Fields

How exactly did these bits of data transform WordPress? The fields could initially include the weather — as the codex points out — the temperature and various other not-particularly-useful things. A

wordpress , Functions , Custom Fields

收藏 評論

Dominic Giglio - Inside The WordPress Toolbar

The WordPress Admin Bar, first introduced in version 3.1, debuted to mixed reactions. A Google search for “wordpress admin bar” returns multiple articles about how to disable or remove it. Version 3

wordpress , Functions , Guides , php

收藏 評論

Woody Payne - WordPress Functions To Make Blogging Easier

In this article, we’ll share a few helpful functions that use WordPress default code to modify or enhance a blog’s behavior. By relying on default code, we can program changes that will work in all

wordpress , Functions , Shortcodes , Techniques

收藏 評論