Archive for the 'Website' Category
(Posts Archive)
Want your Blog more Exposure?
Posted by jigneshdodiya on June 15th, 2008 filed in SEO, Website
While browsing on the web looking for some ways to get additional blog exposure, I had chanced upon this post about Fechr.com (pronounced ’Feature’), a site where you can get your blog or site featured for 24hrs on their website.
Well for a newbie like me, this is one great opportunity to be exposed and get additional traffic. Of course they won’t feature a low quality site, so your site must have some good content to be featured.
Is it free? Yes it’s FREE for now, so you better hurry, visit their site at http://Fechr.com and get your site Fechr-ed!
eNjoy
….. Jignesh Dodiya
Paging Navigation (with Page Number) Plug-in for Darklight Wordpress theme.
Posted by jigneshdodiya on June 6th, 2008 filed in Utilites, Website
For the Darklight Wordpress theme, I haven’t found anybody using Navigation bar at the bottom of the page. But I wanted to put navigation to handle large number of Posts.
After some research I found one widget Wordpress Page Number.
Thanks to Jens Tornell who made this plugin for Wordpress that will be an alternative to the “Next page” and “Previous page“. Instead it uses numbers which makes it easier for users to choose what page to go to. It also makes a tighter internal link structure which makes it easier for search engines to find your posts.
All the 5 themes are included from start and are available in admin. You can also check it as a live demo at the bottom of my blog or in archieve.
Options with the Widget
• You can set all the texts and arrows to what ever you want.
• You can limit the number of pages shown at the time.
• You can create paging stylesheets themes (if you don’t want to overwrite the default theme).
• You can turn off the stylesheet.
• You can turn off the page information (page 3 of 5).
• You can turn off the page numbers.
• You can turn off the first and end page numbers.
• You can turn off the arrows.
How to Install
• Download the Wordpress Page Number Plug-in here.
• Upload the FOLDER ‘wp-page-numbers’ to the /wp-content/plugins/.
• Activate the plugin ‘WP Page Numbers’ through the ‘Plugins’ menu in admin.
• Go to ‘Options’ or ‘Settings’ and then ‘WP Page Numbers’ to change the options.
Need to Do following changes in php file
Replace the the ‘next_posts_link()’ and ‘previous_posts_link()’ with the code below in theme (archive.php, index.php or search.php).
<?php if(function_exists(’wp_page_numbers’)) { wp_page_numbers(); } ?>
Advanced usage
This plugin uses only Wordpress own string values, no own SQL-querys is written. That means that you can use this plugin for more advanced use.
….. Jignesh Dodiya
DarkLight WP Theme : CSS problem with Firefox
Posted by jigneshdodiya on May 15th, 2008 filed in Website
Recently I changed my blog theme to DarkLight WordPress Theme by Lorelei Web Design.
When I changed my theme, it was working fine with IE-7 but in Firefox, the theme was unable to load. My Friend Naresh Khokhaneshiya has worked out and found the solution. Thank you Naresh and Alpesh for your efferts to enable above theme in Firefox.
Solution : the problem was in syle.css. :
@import url(”../hide1a.css”); - for the firefox, it can not identify url tag, so just removed url and it worked fine for me.
@import (”../hide1a.css”); - working file with this format in Firefox.
eNjoy…..
….. Jignesh Dodiya.

