MySQL PHP WP: How to Insert a Post Plugin Batch

Word Press is blogging software that uses the MySQL server to store all the information you create on your blog. In order to edit information in the server, you have to use the PHP computer language. PHP is usually used for web purposes and can be embedded into HTML. If you downloaded plugins for your Word Press blog, you can install the plugins into the post section of your blog as a batch.

Instructions

    • 1

      Open your Word Press PHP file in a text editor.

    • 2

      Find the location in the posts that starts with “<?php if (have_posts()) : while (have_posts()) : the_post(); ?>” and ends with “<?php endwhile; ?>”. This is where you have to insert the plugin.

    • 3

      Insert the plugin batch codes into the post code. Copy the plugin codes from the plugin readme files and paste them into the post code. Be sure to paste the plugin batch codes in between the other PHP code. Don’t erase any code to place the new plugin code in place.

Related Searches:

References

Comments

Related Ads

Featured