Showing posts with label file. Show all posts
Showing posts with label file. Show all posts

Wednesday, 14 December 2011

Create a WordPress MySQL Database | Install WordPress on WebHost | phpMyAdmin

Create a WordPress MySQL Database | Install WordPress on WebHost | phpMyAdmin


WordPress for Beginners: This is the one where Mike shows you how to create a MySQL database on your webhost and domain name using phpMyAdmin. After creating the database, Mike will show you how to create the WordPress wp-config.php file and install the WordPress blogging and website platform.

How to Change Wordpress Upload Max File Size - PHP Upload Large Files

How to Change Wordpress Upload Max File Size - PHP Upload Large Files


Content for the php.ini file. upload_max_filesize = 64M; post_max_size = 32M; Then login to your server and drop it into the wp-admin folder and you should be good to go. For a written description of what I dd go to my blog www.blogiversity.org

WordPress Tutorial - Edit a Sidebar File Using a Text Editor

WordPress Tutorial - Edit a Sidebar File Using a Text Editor


This Advanced-level WordPress tutorial shows how to download, edit and upload a WordPress theme sidebar file (sidebar.php) using FTP software and a text editor. This is considered an advanced WordPress tutorial because you work with the files for the WordPress theme. You do not use the WordPress Dashboard in this tutorial. The tutorial assumes you know how to setup and use FTP software on your computer so that you can download and upload the sidebar file. It also assumes you know how to open a text file like sidebar.php using a text editor. On a PC, common text editors are Notepad and Wordpad. On a Mac, the default text editor is TextEdit. A good Macintosh text editor for HTML and PHP files is BBEdit.