Quantcast
Channel: Andrés Jaimes » image
Viewing all articles
Browse latest Browse all 2

Add a Thumbnail to Admin Post Columns in WordPress

$
0
0
Here is a snippet to add 64×64 images to the Admin Post Columns in WordPress. Having thumbnails may result extremely helpful, specially if you have hundreds of posts. You have to copy and paste the following code into the functions.php file of your theme. function posts_columns($defaults){ $defaults['the_post_thumbs'] = __('Thumbs'); return $defaults; } function posts_custom_columns($column_name, $id){ [...]

Viewing all articles
Browse latest Browse all 2

Latest Images

Trending Articles





Latest Images