Wordpress Questions

iBrood

Disciple
1. When i had a blog on blogsome, i used to have an index.html file that i could easily edit, but now that i have an index.php file with my independant wordpress blog, that makes things harder to deal with, how can i obtain an index.html file.

2. If the above is not possible, can someone instruct me on how to insert adsense into a wordpress blog's sidebar (kubrick)

3. Currently, i do not have permissions to edit files directly from the wordpress control panel. what setting must i apply in order to do so.

4. If i CHMOD all files to 777, does that allow anonymous users to edit the files too

Thanks in Advance
 
Php pages are just HTML pages with Php making it dynamic .. So you can edit them without any worry as you would edit any html page ..

To insert AdSense in WordPress's Sidebar, You do this . .

Get an FTP Manager first, I use AceFtp .. Now navigate to your WP directory ..
If you use Default theme of WordPress, the Sidebar.php is located in :

{Your blogroot} /wp-content/themes/default/sidebar.php

Better option is to copy that file from the server to your hard drive and edit it here and then upload again ..

Yes .. 777 = Read Write Execute permission to everyone .. So CHMOD it to 644 ...
 
Back
Top