Hyper123
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: "out of memory" error (Urgent!)If the other setups work fine there has to be something unique about this install. I would try removing plugins first to see if that helps and go from there.
Forum: Fixing WordPress
In reply to: Seperate gallery in one postNextGen Gallery can do what your after if I understand you correctly. You can get it at https://www.ads-software.com/extend/plugins/nextgen-gallery/
Forum: Fixing WordPress
In reply to: read more function ?You can use the excerpt tag https://codex.www.ads-software.com/Template_Tags/the_excerpt
Forum: Fixing WordPress
In reply to: some questions on upgradingUpgrading usually isn’t to bad but sometimes there can be issues. Before upgrading make sure to backup your files and database incase there is an issue. You would then overwrite the current WordPress files with the new ones and visit the admin for a link to upgrade the database. Your old theme should work on 2.5 with little to no tweaks and all your content should remain, but if there is a major issue there is always the backup to go back to. You should try the upgrade since 2.1 is no longer supported and no security or bugfixes will be released for it.
Forum: Fixing WordPress
In reply to: Private AreasYou could use the built in password feature. When writing or editing a post or page scroll down to password protect this post and set a password there.
Forum: Fixing WordPress
In reply to: blog in the frontpageYou could make a category for that and then only show posts from that category on the home page. I think the code you be
<?php if (is_home()) { query_posts("cat=5"); } ?>
You would change the 5 to whatever the category id is that you choose for the home page.
Forum: Fixing WordPress
In reply to: HELP me in shifting my blog to wordpressThe issue might be with your webhost not being setup to allow your site to connection to google via ssl. Try contacting them about it.
Forum: Fixing WordPress
In reply to: RSS ErrorIt looks like the line after that issue in your rss has
<b>Warning</b>: stristr() [<a href='function.stristr'>function.stristr</a>]: Empty delimiter in <b>/home/dchea0/public_html/wp-content/plugins/wassup/wassup.php</b> on line <b>2093</b><br />
You could try turning off that plugin and see if that helps.
Forum: Fixing WordPress
In reply to: “invalid key” when resetting passwrd!It is a known issue https://trac.www.ads-software.com/ticket/6842 and will be fixed in 2.5.2 . You can until then try this patch https://cubegames.net/blog/2008/04/27/reset-password-bug-patch-and-fixed-files/
Forum: Fixing WordPress
In reply to: New to wordpress – A few errors confusing me and my hostI had these same issues with WP 2.5.1 but not with 2.5. Try installing 2.5 in a sub folder to see if it works fine. Remember since it is an older version you shouldn’t use it on a live site. https://www.ads-software.com/wordpress-2.5.zip
Forum: Fixing WordPress
In reply to: My Pages only Preview, not Publish…????Try turning off permalinks and see if that helps.
Forum: Fixing WordPress
In reply to: Multiple Custom Fields Causing IssuesStill no ideas?
Forum: Fixing WordPress
In reply to: how to upload a folder to the themes folder?You can try the plugin OneClick Installer that will let you either upload a zip or give it a link to a zip of a theme or plugin and it will take it and unzip it to the correct folder.
Forum: Fixing WordPress
In reply to: how to upload a folder to the themes folder?If you have FTP access you can go to wp-content/themes and upload the theme folder there.
Forum: Fixing WordPress
In reply to: ‘Write Post’ editor appears too wide (v2.5)Have you tried turning off all plugins to see of one of them are to blame?