Articles
WordPress 2.7 Release Candidate 1
With the release of RC1, we’re in the final leg of development before the release of 2.7. 280 commits since beta 3 have polished the new admin UI (including new menu icons created by the winners of our icon design contest) and fixed all known blocker bugs. We think RC1 is ready for everyone to try out. Please download RC1 and help us make the final release the best it can be. As always, back up your blog before upgrading.
Articles
Automattic launches talkpress.com
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 bbPress admin section I noticed some spammers had registered, a little over two hundred fifty to be exact.
While I was looking at the bbPress site, I came across this article: TalkPress and bbPress. It talked about a new VIP service that Automattic is working on for forum integrations, like WordPress.com.
So what might this mean? Well I think after many verbal attacks to Matt Mullenweg by many attendees of the last few WordCamp’s, the first official stable release of bbPress could be close to launch!
TalkPress itself is not open for public signup at this stage. Currently we are bringing on a few “VIP” partners so that we can run-in the platform in a more controlled way. The pioneers on the service are Time Inc. who are incorporating a TalkPress forum into their Health.com website. I’m happy to report back to the bbPress community that TalkPress (and thus bbPress) withstood their rigorous security testing with flying colours. This testing incorporated, amongst other things, comprehensive XSS and SQL injection tests.
As for bbPress, some movement has occurred in the priorities leading up to a final 1.0 release. Some of the more fundamental changes that were planned are being put on the back-burner so that these aims can be achieved:
- Full compatability with both WordPress 2.7 and 2.8
- Easier integration steps for WordPress MU
- Retaining compatibility with the existing catalogue of current plugins
Sam Bauers
News
WordCult Theme release 0.3
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 now to be a faulty LCD screen.
So I’ve made a few updates and changes to my WordCult theme. The new version is: 0.3.
Update for 0.3:
A lot of changes to the core files, many files have been changed, removed and moved. So please if upgrading, backup your database. The core folder has been changed from wordcult2
to wordcult
so you may want to just upload it as another theme and activate it.
For any other changes please view the changelog or view the readme file.
If you’ve noticed any issues please contact me or leave a comment.
Update for 0.3.0.1:
This was fast.. I forgot to add a function to my sub_page_menu
:).
Update for 0.3.1.1:
Crucial update! Fixes an spelling error in the metaboxes.php file, which could pose an issue with your custom fields like the “image” dynamic resizer.
Tips & Tricks
Add a shortcode
This is a simple one.
/** * Your Blog title * */ function my_blog_title() { $blogname = get_bloginfo('name'); return '<span class="blog-title">' . $blogname . '</span>'; } add_shortcode('blog-title', 'my_blog_title');
Just add this to your functions.php file and then add [blog-title] in any post or page and it will return your Blog Title. :)
-
Tips & Tricks7 months ago
WordPress Security Hacks
-
Pages1 month ago
Write For Us – Guest Post
-
Showcase2 months ago
StylizedWeb.com
-
News1 month ago
How to: Show/Hide any div box with jQuery in WordPress
-
Tips & Tricks2 weeks ago
Remove the title attribute using jQuery
-
Tips & Tricks5 months ago
How to: show/hide a widget in WordPress with jQuery
-
Plugins5 months ago
Top Membership plugins
-
Tips & Tricks2 months ago
Limit the characters that display on the_title
You must be logged in to post a comment Login