I wanted to know how to edit the themes for wp on the wp panel. I know u have to go to Presentations > Theme editor...but when I reach there...and try to edit a file...it shows this wrtten below the code.. If this file were writable you could edit it. Whats up wid this...which files do I need to make writable...the files like header.php, footer.php...or the theme folder itself..or wp-content folder... and what command to use...all folders currenty set to 755 and all pages like header.php,single.php,sideba.php set to 644 (chmod) Don't know how to modify it.. Any help wud be appriciated.
In version 2.02 of internet market theme the following files can be edited: style.css, comments.php, footer.php, header.php, index.php, page.php, sidebar.php, single.php That is the entire contents of that theme folder minus gifs. A chmod of the files you want to modify to 766 should work. 6=RW. My server has the folder set 755 and the files set to 644. The install was an autoinstall and everything is working. Different server are configured differently so try the 766.
thanks it worked... one more thing... to change the perma link stucture..it says to update the htaccess...how can I preventthis..and just get the thing working wid out updating the htaccess thing...what file to chmod..?
If I use WP I am not sure I am going to use them. It looks like the only way to use them is with the .htaccess. Your server may not be configured for modrewrite since you had the first problem. If you haven't, read this do and I think you will understand why I think I won't use them. Pleased to hear that the chmod solved your other problem.
i figured it... i added htaacess file from my other host and chmod it 666 now no issues wid permalinks..everything working just fine... thanks