This is not really a good fix as I’m not really good at PHP codes, but at least my solution is totally take out the ‘Sorry, not found!’ message by putting a remark on this.
There are 2 ways to do this. First way,
1. At the left panel of wp admin, click on appearance, you can see editor under it, click it. At the right side, a list of the template, find search.php and edit the line that contain the error message.
2. Put in the remark by placing at the back of the line as shown below:
Archive for the Category »Wordpress Setup «
So far, I have been very happy with this theme except for the problem with the Search result. No matter what result you are getting, it will show ‘Sorry, not found!’ message which is annoying. But I will look into this problem to see if anyone got any solution.
For those who have installed this theme, looking forward for your opinion on this jQ theme.
This is how I install the WP Cumulus to my wordpress blog. This is a manual method (for whatever reason, automatic way by simply click install in my wp admin does not work)
- goto wordpress plugin for wp cumulus at http://wordpress.org/extend/plugins/wp-cumulus/
- click the download button at the top right
- save it to a directory eg. e:\temp
- unzip the content to a folder eg. e:\temp\wp-cumulus
- login into the web hosting server and extract the folder \wp-cumulus\ to /wp-content/plugins/ (some server using /public_html/wp-content/plugins/ ) , some hosting server has it’s file manager, so you can transfer the folder
- You may also use cuteFTP, or whatever FTP software to transfer the files.
- After it is done, you can goto the wordpress admin, at the left panel, click on the Plugins, the wp cumulus should be listed there
- If for whatever reason it is not found here, goto your web hosting path /wp-content/plugins/ to check if /wp-cumulus folder is there , you might even have misplace it to different folder, check /wp-content/ or / folder
- Once you have done and can be found in the plugin list of the wordpress admin plugins, just click activate button under the plugin icon
- click on the appearance in the wp admin panel, under it there’s a widget, click on it
- Here you can find the wp-cumulus widget, you can drag it to whichever position you want whether it’s a sidebar or whatever..
- Set the size of the sphere and speed to your liking and experiment it, save and it’s done
Enjoy this really cool tag rotating sphere. I love it. Thank you so much to the creator Roy Tanck
Today, I have learned about how to make my blog more SEO friendly. Being SEO friendly is important to be found on the internet. Ugly URl that end with ?p=34 is not good for google crawlability. This url is called dynamic URL and need to be converted to static page.
What I did was, when posting a new post, above it, there’s a small area where it called Permalinks. Click edit, and you will reach a place where you can specify what format of the directory structure a post is saved. I picked year,month, and posting title as the format. All the posts will automatically follow the new structure.That should have done the job.
But I encountered problem with the .htaccess where I need to give the access by allowing mod_rewrite. Simply create a file with name as .htaccess and the content is as below:
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule>
Save it to the root / (some hosting will be at /public_html/ )and it’s done. Click update post or publish post, and all the posts will be automatically follow the new structure.
I found out another is , goto the Left Panel, locate Settings, and under it there is a Permalink, click that, and you will be brought to the same place for setting the format of the structure you want.


Today I found out about a plugin for wordpress call the SEO super comment which can help in improving the blog ranking by altering the comment URL structure virtually, thanks to fellow whitehatblackbelt member.
Later I found out the author is Vladimir Prelovac and he had made a couple of very nice plugins and I have downloaded them for my wordpress.
Here are a few which I think very useful
1. SEO automatic Link
2. SEO Super Comment
3. Snazzy archive