Ryan S
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Changed domain – WordPress stopped functioningI checked the site and it is working fine. I also could see the login page. However, if you feel it is not well, ask your host to restore backup..
Forum: Fixing WordPress
In reply to: HTML coding displaying on blogthats true. Do not use Microsoft Word to compose your posts. Use Notepad or any other editor.
Also, if you still want to use it, do this:
1) Write the contents in word.
2) Click on Viewà Weblayout.
3) Now go to Menuà Publishà Blog.
4) Now copy the contents.
5) Now go to your wordpress dashboard and start a new post.
6) Click on the tab ‘Paste from word’. A window will open.
7) Paste the blog contents here and Click on ‘Insert’.
Now, this blog will not contain any error.
http://www.bestwpthemez.com/wordpress/how-to-use-ms-word-for-wordpress-blogging-397/
Forum: Fixing WordPress
In reply to: Backup Instructionsyes, your files and database back up is always different. Your posts other data that in your blog are saved in database. So database back up is the most important.
Also, you can take the post back up in XML format from your wordpress admin panel. Just go to Tools –> Export.
Forum: Fixing WordPress
In reply to: Search Bar in Blog Post Sectionwhere did you put the code?
Place it in your index.php file. It will be shown along with the posts (only once at the proper place you want).Forum: Fixing WordPress
In reply to: Visual editor gone in 2.8try reinstalling wp-includes folder.. it should work
Forum: Fixing WordPress
In reply to: WordPress site with bilingual option ?one way to do this is to install wordpress in two subfolders, English and French.
People can access your site with these option:
yourdomain.com/english and
yourdomain.com/frenchAnd on the home page, you can give then options to select..
Forum: Fixing WordPress
In reply to: Get Sidebar to Show Up on PostsGood!!
Then take a back up and then you can edit the theme.. 🙂
However, still look at the coedx and then make changes..
Forum: Fixing WordPress
In reply to: WordPress Upgrade 2.8 no more imagesIt seems that you did a manual back up and overwritten the wp-content directory. You need to exclude this directory from upload while doing a manual upgrade..
Forum: Fixing WordPress
In reply to: Pretty Permalinkscan you provide the rule here? Also, is the wordpress in the root directory or any subdomain?
.htaccess file must be in the same folder as that of wordpress…
Forum: Fixing WordPress
In reply to: how do i keep the date ABOVE the header image?I am not sure where are you adding the code, but add the date tag after this:
<h1><a href="<?php echo get_option('home'); ?>/"><?php bloginfo('name'); ?></a></h1> <div class="description"><?php bloginfo('description'); ?>Forum: Fixing WordPress
In reply to: Removing “More” and “Comment” from pages?Need to edit the single.php and page.php file and edit this code:
<?php comments_template(); ?>Forum: Fixing WordPress
In reply to: Exploits and GoDaddythis is a very common issue with WordPress. WordPress is mot more secure, and hence you must take some measures to protect your blog:
1) Always upgrade to the latest version. This reduces a lot of holes..
2) Upgrade all the plugins to their latest versions.
3) Use a strong password.
4) Do not use unknown plugins. Deactivate and remove if you are using..Forum: Fixing WordPress
In reply to: New site worked last night – now Syntax Errorthis code can be added from the template.. so do not use/change the template which are unknown… and as mentioned by esmi, remove that code..
Forum: Fixing WordPress
In reply to: Locked out of my own weblogyou can also reset the password form phpmyadmin. Follow these steps:
http://codex.ww.wp.xz.cn/Resetting_Your_Password#Through_phpMyAdmin
Forum: Fixing WordPress
In reply to: Intergrating Wordpres With Ads.edit the header.php file and place the code at the appropriate place…