The popular open-source contract for web professionals by Stuff & Nonsense
- Originally published: 23rd December 2008
- Revised date: March 15th 2016
- Original post
| <?php | |
| //* Do NOT include the opening php tag shown above. Copy the code shown below. | |
| <!-- 0) Display Medium sized image floated right --> | |
| http://sridharkatakam.com/how-to-display-featured-image-in-single-posts-in-genesis/ | |
| $image_args = array( | |
| 'size' => 'medium', | |
| 'attr' => array( |
| #301 Redirects for .htaccess | |
| #Redirect a single page: | |
| Redirect 301 /pagename.php http://www.domain.com/pagename.html | |
| #Redirect an entire site: | |
| Redirect 301 / http://www.domain.com/ | |
| #Redirect an entire site to a sub folder | |
| Redirect 301 / http://www.domain.com/subfolder/ |
| /* Place the following at the point you want to center them in your CSS file, e.g. after the 1023 or 768px media query */ | |
| .simple-social-icons ul { | |
| float: none; | |
| text-align: center; | |
| } | |
| .simple-social-icons ul li { | |
| display: inline-block; | |
| float: none !important; |