Banner for Pagemash
Manage your multitude of pages with pageMash's slick drag-and-drop style, ajax interface. Allows for quick sorting, hiding and organising of page … Wordpress Tutorial
Noted That:
  • To install correctly this pagemash.zip .
  • Fisrt Download the pagemash.zip to your computer
  • Extract/Open pagemash.zip to Your Computer.
  • Then, Find readme.txt file inside pagemash.zip and Open readme.txt .
  • Now, Read the Requirements of this plugin. Which Wordpress Version and PHP Version are required to run this Plugin in Your Wordpress Site.
  • Then, Follow the Tips Below.
Start the Tips:

Step-1 : Download " pagemash.zip " to Your Local Computer.

Step-2 : Then, Login to your " yourdomain.com/wp-admin " Dashboard.

Login to Wordpress Pagemash

Step-3 : Then, Click on " Plugins " + " Add New " from left Side Menu of Dashboard.

Go to Plugin Install Pagemash

Step-4 : Now, Click on " Upload Plugin " button.

Click Upload Button Pagemash

Step-5 : Now, Browse " pagemash.zip " Downloaded plugin from your computer, Where you downloaded " pagemash.zip " According to Step – 1 Above then, click on " Install Now "

Upload Plugin Pagemash

Step-6 : Now, Click on " Active Plugin "

Activate Pagemash

Step-7 : Then, See left Side Menu. " Pagemash " folder is added on left Side Menu. Now, Click on " Pagemash " folder.

Noted that: If you do not see " Pagemash " folder on left Side Menu then, see at left Side Menu " Settings " or " Tools ".

Step-8 : Now you configure yourself oR Watch video tutorial below about Pagemash Configurations and Settings or How to work " Pagemash " in your WordPress site.

oR

After Activated Plugin According to Step-6 then,

  1. Go to " Plugins " + " Installed Plugin " from Wordpress Admin Panel Leftside Menu.
  2. or Direct go to: https://yourdomain/wp-admin/plugins.php
  3. Then, Find " pageMash > Page Management " Activated Plugin from Plugin List.
  4. Then, Click on " Settings " from Plugin that is pageMash > Page Management
  5. Now, Edit/Add/Config the setting and Click on " Save Changes " button,
WP Plugin Setting



Guide
  1. Download Plugin
  2. Unzip & Upload to /wp-content/plugins/
  3. Activate in ‘Plugins’ admin menu
  4. Then have fun..

pageMash works with the wp_list_pages function. The easiest way to use it is to put the standard WordPress pages widget in your sidebar. Click the configure button on the widget and ensure that ‘sort by’ is set to ‘page order’. Hey presto, you’re done.

You can also use the function anywhere in your theme code. e.g. in your sidebar.php file (but the code in here will not run if you’re using any widgets) or your header.php file (somewhere under the body tag, you may want to use the depth=1 parameter to only show top level pages). The code should look something like the following:



Pages
&depth=0'); ?>

You can also hard-code pages to exclude and these will be merged with the pages you set to exclude in your pageMash admin.

The code here is very simple and flexible, for more information look up wp_list_pages() in the WordPress Codex: https://codex.wordpress.org/Template_Tags/wp_list_pages


Name