Plugins
used for Wordpress:
“Page Links To”
by Mark Jaquith
**allows pages on blog to link to URLs
”Wordpress
Facebook Like Plugin” by AJ Batac
** allow the use of a facebook like button at
the bottom of each post
2/12/13
-
important tag & Facebook like button / plugin
#wp_fb_like_button{margin-bottom:-70px
!important}
//
changed the position of the Facebook like button
3/28/13
-arranged
facebook like button to the left so it would position correctly on smartphones
#wp_fb_like_button{width: 100%; margin: 0 auto;
margin-bottom;-70px !important; float:left;}
2/12/13
-Image
borders
/*Image borders*/
border: (any number)px solid #ddd;
padding: (any number)px;
----padding
makes the image highlight with a border
2/19/13
-Change Title font color & make it so it doesn’t change when
hovered over
.entry-meta a, .entry-meta a:hover,
.entry-title a:hover {
color:
#222!important;
}
2/19/13
-Change Date position of blog posts
.entry-date {
position:
absolute!important;
top: 0;
margin-left:
0;
}
3/5/13
-
Make is so the are no tags displayed for under post
.cat-links, .sep, .tag-links {
display:
none;
}
No comments:
Post a Comment