vachi
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: wp doesn’t send user registration email with password – godaddyit could be that godaddy is restricting php generated emails
maybe contact themif this is not the reason, than make a test wp install and see f that one works, if it does than you should reinstall your WP
Forum: Fixing WordPress
In reply to: Custom Fields Duplicating in 2.6.1yeah i have a similar problem, mine is when creating a new post all of my custom fields show up, this creates a long waiting time when creating new posts, but after the post is published the problem is gone and when editing the post the fields are gona and i am left with what i should have
i was told that mainly custom field problems are caused by plugins that use them so maybe try deactivating all the plugins, if it stops than go down the list deactivating each until it works, it also can be that one of your plugins is not updated or does not support the 2.6.1
Forum: Fixing WordPress
In reply to: Help needed: How to open rss-links in new window?your solution is as simple as adding a _blank to the link code
for example
<a href="http://www.crunchyroll.com/rss/drama" target="_blank">http://www.crunchyroll.com/rss/drama</a>so here is a wordpress example
<a href="<?php bloginfo('rss2_url'); ?>" target="_blank">Entries (RSS)</a>Forum: Fixing WordPress
In reply to: Looking for some help with my authors page…why don’t you post your solution pleasE?
Forum: Fixing WordPress
In reply to: high cpu usageLast Updated: 2008-6-6
Requires WordPress Version: 2.2 or higher
Compatible up to: 2.5.1Forum: Fixing WordPress
In reply to: Looking for some help with my authors page…if you just add this style to your css it will padd all images
img { padding: 5px; }now you need the specific image of the author right?
the image is a part of teh post
best you can do is add this style, i am sure you can do better but this should do the trickdiv#content img { padding: 5px; }Forum: Fixing WordPress
In reply to: high cpu usagehere is a bit of a explanation and a solution
http://www.ditii.com/2008/06/09/control-your-wordpress-cron-wp-cronphp-with-wp-crontrol-wordpress-plugin/Forum: Fixing WordPress
In reply to: Remember me does not remember mewhat bowser you are using?
Forum: Fixing WordPress
In reply to: Hey, brand new to WP, a lot of very dumb questions.well your friend is not using some static pages, he has made a theme called “johnkuck” and he is using that, that is what i recommended for you to, to look into theme customization rather integration
there are few links you can try for theme building
http://www.wpdesigner.com/2007/02/19/so-you-want-to-create-wordpress-themes-huh/http://codex.wordpress.org/Theme_Development
http://www.google.com/search?hl=en&client=safari&rls=en-us&q=making+themes+wordpress&btnG=Search
Forum: Fixing WordPress
In reply to: post tags and formatting is moving up next to post contenthow about put the tags code in its own div and than create a class for it
also maybe put a break, it could be that the break is lost, so put a</br>
also the one that you say it “looks like this”, like the that post have tags specified? meaning did you add tags for it?Forum: Fixing WordPress
In reply to: How do I make ‘permananet’ categories on the main blog page?here is a very cool guide in doing this in many ways, instead of me just pasting their code here, read their guide 🙂
and if you have more questions don’t hesitate
Forum: Fixing WordPress
In reply to: Hey, brand new to WP, a lot of very dumb questions.are you trying to just show your latest posts in that section,
also your site can be easily made in wordpress fully, meaning into a wordpress theme
if your blog is a important part of your site i suggest making your site wordpress fully
if that small box is suppose to be just the latest blog post, and than you want a redirect link to your wordpress blog install that too can be done
there are some posts about this already you should check them out
http://wordpress.org/support/topic/129397?replies=7Forum: Fixing WordPress
In reply to: Kubrick header gradient colors no longer displayedhave you tried to replace the theme folder with the original, maybe a fiel was damaged or so on
Forum: Fixing WordPress
In reply to: [Plugin: Gengo] only one post in list of posts managewhat version of wordpress are you running?
Forum: Fixing WordPress
In reply to: post tags and formatting is moving up next to post contentdo you mean under the comment area??
please explain differently 🙂