Today I attended my 3rd LAWPUG. This meet was located at Latoria Grill at the Farmers Market at 3rd st & Fairfax. I wanted to update...
Ever wanted to print or echo the WordPress title attribute without spaces?
Are you looking for a better way to hide content to non-members? You may want to check this out: Using shortcodes to show members-only content
Blockchain is a scrambled computerized data set shared by a few gatherings in a distributed organization. Any transaction that happens in the organization is recorded, verified,...
For the longest time I remember checking out my WordPress stats via this Stats plugin and it always cut of my day at 4pm. This was...
Have you ever wanted to display the excerpt only if you write one? A simple couple lines of code can display the_excerpt any where you like.
Okay, so by now you may notice something. You may be thinking “the site looks a lot different”, and you are correct. Over the past few...
Hello from BarCampLA in beautiful Culver City. It's a bit early and presentation's don't start till after lunch. While I hadn't planned on making a presentation,...
Doing theme modification and even custom template files has brought me to this point. Today I've created my first premium theme, and since I am a...
Did you vote? I did. Did your vote win? Mine didn’t š Results.
I was just working on re-launching my forum in preparation of the new theme I am going to release sometime this week. And while in the...
Just announced by Matt himself, that they finally acquired wp.com from Yahoo. Head over to the WordPress.com blog, leave a comment for what you think they...
I’ve had some time the last few days while my XPS computer has been having difficulties and the Dell replacement parts didn’t fix, what I know...
This is a simple one. /** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span class="blog-title">' . $blogname . '</span>'; }...
How might you display a Google ad after the first post or anything you like? It is very simple. You just need to add the variable...
Here is a simple way to call query_posts with an array of options. For all options you my use visit: WordPress Codex. <?php $my_query = array('showposts'...
You must be logged in to post a comment.