By Austin on October 15, 2009
Social networks are everywhere. I am sure you’re on facebook. Well why not at a facebook share script to your site?
Posted in Tips & Tricks | Tagged How to, shortcodes
By Austin on February 15, 2009
In a previous post I showed you how to create a custom widget, then I showed you how to create a widget for your monthly archives, and limit the month’s that show. I am showing the past 4 months in my widget at this time.
One of my readers: Alex asked:
How did you make the archives [...]
Posted in Tips & Tricks | Tagged CSS, How to, li, Question, Tips & Tricks, ul
By Austin on February 3, 2009
This little trick is really simple and easy. All you need to do is plug this line of code anywhere you would like to use the text.
<a onclick=”return skypeCheck();” href=”skype:austin.passy?call”>Call me on Skype!</a>
That’s is, pretty simple huh? Just make sure you change skype:austin.passy to your user name!
Want a test? Well, please use the text button, [...]
Posted in Tips & Tricks | Tagged Anchor, contact skype, How to, Skype
By Austin on January 31, 2009
I have show you how to create a custom widget in a previous post. But how about adding and additional “Archives” widget that won’t list the last 3 years (if you’ve been around that long) in month form stretching down your whole sidebar?
Well, lets take a look at the original code found in the widgets.php [...]
Posted in News | Tagged Custom Widget, How to, Limit posts, widget
By Austin on January 30, 2009
In this post I will show you how I created my custom widget showcasing mybloglog readers.
In your function.php file add this simple line of code:
<?php
// MyBlogLog
function MyBlogLogWidget()
{
?>
<script type=”text/javascript” src=”http://pub.mybloglog.com/comm2.php?mblID=ReplaceWithYourID&c_width=220&c_sn_opt=n&c_rows=6&c_img_size=h&c_heading_text=&c_color_heading_bg=e0e0d4&c_color_heading=E8A02C&c_color_link_bg=e0e0d4&c_color_link=d54e21&c&c_color_bottom_bg=e0e0d4″></script>
<?php }
//register the sidebar ‘the widget name’, ‘the widget function’//
register_sidebar_widget(‘MyBlogLog Widget’, ‘MyBlogLogWidget’);
?>
That’s it, just replace the “ReplaceWithYourID” with your mybloglog ID. You can also change the [...]
Posted in Tips & Tricks | Tagged How to, MyBlogLog, Tips & Tricks, widget
By Austin on January 30, 2009
Many weblog sites these days have some form of an archive page. In WordPress it might be the built in auto generation of permalinks by: /Month/ and /date/.
But in some blog’s, for instance this one here (as I said in a previous post) you can’t get the post to paginate or link to http://youblog.com/page/2 if [...]
Posted in Plugins, Tips & Tricks | Tagged archive, archives, How to, Plugins, template files
Recent Comments