The Archives for PHP Tutorials

If it's not what your looking for, we can't say anything but look again...


Social Links Without a Plugin: Part 1

socialbook

Hello all, Kris J here. Thought today I would share a quick and easy way to add social media links to your WordPress website without having to use another plugin. By using this method, you will gain full control over the look, placement and size…

hrbg

Social Links Without a Plugin: Part 2

socialbook2

Lets start out by making our social link code a little lighter by removing any whitespace, and wrap it in a < div> tag (you really can wrap it in whatever your use requires you to): 123<div> <a rel="nofollow" href="http://delicious.com/post?url=<?php the_permalink(); ?>&amp;title=<?php echo urlencode(get_the_title($id)); ?>"…

hrbg