w3whizz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How to upload my logo to headeryou can try this link blog.w3whizz.com/category/technology/wordpress/ it is usefull to solve your proble.
[please answer direct in the forum – unnecccesary linking might be removed – forum rules]
Forum: Installing WordPress
In reply to: What went wrong with my install??Your site does not loading the css file make sure that the css name u have used in the template file is same as the name of the css file. or you repaced the css file.
Forum: Installing WordPress
In reply to: Moved to Serveryes pothi is right just confirm that you are putting your template directory inside the themes directory. that is the main reason and does your wordpress is displayng other templates or not.
you just go to your cpanel and take the backup of the database which you are using for your .org just creat the databse on .com site and export that backup here and in the same way compress all the files on the .org server and down to your computer then upload the zip directory to .com and unzip there u will see the same site there.
Forum: Installing WordPress
In reply to: can't login, error messega showingYes arkgroup is right you have missing the name in the functions.php file or you just rename the function and didnt chnage in other files where you used it.
Forum: Fixing WordPress
In reply to: cutomize posts display in admin panelgo to http://your-domain.com/wp-admin/edit.php and customize how you want.
Forum: Installing WordPress
In reply to: Can't retrive my passwordyou just go to your cpanel database and follow the following steps.
1. Login to phpMyAdmin connected to the MySQL database server.
2. Select the database the used by the WordPress blog that the
password wanted to be reset.3. Locate the wp_users table (normally the last row), and then
click on the Browse icon under Action column on the same line.Browse wp_users Table
4. Locate the user_login which the password want to be recovered
and reset, and then click on the Edit button in front of the
line.
Edit WordPress User Table in Database5. Under the user_pass field, delete everything in the
corresponding Value field on the same line.6. Enter a new desired password (case sensitive) in the now empty
Value text box, i.e. NEW PASSWORD in the illustration.
Reset WordPress User Password7. Select MD5 in the Function field drop-down menu.
8. Click on Go button to save and reset the password.
Forum: Fixing WordPress
In reply to: Unable to loginYou have to put your template inside the wp-content/themes here you put your template. and if you want that template to run from the server root mean(http://www.mimirbooks.com.)just move the files from dir(wordpress) to root.
Forum: Fixing WordPress
In reply to: Unable to loginForum: Fixing WordPress
In reply to: How to make categories show in the pages menuYou can also do this through the renaming of your categories from the back end categories.
But you shown in the example are the categories which are listing in the menu bar. If you want to list the pages simply create the pages from admin and go to your index.php of your theme there you list the pages through ” Wp_list_pages “. you will see the pages in the menue bar.
Forum: Themes and Templates
In reply to: New posts?you can use Table , in the table you one row and inside row use the counter in condition and say if the counter is 2 then close the row . below is the example may be it will help you.
[Code moderated as per the Forum Rules. Please use the pastebin]
[sig moderated as per the Forum Rules]
Forum: Installing WordPress
In reply to: i cannot installYou just open the config file and there you give the details.
[sig moderated as per the Forum Rules]Forum: Installing WordPress
In reply to: how do you change log in id from local host in my database?Hey you sould go to your database and there you will foung Wp-users =from there you can chang your id.
[sig moderated as per the Forum Rules]Forum: Your WordPress
In reply to: Help with my first WP siteDiamond, you can also use your own theme and just go to themes index.php file and list the categories where ever you want to display.
[sig moderated as per the Forum Rules]
Forum: Alpha/Beta/RC
In reply to: Unable to Edit Categories ….You can try the cache reload plugin once i was facing such problem and by instaling this plugin the problem was solved.
[sig moderated as per the Forum Rules]