WordPress |
X

Congrats, You are Subscribed to Receive Updates.

How to Create Pages Programmatically and Add Template – WordPress

How to Create Pages Programmatically and Add Template – WordPress
Creating of  custom pages  through program is a  part of  theme building . By the before getting  into topic we need some  idea  to initiate  the task.  Here i am going to create a  custom  contact  page  for  my theme  and  it  will  be added through programmatically, when the theme is activated. Now, first we have to create a template page  for contact page.  Here is ...

Rename wp-content Folder and Uploads – WordPress

Rename wp-content Folder and Uploads – WordPress
1.Rename “wp-content” Directory : Renaming of wp-content directory helps to hide your WordPress information from the hacker. You can rename your wp-content directory with your desired name. Here i will rename it as “public_files”. By the following code will change the name of wp-content. First of all open your  wp-config.php from your WordPress root directory and find the following line. require_once(ABSPATH . 'wp-settings.php'); And paste the ...

Create Sortable Tables in WordPress Front-end

Create Sortable Tables in WordPress Front-end
Hi, I hope you read my previous post regarding Sortable tables on WordPress Admin section,  If not, Just click here to Get it .  Here is simple changes in it  to get sortable table on your WordPress front end. Just keep the plugin as like the same it will work on your front end, here I just include the jQuery files on the front end ...

Create Front-end Multiple File Upload – WordPress

Create Front-end Multiple File Upload – WordPress
WordPress  can provide you multiple file upload support and drag and drop support on admin section. If  you wish to bring the same service on your WordPress front end is easy and the following code help you to create multiple file upload with the help of HTML5 Forms and simple WP function. <form action="kv-upload.php" method="post" enctype="multipart/form-data" name="front_end_upload" > <label> Attach all your files here :<input type="file" ...

Custom Post Types And Custom Taxonomies in WordPress

Custom Post Types And Custom Taxonomies in WordPress
Custom Post Types And Custom Taxonomies in WordPress. Here I am going to explain both things, creation of  Custom Post types and  Taxanomies(Categories). With Help of few Sample codes. First we are going to create Custom Post types for Sales Items(Just for example). Create Custom Post Types:  First we go through the syntax of Custom Post creation. <?php register_post_type( $post_type, $args ); ?> Here $post_type ...

How to add Fonts to WordPress TinyMCE Editor

How to add Fonts to WordPress TinyMCE Editor
TinyMCE Editor is one of the popular web Rich text editor. It supports several fonts in default. And it’s flexible to add and remove your desired editor options into it. There are several CMS and Other sites using awesome editor TinyMCE Editor. WordPress is also one of the CMS, which using TinyMCE Editor. So, you are an one of  an user now, and If  you want to ...
12

Menu

Sidebar