kim09
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Install theme in .zip formatYou can also upload the themes without using ftp, just in wp-contents-themes then hit upload your theme and extract it
Forum: Themes and Templates
In reply to: Custom site designed in photoshopHey peteypr1
Yes, it’s possible to create wordpress theme from Photoshop. First after slicing up, cornvert it to HTML then wordpress theme.
Forum: Installing WordPress
In reply to: help! error installing …Hey iceyoda,
Have you tried to upload fresh wordpress file again?Forum: Fixing WordPress
In reply to: Remove author and dateHey poolguru
The codes usually can be found in index.php file remove these codes:<?php the_author(); ?>= for author
<?php the_time('F jS, Y') ?>= for the datehope that helps.
Forum: Fixing WordPress
In reply to: How do You Link a reply to a commentHey John,
I guess you’re in a wrong forum 🙁 this forum is for wordpress.org (selfhosted wordpress)
for wordpress.com forum, you can find in: http://en.forums.wordpress.com/
GreetingsForum: Installing WordPress
In reply to: Didnt get username or passwordHey miko88,
If you want to look for your username and password in php Myadmin:
Open the right database, then look for wp_users, browse (the icon in the very right), and look for your username (user_login), select it, click pencil icon, and find choose user_pass.
Click the pull down menu choose MD5 and type the password in the very right box to reset your password.
Hope that helps.Forum: Fixing WordPress
In reply to: subscriber lost passwordHey Bob31
Did he enter his email address to reset password?
If that doesn’t work then in phpMyadmin, wp_users, browse, and look for his username (user_login), select it, click pencil icon, and find choose user_pass.
Click the pull down menu choose MD5 and type the password in the very right box.Hope this helps, greetings
Forum: Fixing WordPress
In reply to: Font on home pageHey mintmagazine,
Try to change the code which contains this (in style.css file):
p { margin: 15px 0; line-height:160%; }Change that to:
p { margin: 15px 0; line-height:160%; font-size:12px; font-weight:normal; }Hope that helps, you can change the font-size to any pixel you like.
GreetingsForum: Fixing WordPress
In reply to: Editing the meta widget?Hey Robertlg39,
I used this widget: http://wordpress.org/extend/plugins/minimeta-widget/ and it worked fine, you can modify it too.
Greetings
Forum: Fixing WordPress
In reply to: changing the Site URLhttp://codex.wordpress.org/Changing_The_Site_URL
hope this help.Forum: Fixing WordPress
In reply to: How to put in the sidebar blog statistics?Hi,
Have you tried drag and drop category widget to sidebar? and check this option (see the pic)
Forum: Fixing WordPress
In reply to: Changed WordPress URL, cannot log inHey TheTradeMarkExperience
If you changed the URL, i guess index.php should be edited too.
Forum: Installing WordPress
In reply to: installationHey tastypixels,
yes, you can install direct using FTP by uploading wordpress.zip files. But don’t forget to create a database first 🙂
Goodluck
Forum: Fixing WordPress
In reply to: After how many days my site will show up in googleHey sh3ll3y,
I asked that question too to myself after i installed SEO plugin for my blog. Mine needs probably a few days. I think it doesn’t only depend on your SEO plugin.
Have you tried submitting your site to google webmaster tool, analytics? i think that might help too.Good luck with your site 🙂
Forum: Fixing WordPress
In reply to: changing the Site URLHey pinockkio,
There is “home” field, if you click the right arrow (see the pic)
Good luck!