Within the world of social media marketing, there is perpetual talk of new platforms to conquer and find potential customers on. TikTok is the latest social media platform that has rocketed to stardom due (in part) to the global COVID-19 pandemic. As such, this has lead many site owners to learn how to display TikTok […]
Continue readingTag Archives: Posts
Revisions Extended Plugin Lets Users Schedule Updates to Published Posts – WP Tavern
WordPress has long had the ability to schedule content to be published in the future, but it can only make immediate changes to posts that are already published. If you want to schedule changes to published content, a plugin is necessary. Corey McKrill, a full-time sponsored contributor to the WordPress.org Meta team, has developed a […]
Continue readingDon’t Over-Architect Your Blog Posts
At some point, I lost the motivation to write about anything that would include too much code because of the amount of time it would take to: put a functioning solution together, architect it in such a way that’d fit with best practices (at least for OOP), explain the various features about OOP that the […]
Continue readingSort WordPress Posts By Date
TL;DR: If you’re looking for an easy way to sort WordPress posts by date (be it descending or ascending) in the administration area without having users click on the Date column header, you can do so through the use of the pre_get_posts filter that provides a reference to the instance WP_Query running on the page. […]
Continue readingAdd Custom Link to All Posts Screen Based on Post Meta Data
TL;DR: This article outlines the code needed to add a custom link on the All Posts screen that uses a custom piece of post metadata. Note: A few months ago, I wrote an article on how to add a custom view to the All Posts screen. This article is not all together the same, but […]
Continue readingProgrammatically Search WordPress Posts By Date Range
TL;DR: The code shared in this post shows how you can modify the query that runs on the All Posts page so you can limit how you search posts to a specified date range. It’s been a little while since I last wrote about using the post_where filter for modifying the search query that runs […]
Continue reading