Title: Adding a date logo
Last modified: August 19, 2016

---

# Adding a date logo

 *  Resolved [2bretired](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/adding-a-date-logo/)
 * I am looking for a plugin to inset a date logo into a post, just to the left 
   of the page title. I am using Atahualpa theme and would like a logo similar to
   this (I have a logo idea but could not paste the graphic into this post). Small
   square with month,date,year vertically.
 * I have a logo idea but could not paste it into this post.
 * Thanks Bob

Viewing 2 replies - 1 through 2 (of 2 total)

 *  [Tim Priebe](https://wordpress.org/support/users/timjpriebe/)
 * (@timjpriebe)
 * [15 years, 2 months ago](https://wordpress.org/support/topic/adding-a-date-logo/#post-1898450)
 * Okay, I had not experience at all with the Atahualpa theme before taking a look
   at it to help you with this.
 * Here’s a simple setup that should work. I downloaded the theme and tested it.
   You can obviously play with the CSS a bit to style it more how you like, but 
   this does seem to work.
 * I updated settings on two different Theme Options pages:
 * First, I went to these settings:
 * Atahualpa Theme Options – Post & Pages – Edit POST/PAGE INFO ITEMS – BYLINE –
   Homepage
    Atahualpa Theme Options – Post & Pages – Edit POST/PAGE INFO ITEMS –
   BYLINE – Multi Post Pages Atahualpa Theme Options – Post & Pages – Edit POST/
   PAGE INFO ITEMS – BYLINE – Single Post Pages
 * and added this code to all three:
 *     ```
       %date('<\s\p\a\n\ \c\l\a\s\s\=\"\d\a\t\e\"><\s\p\a\n\ \c\l\a\s\s\=\"\m\o\n\t\h\"\>M</\s\p\a\n><\s\p\a\n\ \c\l\a\s\s\=\"\d\a\y\">j</\s\p\a\n><\s\p\a\n\ \c\l\a\s\s\=\"\y\e\a\r\">Y</\s\p\a\n></\s\p\a\n>')%
       ```
   
 * Then I went to this setting:
 * Atahualpa Theme Options – Various Content Items – Add HTML/CSS Inserts – CSS 
   Inserts
 * And added this CSS:
 *     ```
       span.date {
       	display: block;
       	float: left;
       	margin: 0 5px 5px 0;
       	width: 80px;
       	text-align: center;
       	border: 1px solid #CCC;
       }
   
       span.date span {
       	display: block;
       }
   
       span.date span.month {
       	font-size: 20px;
       	background-color: #F00;
       	color: #FFF;
       	text-transform: uppercase;
       }
   
       span.date span.day {
       	font-size: 40px;
       }
   
       span.date span.year {
       	font-size: 17px;
       	letter-spacing: 3px;
       }
       ```
   
 * Hope that helps!
 *  Thread Starter [2bretired](https://wordpress.org/support/users/2bretired/)
 * (@2bretired)
 * [15 years, 1 month ago](https://wordpress.org/support/topic/adding-a-date-logo/#post-1898701)
 * Thanks,
 * It works great.
 * Bob

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Adding a date logo’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 2 participants
 * Last reply from: [2bretired](https://wordpress.org/support/users/2bretired/)
 * Last activity: [15 years, 1 month ago](https://wordpress.org/support/topic/adding-a-date-logo/#post-1898701)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
