ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Dimension of pictures into galleriesis it nextgen gallary?
You can configure various options from Gallary–> Options
Forum: Fixing WordPress
In reply to: RSS Feed errorForum: Fixing WordPress
In reply to: Can not post commentsI tried to post comment, and got this:
Your comment is awaiting moderation.
Check your dashboard. Comments must be there waiting approval.
Forum: Fixing WordPress
In reply to: ‘category/’ being added to image url in Blog linkare you using relative path? like /wp-contents/upload/ ???
Use the absolute URL of your images with http://www.yourdomain.com/wp-contents. It will work properly.
Forum: Fixing WordPress
In reply to: Need Help! Timthumb.php not workingYou have this code:
<img class="header" src="http://www.webhost4life.org/wordpress/wp-content/themes/makintab-blue/functions/timthumb.php?src=http://www.webhost4life.org/wordpress/wp-content/uploads/2009/07/Helen3-218x185.jpg&w=250&h=250&zc=1" alt=""/>this seems to be incorrect
Forum: Fixing WordPress
In reply to: Inserting Clickbank HoplinksI think you can simply use an anchor tag:
<a href="http://AFFILIATE.VENDOR.hop.clickbank.net" target=_top>CLICK HERE</a>Forum: Fixing WordPress
In reply to: Multiple LanguagesThis plugin may help you:
Forum: Fixing WordPress
In reply to: Cannot Add TagsTag function is working fine in 2.8. Make sure you have uploaded all the files , especially wp-admin and wp-includes. Also, try deactivating all the plugins..
Forum: Fixing WordPress
In reply to: Upload new media: Unable to create directoryGive “recursive” 777 permission to uploads folder. Ask your Host to do this from Shell access:
chmod -R 777 wp-contents/uploads
Forum: Fixing WordPress
In reply to: i’ve downloaded wordpress2.8but could open itwhich OS you have? you have following options:
1) WAMP or XAMP:
Most suggested is WAMP for windows OS. No need to add anything else. PHP and MySQL are included2) windows server with Mysql and PHP
3) LAMP for linux OS:
No need to add anything else. PHP and MySQL are includedForum: Fixing WordPress
In reply to: Want to becom a wordpress hostif someone is paying you, they will not like adds on their sites.
Forum: Fixing WordPress
In reply to: How to link to a paragraph within a postwhat do you mean by “Link to a link to a paragraph” ? Can you please explain in more details??
Forum: Fixing WordPress
In reply to: Inserting Excel or Word chartsOh sorry. I mean to write contents in MS word…
Sorry for the typo… 🙂
Forum: Fixing WordPress
In reply to: “Next posts ” showing blank pagecan you show us the function which is calling next post.. it should be like this:
<?php next_post_link(); ?>Forum: Fixing WordPress
In reply to: Footer linkyou can edit the code in your theme’s footer.php file. Look for your current active theme