Hello,
I want to import wordpress theme,without getting into the admin. Funny though, I did it once, but I got no idea how.
Thanks Jean
Hello,
I want to import wordpress theme,without getting into the admin. Funny though, I did it once, but I got no idea how.
Thanks Jean
What do you mean by import it? You can certainly add the theme to the file system using FTP or similar, and you might be able to enable a theme by changing a value in the database. But the latter is not recommended, if you've got permission to change the theme you should do it via the interface.
If the ability to add and activate ("import") a WordPress theme via RSS feed and/or without signing in as admin existed, it would be a major security issue.
If you have access to the file system where your WordPress installation lives, you can put the new theme files (generally organized into a folder) into the wp-content/themes directory.
Then, if you had access to the MySQL database tables for this WordPress installation, you could theoretically change the active theme in there.
You should simply log in as the WordPress admin, though, and do this properly.