Title: Hammad Mashkoor's Replies | WordPress.org

---

# Hammad Mashkoor

  [  ](https://wordpress.org/support/users/hammadlari/)

 *   [Profile](https://wordpress.org/support/users/hammadlari/)
 *   [Topics Started](https://wordpress.org/support/users/hammadlari/topics/)
 *   [Replies Created](https://wordpress.org/support/users/hammadlari/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/hammadlari/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/hammadlari/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/hammadlari/engagements/)
 *   [Favorites](https://wordpress.org/support/users/hammadlari/favorites/)

 Search replies:

## Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[OceanWP] Social Icon Link Not clickable](https://wordpress.org/support/topic/social-icon-link-not-clickable/)
 *  Thread Starter [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [4 years, 4 months ago](https://wordpress.org/support/topic/social-icon-link-not-clickable/#post-15223705)
 * I have used z-index with 2,3 or 4 but wasn’t working. Now it’s working. Thanks
   for the support.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [Problem migrating from single to multisite](https://wordpress.org/support/topic/problem-migrating-from-single-to-multisite/)
 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/problem-migrating-from-single-to-multisite/#post-11916401)
 * To create a subsite in WP multisite, simply go to Sites — Add New in the Network
   Admin dashboard. If you are using subdomain type multisite, you do NOT need to
   create the subdomain in your hosting. Multisite will do this for you using the
   wildcard domain that you set up in your hosting account.
 *   Forum: [Networking WordPress](https://wordpress.org/support/forum/multisite/)
   
   In reply to: [WP Multisite 404 Not Found Error](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/)
 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/wp-multisite-404-not-found-error/#post-11916377)
 * Please check the following:
    1. Go to Dashboard > Settings > Permalinks > Select
   anything but default and Save. Save again even if there is anything than default
   is selected already. 2. If the page still doesn’t work, go to file manager and
   check if there is a file called .htaccess in root. If there is no such file then
   create one with the following content:
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
       ```
   
 * 3. If you still find the page broken, then ask your host if mod_rewrite is enabled
   on your server. If mod_rewrite is not enabled, then pretty permalink will not
   work.
 * If you are on nginx server, add the following in the server block:
 *     ```
       location / {
                   try_files $uri $uri/ /index.php?$args;
       }
       ```
   
 * Hope it helps!
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Use details and summary tags as collapsible inline elements](https://wordpress.org/support/topic/use-details-and-summary-tags-as-collapsible-inline-elements/)
 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/use-details-and-summary-tags-as-collapsible-inline-elements/#post-11916325)
 * Try a plugin like Collapse-O-Matic or others available in WordPress Plugins directory.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [How can I display nothing less than 400 words on my single post php WordPress](https://wordpress.org/support/topic/how-can-i-display-nothing-less-than-400-words-on-my-single-post-php-wordpress/)
 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [6 years, 8 months ago](https://wordpress.org/support/topic/how-can-i-display-nothing-less-than-400-words-on-my-single-post-php-wordpress/#post-11913528)
 * Refer WordPress filter reference docs: [https://codex.wordpress.org/Plugin_API/Filter_Reference](https://codex.wordpress.org/Plugin_API/Filter_Reference)
   for your solution.
    -  This reply was modified 6 years, 8 months ago by [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/).
    -  This reply was modified 6 years, 8 months ago by [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Migrating from joomla to wordpress plugin](https://wordpress.org/support/topic/migrating-from-joomla-to-wordpress-plugin/)
 *  [Hammad Mashkoor](https://wordpress.org/support/users/hammadlari/)
 * (@hammadlari)
 * [8 years, 2 months ago](https://wordpress.org/support/topic/migrating-from-joomla-to-wordpress-plugin/#post-10037068)
 * There are many plugins in the WordPress plugins page which can do the migration
   in easy steps. FG Joomla to WordPress plugin is one of them.

Viewing 6 replies - 1 through 6 (of 6 total)