Archive for the “Wordpress” Category

Earlier today, I took my blog offline while I experimented with the new Tweet button from Twitter and though it does look nice, I still prefer Topsy!

Saying that though I did have some fun with updating the code that is used to creat the new button from Twitter, yes I know my coding skills are nothing to boast about but if they work, that’s fine by me ;)

Anyhow this is the code that I grabbed from the Twitter Goodies page for adding the Twitter Button on my blog:

<a href=”http://twitter.com/share” data-count=”horizontal” data-via=”BlazingMinds” data-related=”RemBeatZ:For some awesome music”>Tweet</a><script type=”text/javascript” src=”http://platform.twitter.com/widgets.js”></script>

Need to find out more! Then read on

468x60 Experimenting With The New Twitter Button!
Tags: , , , ,

Comments 20 Comments »

Here’s my list of 10 things I want from a free Wordpress theme.

Tags: , , , , ,

Comments 24 Comments »

Yesterday, was my tinkering day and I decided to update the way the authors posts are displayed when you click on the author’s name in the blog posts.

So after creating a new author.php file and taking the information for the layout for the theme I am using and adding it to the new author file, I decided that it would look even better if I utilised the “author box” that is at the bottom of all the posts here on my blog, just thought it would look even better.

So after adding that piece of code, I added the section for the articles that an author has written, with the information such as date posted, comments received etc. Giving the author page something that little bit more.

Over time I may add snippets from the blog posts to the lists of articles in the author pages, but for now, I think they look a lot better than the default author archives that I originally had.

Check out the my new look author page and let me know what you think.


mylikes468 An Update To The Author Pages on Blazing Minds

Comments 7 Comments »

Got the message in my WordPress dashboard today that WordPress 3 was available to upgrade to, “Awesome” I thought, so I clicked the upgrade button and got ready to use the new version of WordPress….

But a problem arose while trying to upgrade and I kept getting the error:

Fatal error: Allowed memory size of 33554432 bytes exhausted (tried to allocate 2516315 bytes) in /home/mydomain/public_html/blog/wp-includes/http.php on line 1363

OMG! So now it would be a case of doing a manual upgrade, which I hate doing as it seems to be such a cumbersome method, so after checking with a friend, who’s in the know with these sort of things they recommended me doing the following to make this work.

  1. Open up the file wp-settings.php which is in the main directory of your WordPress installation
  2. Find the line that reads define(‘WP_MEMORY_LIMIT’, ’32M’);
  3. Change it to define(‘WP_MEMORY_LIMIT’, ’64M’);
  4. Then start the upgrade process again.
  5. Hopefully everything should have updated for you.

The problem is memory limit and by doing the above you give your PHP a little more memory to play around with and therefore giving WordPress that extra elbow room it needs to update correctly.

Please note, I’m not a PHP expert, so please BACK UP you WordPress installation before any upgrade that you make.


Tags: , ,

Comments 25 Comments »

The mighty CommentLuv plugin has now been updated to version 2.80 and it seems faster than the previous versions and also has some nice new features included in the latest incarnation.

Which I will list for you in a moment, but first let me mention the nice surprise I had from Andy from CommentLuv via Twitter, I was reading in my Twitter time line that the new version was listed in the WordPress Plugins Directory, which I have to admit I don’t visit that often, I use the search from within WordPress for updates etc. But, after receiving this tweet from Andy, I had to check it out!

@BlazingMinds have you seen the new screenshots page for commentluv 2.80? http://bit.ly/bGUe44June 5, 2010 8:40 am via TweetDeck

Imagine my surprise and excitement when I saw the second image on the page, were my red headed avatar is in pride of place in a screenshot of how the plugin is displayed.

Read the rest of this entry »

Tags: , , ,

Comments 44 Comments »

The other day while reading through my RSS feeds on Feedly I came across a post at Potpolitics titled ”What is the best toolbar for your blog?“, now most of you that visit my blog will now that I have used the Wibiya Toolbar and though it is quite good and fairly fast to load, after reading John’s post I decided to give the Skysa Toolbar a shot and boy am I glad I did.

Not only is it a tad faster than the previous toolbar that was installed on Blazing Minds, but it allows you to make a little money back on it, yes you read that right, each time someone follows the link here on my blog and installed the toolbar I get $1 and then I think , if I’m right, my good friend John over at Potpolitics gets $0.25, anyway here’s a breakdown of the tier system etc that Skysa use.

Read the rest of this entry »

Tags: , , , ,

Comments 10 Comments »

What’s this another blog post about WordPress 2.9, yes that’s right I’m bringing you some more blogging tips in the hope that I can help out fellow WordPress users that may be getting that awful message “Sorry, that file cannot be edited” when trying to edit a theme file with the WordPress 2.9 built in theme editor.

So what is the solution to the problem?

Read the rest of this entry »

Tags: , ,

Comments 13 Comments »