• Home
  • Archive
  • Tools
  • Contact Us

The Customize Windows

Technology Journal

  • Cloud Computing
  • Computer
  • Digital Photography
  • Windows 7
  • Archive
  • Cloud Computing
  • Virtualization
  • Computer and Internet
  • Digital Photography
  • Android
  • Sysadmin
  • Electronics
  • Big Data
  • Virtualization
  • Downloads
  • Web Development
  • Apple
  • Android
Advertisement
You are here: Home » WordPress Admin Post List Marker (Like email Inbox)

By Abhishek Ghosh August 20, 2019 10:55 am Updated on August 20, 2019

WordPress Admin Post List Marker (Like email Inbox)

Advertisement

We have talked about the need to mark some articles with a star or some label to classify some posts at WordPress backend. Oddly, this function which is widely used in an email inbox is absent in WordPress admin post list. If you have some sponsored posts or posts with affiliate links, you can not easily find them among thousands of published articles. Admin tables are created using the WP_List_Table class. There is in-depth discussion on Smashing Magazine around the programming part of it.

Avoiding that discussion, coding part we can simply use a less known WordPress plugin named Admin Starred Posts.

The work you want is simple but a bad plugin can delete several important SQL in order doing that job. Admin Starred Posts is quite good & simple plugin only to mark with some icons and also filter them from the drop-down menu on WordPress “All Posts” page.

Advertisement

---

WordPress Admin Post List Marker

In case you want to change that star icon to something else, you simply need to modify two things – one is the image/icon that you want to use, second is the CSS file of that plugin.

Vim
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.ino-star{
 
  display:inline-block;
  text-indent:-1000px;
  overflow:hidden;
  text-align:left!important;
  width:20px;
  height:20px;
  font-size:20px;
  line-height:20px;
  background-repeat:no-repeat;
  background-position: 0 0;
  background-image:url(../img/sprite_stars.png?v=5);
 
...

Instead of modifying so much, you can simply open the star sprite image in Adobe Photoshop and use your desired icon of closer width and height as 2nd layer. Save the file with the same name that of star sprite image and replace it.

This Article Has Been Shared 679 Times!

Facebook Twitter Pinterest
Abhishek Ghosh

About Abhishek Ghosh

Abhishek Ghosh is a Businessman, Surgeon, Author and Blogger. You can keep touch with him on Twitter - @AbhishekCTRL.

Here’s what we’ve got for you which might like :

Articles Related to WordPress Admin Post List Marker (Like email Inbox)

  • Best AdSense Ad Code Injector Plugin For WordPress : Ad Injection

    Best AdSense Ad Code Injector Plugin For WordPress currently available is Ad Injector. This plugin can help for logical category wise custom ad unit injection.

  • XML Sitemap Generator for WordPress can not write Sitemap : Solution

    XML Sitemap Generator for WordPress plugin sometimes can not write the xml sitemap,these happens typically after migrating to a new server or installing wordpress freshly. Solve this problem with few easy steps.

  • YouTube Tips : Embed Playlist, YouTube’s audio, YouTube HTML5 Player

    Here are YouTube Tips to Embed YouTube Playlist, YouTube’s audio, YouTube HTML5 Player in any webpage or WordPress page or posts. Let us see how we can do them.

  • TechArticle schema : Implementing in WordPress

    TechArticle schema is a specification described under Article, which is under CreativeWork, which is under Thing. Here is how to implement TechArticle schema.

  • How to Use WordPress as Web Application Backend

    Here is a Brief Discussion on How to Use WordPress as Web Application Backend. There are Advantages of Using WordPress For Web Application.

Additionally, performing a search on this website can help you. Also, we have YouTube Videos.

Take The Conversation Further ...

We'd love to know your thoughts on this article.
Meet the Author over on Twitter to join the conversation right now!

If you want to Advertise on our Article or want a Sponsored Article, you are invited to Contact us.

Contact Us

Subscribe To Our Free Newsletter

Get new posts by email:

Please Confirm the Subscription When Approval Email Will Arrive in Your Email Inbox as Second Step.

Search this website…

 

Popular Articles

Our Homepage is best place to find popular articles!

Here Are Some Good to Read Articles :

  • Cloud Computing Service Models
  • What is Cloud Computing?
  • Cloud Computing and Social Networks in Mobile Space
  • ARM Processor Architecture
  • What Camera Mode to Choose
  • Indispensable MySQL queries for custom fields in WordPress
  • Windows 7 Speech Recognition Scripting Related Tutorials

Social Networks

  • Pinterest (22.1K Followers)
  • Twitter (5.8k Followers)
  • Facebook (5.7k Followers)
  • LinkedIn (3.7k Followers)
  • YouTube (1.3k Followers)
  • GitHub (Repository)
  • GitHub (Gists)
Looking to publish sponsored article on our website?

Contact us

Recent Posts

  • Ways To Make Sure Your Online Course Outshine Others July 3, 2022
  • Will Smart Factories Become the New Assembly Line? July 2, 2022
  • The Cost of Doing Business as a Handyman July 1, 2022
  • Samsung Galaxy S22 Ultra: Long Term Review June 30, 2022
  • How to Make the Most of Your S Pen (S22 Ultra) June 29, 2022

About This Article

Cite this article as: Abhishek Ghosh, "WordPress Admin Post List Marker (Like email Inbox)," in The Customize Windows, August 20, 2019, July 4, 2022, https://thecustomizewindows.com/2019/08/wordpress-admin-post-list-marker-like-email-inbox/.

Source:The Customize Windows, JiMA.in

This website uses cookies. If you do not want to allow us to use cookies and/or non-personalized Ads, kindly clear browser cookies after closing this webpage.

Read Privacy Policy.

PC users can consult Corrine Chorney for Security.

Want to know more about us? Read Notability and Mentions & Our Setup.

Copyright © 2022 - The Customize Windows | dESIGNed by The Customize Windows

Copyright  · Privacy Policy  · Advertising Policy  · Terms of Service  · Refund Policy