⚡ How to Use WordPress Themes & Plugins
1️⃣ Installing a Theme
A. Upload via WordPress Dashboard
- Log in to your WordPress admin:
yourwebsite.com/wp-admin. - Navigate to Appearance › Themes › Add New › Upload Theme.
- Select the
.zipfile you downloaded from Pluginthemes.pk. - Click Install Now, then Activate.
B. Using FTP
- Extract the
.zipfile. - Upload the folder to:
/wp-content/themes/. - Activate it in the WordPress Dashboard › Appearance › Themes.
Tip: Always use a child theme for customization to prevent losing changes during updates.
2️⃣ Installing a Plugin
A. Upload via Dashboard
- Go to Plugins › Add New › Upload Plugin.
- Choose the
.zipplugin file. - Click Install Now, then Activate.
B. Install from WordPress Repository
- Plugins › Add New
- Search the plugin name.
- Click Install → Activate.
3️⃣ Configuring Themes
After activating a theme:
- Go to Appearance › Customize.
- Adjust:
- Logo & favicon
- Colors & typography
- Header & footer layout
- Sidebar widgets
- Preview changes live and click Publish.
Many premium themes include a “Theme Options” or “Settings Panel” with more features like sliders, blog layouts, and custom CSS.
4️⃣ Configuring Plugins
- Most plugins add a new menu item in your WordPress dashboard.
- Go to the plugin’s settings page and configure options.
- Examples:
- Contact Form 7: Create forms and embed using shortcodes.
- WooCommerce: Add products, configure payment, shipping.
- SEO Plugins (Yoast / RankMath): Add meta titles, descriptions, and sitemaps.
5️⃣ Importing Demo Content (for Premium Themes)
- Go to Appearance › Demo Import or Theme Panel › Demo Import.
- Choose a demo layout from Pluginthemes.pk.
- Click Import.
- Wait for it to finish. Your site will now look like the theme demo.
After importing, replace demo content with your own text and images.
6️⃣ Updating Plugins & Themes
- GPL Versions: Manual updates are required. Log in to your Pluginthemes.pk account and download the latest version.
- Licensed Versions: Activate your license key to enable automatic updates.
Always backup your site before updating.
7️⃣ Troubleshooting Common Issues
| Issue | Fix |
|---|---|
| Theme looks broken | Clear cache, check required plugins, or switch to default theme |
| Plugin not working | Deactivate all plugins & reactivate one by one |
| Demo import fails | Increase PHP limits (max_execution_time, memory_limit) |
| 504 Gateway Timeout | See guide above to increase server timeout or contact host |
8️⃣ Tips for Using Plugins & Themes Safely
- Only download from trusted sources like Pluginthemes.pk.
- Keep WordPress core, themes, and plugins updated.
- Use a child theme for customizations.
- Regularly backup your site.
- Avoid installing too many plugins — it slows down your site.


