wpGeek

Hello Everyone,

I forgot this web page of mine as I was stuck with work and studies and other stuff, like parties.

Sneak Peak to new WPGeek I decided to get back to this web page and already working on my new theme for this site. Hopefully by the end of the week I will have it done. Furthermore I already have 3 new wordpress themes for you to download for free and use on your sites and Planning on launching a contest and the winner will get full package of my services, except the logo design, meaning he will get a Custom WordPress Theme done by me from scratch. And that’s not it, I have already couple articles written for the tutorial section and planning on starting a video tutorial section. A lot more you will find in the future..

So stay tuned and don’t forget to post here your thoughts.

Thank you,
WPGeek

Tags:

Footballistics.com

Client: footballistics.com
WordPress Theme Ordered: 2008-09-10
WordPress Theme Completed: 2008-09-15

A web blog dedicated for NFL/fantasy football. There you can find strategies and rankings.

Tags:

1

Theme Information

Blue Corner, 3-column WordPress theme with two widget-ready sidebars, custom templates, custom text styles, integrated plugins, adsense ready and web 2 style. It’s compatible with WordPress 2.5 and has been tested with in Firefox, Internet Explorer 6, Internet Explorer 7, Opera and Safari.

Answers To Theme related Questions:

Is there a way to add a logo to the top of the theme? (matt)

Yes you can add the logo to the top simply:
Open header.php. You should find there it’s in 28th line if you use Notepad++:

<h1><a href=”<?php echo get_option(‘home’); ?>/”><?php bloginfo(‘name’); ?></a></h1>
<div class=”desc”><?php bloginfo(‘description’); ?></div>

Update width the html image code so it will look like this:

<a href=”<?php echo get_option(‘home’); ?>/“><img src=”<?php bloginfo(‘template_url’); ?>/folder_where_image_is/image_title.extension” width=”" height=”" alt=”" /></a>

Explaining:

<?php echo get_option(‘home’); ?>/ ” -this code is used to get to your homepage, so if you put it somewhere in my sites theme, I would get http://www.wpgeek.com.

<?php bloginfo(‘template_url’); ?>” -this code is being used when you want to get to the themes folder if I would use it with the blue corner, the result on HTML would be “http://www.myurl.com/blog/wp-content/themes/blu-corner “.

Tags: , , , ,

If you run a website, chances are you often wonder whether it is the right time to do a total redesign of the layout of your website. Here are some points to consider:

Are you thinking of a redesign just for the sake of it? If you answered yes to that question, it is not yet the right time to do a redesign. Remember, a design serves a specific purpose. If you are not sure whether to do an overhaul of your site, keep in mind that your current design might have a specific purpose that you might not know about. You will lose that function if you do a redesign.

On the other hand, if your website has had the same website design since 1990, perhaps it is high time to do a redesign. The last thing you would ever want to happen to your site is when visitors leave your site without taking a look at your content just because the design is old fashioned. If this is your case, here are some points to ponder before doing a redesign.

Redesigning your website is like performing plastic surgery on it. Your website loses its current identity (for the better or worse) and your regular visitors might not recognise your new design at first glance. You risk losing them just because they thought they landed on the wrong page. Hence, it is very important that you retain a characteristic feature from your old layout. Perhaps it is the logo of your site; perhaps it is the same text style for the title for your site.

To play it safe, put a poll on your site to let your visitors do the talking. If they think it is necessary for the website to have a fresh look, give it to them!

Tags: ,

I came across a great plugin that I already integrated into the WPGeek. Its Google XML Sitemaps Generator for WordPress. This plugin generates a XML-Sitemap compliant sitemap of your WordPress blog. This format is supported by Ask.com, Google, YAHOO and MSN Search.

Why do you need sitemap for your site/blog?
A sitemap is often considered redundant in the process of building a website, and that is indeed the fact if you made a sitemap for the sake of having one. By highlighting the importance of having a well constructed sitemap, you will be able to tailor your own sitemap to suit your own needs.

1) Navigation purposes

A sitemap literally acts as a map of your site. If your visitors browses your site and gets lost between the thousands of pages on your site, they can always refer to your sitemap to see where they are, and navigate through your pages with the utmost ease.

2) Conveying your site’s theme

When your visitors load up your sitemap, they will get the gist of your site within a very short amount of time. There is no need to get the “big picture” of your site by reading through each page, and by doing that you will be saving your visitors’ time.

3) Site optimization purposes

When you create a sitemap, you are actually creating a single page which contains links to every single page on your site. Imagine what happens when search engine robots hit this page — they will follow the links on the sitemap and naturally every single page of your site gets indexed by search engines! It is also for this purpose that a link to the sitemap has to be placed prominently on the front page of your website.

4) Organization and relevance

A sitemap enables you to have a complete bird’s eye view of your site structure, and whenever you need to add new content or new sections, you will be able to take the existing hierarchy into consideration just by glancing at the sitemap. As a result, you will have a perfectly organized site with everything sorted according to their relevance.

From the above reasons, it is most important to implement a sitemap for website projects with a considerable size. Through this way, you will be able to keep your website easily accesible and neatly organized for everyone.

Tags: , ,