May 2, 2010
Posted by
Shane at 11:17 pm
|
Permalink
| Shortlink
Comments Off
Topics:
wordpress tutorials |
Tags:
php,
wordpress
There is a way to fix that. After some major headaches and a few games later I wrote up a neat regex that takes the information outputted by the ‘next_post_link’ and ‘previous_post_link’ function’s filters and made it so it it added a three dot ellipse at the end of the post title after it shortened [...]
You ever get tired of copying and pasting a twitter status update to just place it on your blog? Well.. in this case I do have a solution for you! Introducing the Tweeted Plugin by WPVibe Team! This plugin with the status update from Twitter being wrapped around the shortcode “tweet” does just that!
When you are writing a plugin that uses Ajax in the front end, you must use: add_action( ‘wp_ajax_nopriv_<ACTION NAME>’, <YOUR FUNCTION> ); …as doing… add_action( ‘wp_ajax_<ACTION NAME>’, <YOUR FUNCTION> ); … is only for logged in users. So if you have a plugin that operates no matter which way users interface with the plugin, you [...]
So you all that read this blog have at least some use of WordPress right? Good. That’s a start. So I knew this book was coming out and I have met two of the three people behind it: Hal Stern, David Damstra (Have not met.. I do not think) and Brad Williams. I have note [...]
So I thought I give you all an update. I am still traveling back and forth between NY to MN for work, working on web design and other related Best Buy/Geek Squad issues. It has been frustrating to say the least to fly back every two weeks. I am meeting tons of new people while [...]
I took the dive today and moved this site into WordPress 3.0 Development trunk way ahead of the feature freeze date. I been monitoring the commits, and while I haven’t done much except for the few patches I have submitted the code is very stable. For those daring, go ahead and run the trunk. You’ll [...]
Q: A Woopra Plugin Update? Will it work? Does it use fopen? A: Yes! Yes! No! It’s been a while that I been able to get the the Woopra Plugin to get it back up and working like it has been envisioned. I had a good chunk of time over the past two days to [...]