Posts Tagged ‘Wordpress’

How To Customize Author’s Comment Box and Comment Avatars In WordPress

Tuesday, April 14th, 2009

author-comment1

Lately, I’ve been working in some small details in my blog – as some of you might have noticed.  This time, I just wanted to post a quick tutorial about how to customize your comments in your WordPress blog.

How to Change the Style of the Author’s Comment in WordPress

You probably have seen this before, whenever you are reading the comments of a post and you notice that the author’s comment is highlighted in a particular way, just so it’s different than the rest. Well, there are many ways to get this done.

An easy way to do it is by going to Appearances -> Edit -> style.css and add the following class:

.author_comment {
background-color: #F1C056 !important;
}

This simple class will just change the background of the author’s comment box. Here you can customize the style of your author’s box by changing the border color, etc.

Finally,  you need to make a small change in comments.php,  so go to Appearances  -> Edit -> comments.php. Once you are in the page, look up the line

<li <?php echo $oddcomment; ?>id="comment...

Change it to this:

<li class="<?php
/* Only use the author_comment class from style.css if the user_id is 1 (admin) */
if (1 == $comment->user_id)
$oddcomment = "author_comment";
echo $oddcomment;
?>" id="comment…

That’s all, if you followed this two simple steps correctly, your author’s box should be displaying with an improved and personalized style.

How to Change the Avatars Sizes in Comments

This is really easy, the kubrick wordpress template resizes the images to 32×32 by default. In order tyo change the sizes, go to Appearances  -> Edit -> comments.php and look up

<?php echo get_avatar( $comment,

You will find a line that looks like

<?php echo get_avatar( $comment, 32 ); ?>

In order to make the image bigger just try changin the number 32 to 50.  That’s all.

I hope you enjoyed this small tutorial.  Until next time!

Free Resources for Oriental Designs: Brushes, Patterns, Textures, Fonts, Icons, and More!

Monday, April 13th, 2009

orientalresources

While surfing on the web I run across a beautiful collection of Oriental Resources. Here you will find everything you need to get inspired for a new design, but not only that, you will also get to download resources so you can get started in a brand new design.

This blog written in spanish has put together a serie of resources which includes (in order):  Brushes, Patterns, Vectors for Illustrator, Wallpapers, WordPress Themes, Fonts, Icons, and Free Stock Images.. it’s an amazing collection.

Even though they are listed as free make sure you read the author’s license before you download them. I’ll make sure to download some of them for my personal collection of resources. Let me know how you liked it!

Visit the link

How to Create, Develop and Maintain a Successful Online Identity

Thursday, April 2nd, 2009

onlineidentity

Many businesses have seen an opportunity in the rapid development of internet transactions, to the point that you can do your shopping right from your computer and have the product at your door after a few days. Browsing in cyberspace you will find stores that only do their marketing and sales online – that’s the audience they attend to.

The same way, many professionals have decided to go freelance and work online with a lot of success. But, this also raises the question,  if I decide to work freelance online, how will people know I’m the right person for them?

The answer can be simple and complex at the same time.  It’s pretty much the same basic requirements you need to have in order to do business in the outside world: do good work and continue advertising yourself and your services.

But offering services online will also require for you to create a medium from where people will get to know you, here are some ideas:

Have an Online Profile

This could be a social networking account, website, blog,  store, etc. This is pretty much the first step you will need to take in order to have a presence online. (more…)

81 Most Popular WordPress Plugins: Management, Analysis, Stats, Security, and More!

Tuesday, March 24th, 2009

title

I thought it was about time that I make a post about WordPress Plugins again.  In this opportunity I have put together a collection of articles listing a great number of really good plugins, 81 plugins in total. (more…)

Plugins para WordPress: Administración, Seguridad, Estadísticas para tu Blog y Más!

Monday, March 23rd, 2009

Navegando por la red, me encontre con una gran colección de plugins para WordPress muy buenos. (more…)

Use Any Type of Fonts in Your Website with FontBurner

Monday, March 23rd, 2009

Sometimes when building a website, we are restricted to the use of certain type of fonts in order to maximize the compatibility with most of computers. This is because the page calls the font whenever it’s being loaded. While every computer has Arial, to be able to use an uncommon font will be an aditional issue developers will need to face. So, what if we want to create an innovative website with an original design that might require for us to have a wider choice of fonts? FontBurner offers a new solution for this problem.

Here is how it works:

First, it will ask you to browse through their list of fonts, you will have the option of picking out the font you like of over 1000 quality fonts. Then you will have a  that you will need to embed in your website and that’s it! you’ll be enjoying the beautiful typography in your website.

For WordPress users, FontBurner has a wordpress plugin that simplifies the process of embedding the code in your website.

Favicon Plugin for WordPress | Favicon Plugin para WordPress

Sunday, March 22nd, 2009

wpThere is a nice plugin for WordPress that allows you to upload the favicon that you made to your website. a Favicon is a small icon that appears next to your blog title and address. By using a Favicon you will let your users find you better in their bookmarks. WordPress users can change a Favicon to their blog as the easiest way possible. The plugin is called MaxBlogPress Favicon you will need to install it and then upload the favicon that you have made it via MaxBlogPress Favicon

Existe una buen plugin para WordPress que te permite subir tu favicon que has disenado a tu pagina. Favicon es el icono pequeño que se ve al costado del titulo de tu blog, y en la direccion URL. Al usar un Favicon les permites a tus lectores encontrar tu blog de una manera mas facil. Este plugin the permite cambiar tu favicon de una manera muy simple. El nombre del plugin is MaxBlogPress Favicon, lo primero que tendrias que hacer es instalarlo y luego subir tu Favicon a tu blog via MaxBlogPress Favicon.

My Fav 5 Simple WordPress Tricks

Wednesday, February 25th, 2009

If are you proficient with Php, HTML, and CSS the possibilities of what you can achieve with WordPress are unlimited. Even if you aren’t a coding or web development guru, there are still many simple things that you can do to improve your WordPress site. There are a countless number of plugins that do just about everything, but there are many times where all you need to do is copy and paste a simple line of code to tweak your site. Here are five of my favorite simple WordPress tricks to change the look, feel and function of your WordPress template.

Read More

Get Total Control Over Your Page Styles With CSS

Tuesday, February 24th, 2009

A WordPress site is made up of lots of different types of pages. The home page, post pages, category pages etc. So what if you could control how each of these looked individually?

You could create different template files for each, but that’s time consuming and makes it difficult to easily update across your whole website.

In this article, we’ll show you how you can set the tag to have a different ID depending on the type of page, and then how you can use CSS to style the page any way you like because of that. No more template editing needed in the future!

Read More

WordPress Plugins Round-up You Shouldn’t Miss For Anything

Wednesday, December 10th, 2008

wordpress_plugins

I recently changed my blog to this self-hosted wordpress blog and I couldn’t be happier! As soon as I installed my blog in my server I started re-designing my site, and adding some wordpress plugins. Now THAT showed me the awesomeness of having a blog using wordpress.

I put together a list of plugins that have really given a lot of accesibility to my site and helped it become not only user friendly but also SEO friendly.

Related Posts: I have this plugin installed in my site, it’s very useful and light which is always a plus. It creates an effective system of related content; this plugin will let you manually select related posts, and turn your blog into an extended network of intertwined information. Selecting related posts is fully integrated, which makes it very easy to adopt it in your publishing workflow.

Improved Meta Description Snippets: It automatically creates effective meta descriptions following Google’s directions.

Sociable: Sociable is a plugin which adds social media buttons to your posts, and does so easily, and beautifully. (more…)