adeydas
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: www.mydomain.com versus mydomain.com problemLooking good here, by the way just out of curiosity what are the && for before the titles in the sidebar?
Forum: Installing WordPress
In reply to: password in wp-config.phpEnabling the exec() command in PHP can be one big loop hole. Is it not possible to put the password in some encoded form on a completely separate file?!
Forum: Your WordPress
In reply to: It’s Done! Thoughts?Nice design, but the colours are a bit contrasting. But never mind, that’s only a personal opinion.
Forum: Fixing WordPress
In reply to: email post seems to work but doesn’t get displayed…Did you change any part of the WP code? And could you give us your URL please.
Forum: Fixing WordPress
In reply to: Link blog in sidebarThanks but I have done it but in a different way. Check out my blog now. The link blog is in the sidebar under Linkyloo.
Forum: Fixing WordPress
In reply to: Permalink 404 error?Now there is a 500 internal server error. You sure you have uploaded the .htaccess in ASCII mode with proper permissions.
Forum: Fixing WordPress
In reply to: Link blog in sidebarAnyone?!
Forum: Fixing WordPress
In reply to: I am a moron!Try this
<?php list_cats(0, '', 'name', 'ASC', '/', true, 0, 1); ?>
.Forum: Themes and Templates
In reply to: Comments not working…Did you include wp-comments.php at the end of the loop?
Forum: Installing WordPress
In reply to: Installation and Blank Page ProblemsWell please post a link to your blog and give us some details about your server, MySQL, PHP versions, etc.
Forum: Fixing WordPress
In reply to: Showing Correct timeThese are completely two different issues. Dunstan’s time since plugin has a ‘bug’ which makes posts just posted to show that.
About the time, did you put +3 in the Options page?
Forum: Everything else WordPress
In reply to: 403 Forbidden ErrorYou can try putting this in your .htaccess:
DirectoryIndex index.php
This will force Apache to accept nothing but index.php as your default file.
Forum: Installing WordPress
In reply to: Need help moving Blogger files!greystonegirl16> You seem to have put the whole Blooger template including the Blogger tags in your WP template. Blogger and WP has different template structures, hence you cannot use Blogger template in place of WP. I suggest that you get the original index.php from the .zip or .tar.gz file and upload it. You will be shown a default template. You can then edit the CSS or the PHP directly later to match your Blogger template.
Tim> I can hardly understand your template. What did you use to make it?!
Forum: Themes and Templates
In reply to: Display only newest postWP shows the newest posts by default. You can change the number of new posts to be shown from Options>Reading.
Suppose you want to show the new posts in a page called new.php, then copy everything you have in index.php and put it in new.php and it should work if you have the ‘messy’ URL’s. In case of the clean URL’s, you have to edit your .htaccess.