ryans149
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Google webmaster tools site verification.Generally, in Linux, root folder is public_html directory. But just confirm this with your host. Also, you should be able to access this file as (for example)
domain.com/google11e5844324b7354e.html
Forum: Fixing WordPress
In reply to: admin area English only pleasePlease check this:
Forum: Fixing WordPress
In reply to: Phantom contact page…?your URL http://www.ileasebeats.com/beabetterproducer/contact/ is not redirecting to the new contact page.
may be you have put this old URL somewhere and people try to access it, but they are not being redirected to the new contact page..
Forum: Fixing WordPress
In reply to: CATEGORIES HELP on WORDPRESS 2.7If you want to have your blog as http://www.teenissues.net/, you need to install it under public_html only.
If you want to have your blog as http://www.teenissues.net/teenissues/ , you need to have it under public_html/teenissues/
No need to have it in www or /www/teenissues/.
Also, check this URL for more information on blog URL:
Forum: Fixing WordPress
In reply to: Can’t change blot title tag lineManually changing is possible, but you need to edit database and its very hactic.
Solution:
Make sure you have uploaded wp-admin and wp-content folders properly. In case, reupload them.
Assign 755 permissions to your files and folders.
Forum: Fixing WordPress
In reply to: CATEGORIES HELP on WORDPRESS 2.7All your links are very messed up. When I click on the category parent, I get this link:
http://www.teenissues.netcategory/parentsHave you installed wordpress in your root folder only?
Also, disable all plugins and also switch to the default permalink structure and have a try again.
Forum: Fixing WordPress
In reply to: adding a linkIt seems that you want to create your own page (out of the wordpress blog) and show it on your blog, as a part of the blog.(may be I am wrong) You can do this using these steps:
Create the page newpage.html outside wp-admin folder.
Now, you can access it using the link: yourwebsite.com/newpage.html
Edit the header.php file and place a link for this page.Forum: Fixing WordPress
In reply to: Writing and editing multiple posts on other pages I have createdyes, this is a trick to do this. I have already used it in my site:
However, tokrock was asking a basic question, so I just pointed him to the codex.
Forum: Fixing WordPress
In reply to: How can I take out the tags at the bottom of the posts?edit the index.php file of your theme and change the tag call..
Forum: Fixing WordPress
In reply to: WordPress & Google Mapsby default, using Javascript or Iframe is not allowed in posts (as per my knowledge). So you can use it in your perticular pages (like single.php or page.php)
As mentioned above, you can use a plugin for that
Forum: Fixing WordPress
In reply to: Permalinks doesn’t work with slashlinks to pages wont change by this. You can use the plugin All in One SEO for for the same.
Forum: Fixing WordPress
In reply to: Comment html is being strippedFirst of all, try disabling all plugins one by one and check if this is solving the issue.
I think one the below plugins should be the cause:
WP-PageNavi
WP-Syntax
WP CSS
RedirectionForum: Fixing WordPress
In reply to: How to prevent author to publishI am not sure about codings, but I can point you to a plugin:
http://www.im-web-gefunden.de/wordpress-plugins/role-manager/
Forum: Fixing WordPress
In reply to: Force ONLY relative linksYou are welcome!
yes, this is a good idea.
I am not sure how to do this, as I am not good in SQL. But you can download the database on your local and do experiments..
Forum: Fixing WordPress
In reply to: Writing and editing multiple posts on other pages I have createdYes, this is because pages are static, not dynamic. Refer this:
http://codex.wordpress.org/Pages
So you can not post to pages..