⚡ How to Use WordPress Themes & Plugins


1️⃣ Installing a Theme

A. Upload via WordPress Dashboard

  1. Log in to your WordPress admin: yourwebsite.com/wp-admin.
  2. Navigate to Appearance › Themes › Add New › Upload Theme.
  3. Select the .zip file you downloaded from Pluginthemes.pk.
  4. Click Install Now, then Activate.

B. Using FTP

  1. Extract the .zip file.
  2. Upload the folder to: /wp-content/themes/.
  3. 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

  1. Go to Plugins › Add New › Upload Plugin.
  2. Choose the .zip plugin file.
  3. Click Install Now, then Activate.

B. Install from WordPress Repository

  1. Plugins › Add New
  2. Search the plugin name.
  3. Click InstallActivate.

3️⃣ Configuring Themes

After activating a theme:

  1. Go to Appearance › Customize.
  2. Adjust:
    • Logo & favicon
    • Colors & typography
    • Header & footer layout
    • Sidebar widgets
  3. 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

  1. Most plugins add a new menu item in your WordPress dashboard.
  2. Go to the plugin’s settings page and configure options.
  3. 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)

  1. Go to Appearance › Demo Import or Theme Panel › Demo Import.
  2. Choose a demo layout from Pluginthemes.pk.
  3. Click Import.
  4. 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

  1. GPL Versions: Manual updates are required. Log in to your Pluginthemes.pk account and download the latest version.
  2. Licensed Versions: Activate your license key to enable automatic updates.

Always backup your site before updating.


7️⃣ Troubleshooting Common Issues

IssueFix
Theme looks brokenClear cache, check required plugins, or switch to default theme
Plugin not workingDeactivate all plugins & reactivate one by one
Demo import failsIncrease PHP limits (max_execution_time, memory_limit)
504 Gateway TimeoutSee 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.