Step 1: Replace WordPress files Get the latest WordPress zip (or tar.gz) file. Unpack the zip file that you downloaded. Deactivate plugins. Delete the old wp-includes and wp-admin directories on your web host (through your FTP or shell access). Using FTP or your shell access, upload the new wp-includes and wp-admin directories to your web ..
Archives : Tháng Ba-2017
There are times when you need to move WordPress around within your server, and times when you need to move WordPress from one server to another. You don’t need to reinstall. WordPress is flexible enough to handle all of these situations. When Your Domain Name and URLs Do Not Change Moving your domain without changing ..
Many people want WordPress to power their site’s root (e.g. http://example.com) but they don’t want all of the WordPress files cluttering up their root directory. WordPress allows you to install it into a subdirectory, but have your blog exist in the site root. As of Version 3.5, Multisite users may use all of the functionality ..
Bootstrap provides seven styles of buttons: To achieve the button styles above, Bootstrap has the following classes: .btn-default .btn-primary .btn-success .btn-info .btn-warning .btn-danger .btn-link Large button Default button Small button Extra small button Default Primary Success Info Warning Danger Link Large button Large button Default button Default button Small button Small button Extra small button ..
Using CSS Copy the entire font-awesome directory into your project. In the <head> of your html, reference the location to your font-awesome.min.css. <span class="nt"><link</span> <span class="na">rel=</span><span class="s">"stylesheet"</span> <span class="na">href=</span><span class="s">"path/to/font-awesome/css/font-awesome.min.css"</span><span class="nt">></span> Home Library Applications Settings Includes 200 glyphs in font format from the Font Awesome set. Glyphicons Halflings are normally ..
The template files of Blocknote 3.0 are simple and use the same principle for each pages. Blocknote 3.0 use .html file as independent element. The .html file is a general element such as header.html, footer.html, menu.html etc. In .php file those files merged to make a single page file. All of the template files are ..