Lucian Florian
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Your submission is being flagged as spam! SorryYou should change the settings from Control Panel you form panel administration. Which contact form plugin do you use?
I would also try testing with other email address.Forum: Fixing WordPress
In reply to: HELP!!!! Locked out of my wordpress.org blog.either your web designer did changed your password or you should have him take care of security issue, in case he didn’t.
Forum: Fixing WordPress
In reply to: How do I add comments to a page that has posts?I didn’t understood your first question.
In this case you need to add it in single.php page and if is on this page can stay inside the loop.Forum: Fixing WordPress
In reply to: HELP!!!! Locked out of my wordpress.org blog.My question was if you had somebody else with access to your blog control panel.
There is a method to reset password and/or username from phpmyadmin but requires to have some database knowledge.Forum: Fixing WordPress
In reply to: Sooooo Sloooow!That if you run it locally, if you use a hosting provider, change it. It’s not normal to run that slow.
Forum: Fixing WordPress
In reply to: WordPress can not create or edit files after server move?Default upload path is not the full server path.
I would also check folder permissions: wp-content need to be set to 755, uploads and plugins to 777. Depending on server configuration settings, those might not work and you will need to contact your hosting provider.To answer your question, wordpress will work with any file in its directory except index.html which will load instead.
However it is a good practice to redirect old files and than delete them or even better keep the backed-up in a separate folder.Forum: Fixing WordPress
In reply to: My WordPress Site got hacked and I can’t find the code?!I would definitely try index.php or home.php and try replace those with an older backup.
Forum: Fixing WordPress
In reply to: How do I add comments to a page that has posts?You should add the comment code in your index.php page outside the loop.
Forum: Fixing WordPress
In reply to: Your submission is being flagged as spam! SorryDepends on the form. It might have some setting that have a lock system, so if you submit in a row from same IP address might flag you. Provide more information about your form plugin.
Forum: Fixing WordPress
In reply to: HELP!!!! Locked out of my wordpress.org blog.Do you have a webmaster who has access there?
Forum: Fixing WordPress
In reply to: HELP!!! Is my Mac OS X the issue????I assume your blog is on hosting provider server. In this case I would try to edit posts from another computer, to see if it works. Also give more details so we can help you.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Home Title Not WorkingThis is a WordPress related issue not the plugins fault. You can try with other SEO plugins and you will have the same issue.
The code I gave you is just for blog and home page titles. You can still control the titles of other pages from admin panel.
The good part is that you don’t change those titles too often. Search engines don’t really like that. Set and forget.
Forum: Fixing WordPress
In reply to: Adding to my limit of 2M php.ini upload maxyou can always search on Google.
Here is the step.
http://wordpress.org/support/topic/276318?replies=8Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] Home Title Not WorkingYou can hard code the title for home page, assuming in reading options you have a static page set for front page and a different one for blog.
Using my code from above, you can replace:
<title>any title you want | <?php bloginfo('name'); ?></title>so on home page it will be displayed:
any title you want | your blogname