• 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.

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)

  • Nginx WordPress Installation Guide (All Steps)

    This is a Full Nginx WordPress Installation Guide With All the Steps, Including Some Optimization and Setup Which is Compatible With WordPress DOT ORG Example Settings For Nginx.

  • Changing Data With cURL for OpenStack Swift (HP Cloud CDN)

    Changing Data With cURL For Object is Quite Easy in OpenStack Swift. Here Are Examples With HP Cloud CDN To Make it Clear. Official Examples Are Bad.

  • Steps To Install Nginx Plus on Ubuntu Server (HP Cloud)

    Here Are the Steps To Install Nginx Plus on Ubuntu Server Running on HP Cloud. Nginx Plus is the Paid Version of Nginx with Extra Features.

  • XCache Admin Page on Nginx-PHP5-FPM (Ubuntu, HP Cloud)

    Here is How to Setup a XCache Admin Page on Nginx-PHP5-FPM on Ubuntu Instance Running on HP Cloud. It Gives a Clear Graphical Idea of Caching.

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 (24.3K 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

  • What is Analog-to-Digital Converter (ADC)September 27, 2023
  • Comparison of Tube Amplifiers and SemiconductorsSeptember 26, 2023
  • What is a Digital-to-Analog Converter (DAC)September 25, 2023
  • Tips on S Pen Air ActionsSeptember 24, 2023
  • Market Segmentation in BriefSeptember 20, 2023
PC users can consult Corrine Chorney for Security.

Want to know more about us?

Read Notability and Mentions & Our Setup.

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

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