ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to move .htaccess file.htaccess file is generally invisible through FTP. Login to your contol panel and you should view that file. if you cant, contact your host..
Forum: Fixing WordPress
In reply to: the_date() is not appearing on my posts.isn’t your loop incomplete?
<?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>Forum: Fixing WordPress
In reply to: remove all images from database@michaelh
I also want to know the same. Is there any entry in the database for images?? Except that you have mentioned..In my blog, subscribers do not have access to contact form 7 from their dashboard…
Forum: Fixing WordPress
In reply to: Uploading media to a directory that isn’t /%year%/%month%/go to settings –> Miscellaneous
First, change the path wp-content/uploads to anything where you want to upload your files. Like:
wp-content/uploads/trains/explorer
and uncheck this option:
Organize my uploads into month- and year-based folders
So, your images will be directly uploaded to
wp-content/uploads/trains/explorer folder. Change this path when you want to change the folder..Forum: Fixing WordPress
In reply to: Ecto setup, bad login/pass?!http://i26.tinypic.com/301ggi0.jpg
and
http://i30.tinypic.com/10ni51e.jpgmay be your this is not the problem, but you need to check this first..
Forum: Fixing WordPress
In reply to: I can’t add new widgets!if you dont mind, you can contact me at ryan_accuwebhosting[AT]yahoo[DOT]com
mods, please dont consider this as spamming..
Forum: Fixing WordPress
In reply to: Theme Help – Permanent Picture In F8 Lite1) Edit the header.php and there should be something like this:
<?php wp_list_categories( $args ); ?>you need to edit this. You may need to remove this tag and add a custom list of categories..
2) Edit the header.php and placean img tag..
3) Check the CSS class used in footer.php and edit your style.ccs file accordingly
http://iamgabeaudick.com/wp-content/themes/f8-lite/style.css
Forum: Fixing WordPress
In reply to: Post Tags not working on 2.8.4Forum: Fixing WordPress
In reply to: Placing posts in /blog/ with pages in the root domainyour can set up a redirection for /blog to your main domain.. I hope it will work
Forum: Fixing WordPress
In reply to: I can’t add new widgets!you will get the files from fresh wordpress installation:
Forum: Fixing WordPress
In reply to: Ecto setup, bad login/pass?!not in ecto, in your wordpress blog.
Login to your admin panel: http://yourblog.com/wp-admin
then go to Settings –> Writting
Check the option: Enable the Atom Publishing Protocol.
Forum: Fixing WordPress
In reply to: replace bullet points with a graphic when used in postscan you provide the URL?
Also, one hack.. right click on that bullet image and click on view image. Now check the URL of the image, it will show you the path where you image is located..
Forum: Fixing WordPress
In reply to: noob question – how to start auto blog (with rss feeds)I did not get you.. what is the issue with this plugin? It works for me..
Forum: Fixing WordPress
In reply to: noob question – how to start auto blog (with rss feeds)check this:
http://wordpress.org/extend/plugins/wp-o-matic/
for feeds, you need to search some forums and then look for the feed URL..