Archive for October, 2009

Is there a place where I can get GPL premium Wordpress themes free?

As far as I know, if someone buys a premium Wordpress theme licensed under a GPL, he/she can redistribute or even resell it. So where can I get those for free? Or does anyone know a place where the premium themes are reselling at a fraction cost of the original price?

Yes. Premium Wordpress themes that are released under GPL license give you the freedom to redistribute and resell them. If it is too expensive for you to purchase from the original source, you can try the following source which give you access to 50+ premium themes at just a fraction of the original price.

Is there a place where I can get GPL premium Wordpress themes free?

As far as I know, if someone buys a premium Wordpress theme licensed under a GPL, he/she can redistribute or even resell it. So where can I get those for free? Or does anyone know a place where the premium themes are reselling at a fraction cost of the original price?

Yes. Premium Wordpress themes that are released under GPL license give you the freedom to redistribute and resell them. If it is too expensive for you to purchase from the original source, you can try the following source which give you access to 50+ premium themes at just a fraction of the original price.

Wordpress in website design-can we add an image?

Hi,

We have a website and would like to add a light box feature to some of the category pages. We can simply add this in to the post and page entries….is it possible on a category page too?

Images:

WordPress – Adding Images to Your Post and Pages: http://www.associatedcontent.com/article/26911/wordpress_adding_images_to_your_post.html
Using Images: http://codex.wordpress.org/Using_Images
Using Image and File Attachments: http://codex.wordpress.org/Using_Image_and_File_Attachments

————
Designing for WordPress – Complete Series & Downloads: http://css-tricks.com/designing-for-wordpress-complete-series-downloads/
Adding static page to WordPress: http://geekycoder.wordpress.com/2007/11/18/adding-static-page-to-wordpress/
Web Site Blog: http://www.instant-web-site-tools.com/blog/

Where do I get cheap premium Wordpress themes?

Most of the premium themes out there cost more than $50. I only have a small budget. If anyone can show me where to get cheap premium Wordpress theme, it would be appreciated.

Indeed, premium Wordpress themes are expensive but that doesn’t mean you can’t get a cheap one. I recently stumbled upon http://www.themescheap.com/ and found out you can purchase over 50 premium Wordpress themes offered by industry’s leading providers. You can get them all at just $39.95!

I need to add a image to my word press theme.there isn’t one there so i need to add one?

add a logo or image on my wordpress blog

Images:

WordPress – Adding Images to Your Post and Pages: http://www.associatedcontent.com/article/26911/wordpress_adding_images_to_your_post.html
Using Images: http://codex.wordpress.org/Using_Images
Using Image and File Attachments: http://codex.wordpress.org/Using_Image_and_File_Attachments

Ron

I need to add a image to my word press theme.there isn’t one there so i need to add one?

add a logo or image on my wordpress blog

Images:

WordPress – Adding Images to Your Post and Pages: http://www.associatedcontent.com/article/26911/wordpress_adding_images_to_your_post.html
Using Images: http://codex.wordpress.org/Using_Images
Using Image and File Attachments: http://codex.wordpress.org/Using_Image_and_File_Attachments

Ron

What are the best free blog creation sites? (apart from Blogger and Wordpress)?

I am looking for one that enables me to cutomise things, such as including my own logo design and using it as a header/title. I’d also like widgets such as Twitter. Thanks.

What’s best is pretty subjective, as it depends on a variety of factors. I can tell you which services are popular (besides Blogger & Wordpress), which MAY fulfill the requirements that you’ve stated:

Livejournal (http://livejournal.com ), Vox (http://vox.com ), Typepad (http://typepad.com ), Tumblr (http://www.tumblr.com/ )

Also, you may want to check out http://blog-services-review.toptenreviews.com/ which provides a listing of top services and features (excluding Y!360 from the blog list).

"Parse error: Syntax Error" for Wordpress Theme?

I’m trying to upload a customized Wordpress theme and I keep getting this error when I try to activate the theme:

Parse error: syntax error, unexpected T_STRING in /home/content/t/r/e/tremak/html/wordpress/wp-content/themes/brown_theme/index.php on line 4

——————————————————–

Line 4 is where my PHP code begins ****

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
**** <title><?php wp_title(‘«’ true, ‘right’); ?>
<?php bloginfo(‘name’); ?></title>
<style type="text/css">
@import url("<?php bloginfo(’stylesheet_url’); ?>");
</style>
<link rel="alternate"
type="application/rss+xml"
title="<?php bloginfo(‘name’); ?> RSS Feed"
href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate"
type="application/atom+xml"
title="<?php bloginfo(‘name’); ?> Atom Feed"
href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback"
href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp head(); ?>
</head>
I put the asteriks there to show where Line 4 is
Also: I’m using the book, "Wordpress 2.7 Complete" by April Hodge Silver to help me with this. I got to up to page 134 and ran into this problem.

Was there a reason that the asterisks were there?

Found your problem.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title><?php wp_title(‘«’ true, ‘right’); ?>
<?php bloginfo(‘name’); ?></title>
<style type="text/css">
@import url("<?php bloginfo(’stylesheet_url’); ?>");
</style>
<link rel="alternate"
type="application/rss+xml"
title="<?php bloginfo(‘name’); ?> RSS Feed"
href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate"
type="application/atom+xml"
title="<?php bloginfo(‘name’); ?> Atom Feed"
href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback"
href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp head(); ?>
</head>

Try that. It ran off on mine and did the usual Yahoo Answers … deal and caused the Doctype to run into the head and style tags. Neither of my programs (WeBuilder 2010, DreamWeaver CS4, or WeBuilder 2008) gave me a syntax error on it. I <3 WP too!

-Billy

"Parse error: Syntax Error" for Wordpress Theme?

I’m trying to upload a customized Wordpress theme and I keep getting this error when I try to activate the theme:

Parse error: syntax error, unexpected T_STRING in /home/content/t/r/e/tremak/html/wordpress/wp-content/themes/brown_theme/index.php on line 4

——————————————————–

Line 4 is where my PHP code begins ****

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">

<head>
**** <title><?php wp_title(‘«’ true, ‘right’); ?>
<?php bloginfo(‘name’); ?></title>
<style type="text/css">
@import url("<?php bloginfo(’stylesheet_url’); ?>");
</style>
<link rel="alternate"
type="application/rss+xml"
title="<?php bloginfo(‘name’); ?> RSS Feed"
href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate"
type="application/atom+xml"
title="<?php bloginfo(‘name’); ?> Atom Feed"
href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback"
href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp head(); ?>
</head>
I put the asteriks there to show where Line 4 is
Also: I’m using the book, "Wordpress 2.7 Complete" by April Hodge Silver to help me with this. I got to up to page 134 and ran into this problem.

Was there a reason that the asterisks were there?

Found your problem.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<head>
<title><?php wp_title(‘«’ true, ‘right’); ?>
<?php bloginfo(‘name’); ?></title>
<style type="text/css">
@import url("<?php bloginfo(’stylesheet_url’); ?>");
</style>
<link rel="alternate"
type="application/rss+xml"
title="<?php bloginfo(‘name’); ?> RSS Feed"
href="<?php bloginfo(‘rss2_url’); ?>" />
<link rel="alternate"
type="application/atom+xml"
title="<?php bloginfo(‘name’); ?> Atom Feed"
href="<?php bloginfo(‘atom_url’); ?>" />
<link rel="pingback"
href="<?php bloginfo(‘pingback_url’); ?>" />
<?php wp head(); ?>
</head>

Try that. It ran off on mine and did the usual Yahoo Answers … deal and caused the Doctype to run into the head and style tags. Neither of my programs (WeBuilder 2010, DreamWeaver CS4, or WeBuilder 2008) gave me a syntax error on it. I <3 WP too!

-Billy

How can I get my comments to paginate in WordPress?

I’ve made my own custom theme in wordpress. Everything as far as being able to comment works fine, it’s just that no matter what i do now, the comments refuse to paginate. I’ve tried going to the "…/wp-admin/options-discussion.php" page to fix the problem but it just doesn’t show up. I’ve tried using a plug-in to help, but they take away the formatting and style I have for each comment post.

it there anything I can do to my theme’s "comments.php" file to have it successfully paginate and still keep the styling? Thanks ahead of time.

PS I have the latest version of wordpress.

Paginated comments is a standard feature of the 2.8.4 Wordpress version.
All you have to do is go to Settings / Discussion from your dashboard.
There you have to check whatever options you need in the second paragraph "other comment settings"
Happy blogging!

Icy Clean Theme
Think White Theme
Clean Green Theme
Design Your Own!
Artisteer - Wordpress Theme Generator