I know of two options, both will do give the same end result
- zip your theme folder, using the cpanel navigate to themes folder, upload and extract. You should be able to see your theme in the wordpress admin dashboard.
- zip your theme folder, in wordpress admin dashboard navigate to themes, choose new theme, than upload theme, upload your theme and activate.
If your theme work localy there shouldn’t be any problems with the upload no matter what way you choose
Related Posts:
- A way to automatically install pages on theme install?
- How to: Update live sites theme from version control repo via plugin or library? [closed]
- Subdirectory install error
- Host Private Custom Theme
- Installing WordPress on a long temporary URL from host
- Creating completely new WordPress site from old WP contents
- Solutions for generating dynamic javascript / CSS
- Custom single template for a specific category
- Get the first image from post content (eg.: hotlinked images)
- Is it possible ( or advisable) to allow open access to the new theme customizer for potential clients?
- Nested comments ignored for max per page in wordpress
- wp_nav_menu sort order?
- How does WordPress decide what template to use as frontpage
- get_option function
- Twenty Eleven home page show only excerpt
- Snippet: Use classes instead of inline styles for text alignment
- Make a custom theme translate-ready
- Grab the first paragraph of each post
- Set Expiration Date of a Post from the Frontend with wp_insert_post
- How to Handle CSS for Multiple Header header.php Files?
- Resources for a complete beginner to learn to work professionally with WordPress [closed]
- “Cheatin’ uh?” error message on multple theme directories
- How to tell if the user is an admin?
- “Display Site Title and Tagline” checkbox not working?
- What is wrong with this code I have to make a blockquote shortcode
- Removing title tags from each page
- How to attach different React Components to different Dom Roots using the new WP wordpress/scripts webpack/babel
- Why is the first query affecting the second query, even after wp_reset_query() and wp_reset_postdata(), but not on the second page?
- Remove Cookies From WordPress Core
- Is it necessary to prefix every css class in a theme framework?
- Add theme templates for child categories into the template hierarchy
- Where can I access my custom page template?
- How to display posts in hyperlink with nested slugs?
- Check if tag, category or author on archive.php
- Developing WordPress Theme using CSS framework like Bootstrap
- How to make Isotope and WordPress work together?
- WordPress empty Nav Menu error
- How do I Add images uploaded in the post to a default custom field
- How to add a button which saves the post then executes a function
- Disable dashboard drag&drop
- nothing happen in search form
- Catagories to the list of the titles in that catagory to the content of the post [closed]
- How to customize output of plugin
- Override customizer values on a per-menu base
- Theme Inspector “X-Ray”
- How to specify the “Main Sidebar” for a theme
- How to place HTML tags in content from the_content()?
- Can I get the ID of an inserted / linked image?
- WordPress Theme Creation [closed]
- Custom theme, contact form 7 & fast secure form doesn’t work
- do_shortcode() in twentyeleven theme
- Cherry framework – Overriding function in template-general.php
- pagination for a custom loop with multiple post types
- Making a child theme for “Airi”
- How to get category lists by name or slug
- Difference between “comment_form_default_fields” AND “comment_form_fields”
- using custom page
- Extending custom shortcode to also be called directly from theme PHP pages
- How to track a users last visited page?
- Preview returns 404 in theme [closed]
- Same comments on all posts
- How to get DB options format without saving? [closed]
- How to add custom page elements to the WYSIWYG editor?
- Theme development: menu links a tabbed page with page jumps
- Why I obtain different visualization when I run the website on my local machine and on remote server?
- Let visitors show/hide a type of content
- Disable redirect canonical
- Related Post Category Filter
- how to add a badge on product based on filter?
- Show only pages you are author of
- Why not works the search.php file?
- My wordpress theme name isn’t updating straight away
- Warning: This page allows direct access to your site settings. You can break things here. Please be cautious!
- Adding a second logo next to the main one in header
- Looking to create an “update theme” functionality for a custom front-end dashboard
- Text View (Code View) in WordPress Customizer TinyMCE Editor
- How to get next post and previous post URL in loop, single.php My WordPress 4.9.6
- Import settings from another theme
- Load multiple css simultaneously using functions.php
- bbPress: modifying template for forum index
- control posts order by select option
- Nav menus Fast previewing not working with wp_get_nav_menu_items!
- Can I use WP Multi-site on a sub-domain with a different theme but use all the original site’s posts/pages?
- How to Apply Category Filter to Pagination
- How do I use the add_query_arg function in a template tag like previous_post_link?
- Load get_page_templates into select menu
- Get all Custom Post Types
- Let users to add any number of input fields in the theme option page
- how to make a new page affected by a theme’s index.php layout?
- Add custom field to existing meta box?
- Theme Options Doesn’t Work On WP Multisite
- WordPress two sidebar layout or theme
- add_action not working in header?
- Standard Way To Do Custom Work Within A Page?
- Subsite theme mystery man replacement with Buddypress on main site [closed]
- Theme layout for home page [closed]
- Is there any way to show child theme in theme detectors?
- Recent posts with comment count in “Sidebar” template [closed]
- HTML to WORDPRESS [closed]
- Meaning of “if ( is_home() && ! is_front_page() )” snippet?