[FIXED] -WordPress- after login wp-admin says “not available”

When Using the All in One WP Security Plugin, WordPress- after login wp-admin says “not available”

This normally happens when you moved the site to another directory / htaccess file error

SOLUTION

The easiest way to disable the plugin is to log in to your server using FTP / cpanel file manager and rename this plugin’s folder temporarily.
Tampering with the DB can lead to issues if you make a mistake.

 

All In One WP Security & Firewall

 

Ht-access errors, please see this URL to restore htaccess file

 

How to Restore the htaccess File When Using the All in One WP Security Plugin

 

WordPress- how to hide sidebar in front page

wordpress logo

Screen Shot 2015-05-16 at 10.49.58 AMWhile sidebar is important, sometimes it is not necessary for the homepage.

In this article, we will share how you can hide the sidebar on your WordPress homepage.

 

you can simply make the change by using the Theme file editor  below

First  Click Appearence ->Editor ,

then open your index.php (Main Index Template) and locate the following code:

<?php get_sidebar(); ?>

Then Replace the code with:

<?php if (!is_front_page()) {
get_sidebar();
} ?>

And thats it. Now your Front Page will NOT have the sidebar.

Screen Shot 2015-05-16 at 10.50.24 AM

move website from Joomla to wordpress

joomla to wordpress

A lot of people use Joomla to manage and publish their websites. While Joomla is a good platform, it is definitely not for everyone. Maybe you are among those users who have decided that you want to switch from Joomla to WordPress. You have heard a lot of people talking about WordPress and it’s ease of use. You want to utilize the power of WordPress plugins and themes. Well if you want to migrate your Joomla site to WordPress, then you are in the right place. In this article, we will show you how to move your site from Joomla to WordPress.

First thing you need to do is choose a web host and install WordPress. Once you have WordPress up and running, go to the WordPress admin area to install and activate FG Joomla to WordPress plugin. (Learn how to install plugins in WordPress).

After activating the plugin, go to Tools » Import. You will see a list of import tools available for your WordPress installation. Click on Joomla (FG) from the list of available tools.

Now you have reached the Joomla Importer for WordPress page. On this page, you need to provide your Joomla website and database information.

Provide your Joomla website database information

You can get the database settings from your Joomla website’s administration area, under Global Configuration » Server tab. This information is also stored in configuration.php file in your Joomla website’s root folder. You can access this file by connecting to your website using an FTP client and opening configuration.php in a text editor like notepad.

Getting your database settings from Joomla Administration area

After providing your database information scroll to “Behavior”. If you want to import media files such as images from Joomla to WordPress make sure that you have checked Force media import option. Finally click on “Import content from Joomla to WordPress” button.

Import content and media from Joomla to WordPress

The plugin will run a script and start importing your content from Joomla to WordPress. Depending on how much content you have, the import process may take some time. Once it is completed you will see a notice like this:

Successfully imported content form Joomla to WordPress

Once you have imported all your content from Joomla into WordPress, the next step is to fix all broken internal links. Scroll down to the bottom of the Joomla (FG) importer page and click on Modify internal links button.

Fix broken internal links after importing content from Joomla to WordPress

Troubleshooting Joomla to WordPress Import

  • The most common error people report during the import is “Fatal error: Allowed memory size of ****** bytes exhausted”. You can easily fix WordPress memory exhausted error.
  • If you see database connection errors then you need to recheck your database settings and make sure you are using correct login credentials.
  • Sometimes importing media may not work because your web host may have disabled allow_url_fopen directive in php.ini.

We hope that this article helped you move your site from Joomla to WordPress. If you need help, you will find plenty of tutorials in our archives. WPBeginner is the largest free WordPress tutorials site for beginners, and we are excited for you to join the WordPress community.

Original post from: http://www.wpbeginner.com/wp-tutorials/how-to-move-your-site-from-joomla-to-wordpress/

how to align – div – tag middle in wordpress

Like normal Html align=center wont work on wordpress so you have to use

<div id=”content”>

 

<div id="content"> is just the opening tag for the content div, which is the container in which all the content goes. The styling for it goes in the theme’s style.css stylesheet. For every opening div there needs to be a corresponding closing </div>, if the closing div is missing it would definitely cause display problems.

 

WP Twitter Auto Publish Powered By : XYZScripts.com