shaile
Forum Replies Created
-
Forum: Localhost Installs
In reply to: Stylesheets not Appearing on Other Users?Is your stylesheet path is correct in header file….
Ctlr+u => and click style.css.Forum: Installing WordPress
In reply to: Where is the 'View site' icon when you first turn it on?Forum: Installing WordPress
In reply to: Changing Host issuehi…
There is a alternate solution export your data base and open this file in to any editor and replace all old url(like http://localhost/wordpress) to new url .
and go to ur dashboard and reactivate your theme and perma link.
In case you not able to fix the bug please reinstall a fresh wordpress and replace the wp-content folder with old one and also the old data base .Forum: Plugins
In reply to: How to add extra fields in new user registrationthanks NateJacobs I got my answer .
thanks a lot ……..:)ok
That’s great …… 🙂Forum: Plugins
In reply to: How to add extra fields in new user registrationThanks NateJacobs to responding me 🙂
Is it possible to add extra fields in user table ?
Do you have any idea about the user registration from file and insert query file 🙂hi ,
Here is the same problem .
can any body help me ??Forum: Hacks
In reply to: Pass form values to query_postsYou have to use $catid like…………..>>>
$catid = $_GET[“catid”]; // or $_POST[“catid”];
query_posts(“cat=”.$catid);