Thursday, 28 May 2015

Using GitHub After Enabling Two-Factor Authentication

Source : Using GitHub After Enabling Two-Factor Authentication
Published On : May 28, 2015 at 01:52PM
By : Agbonghama Collins

If you’ve activated Two-Factor authentication for your GitHub account, you will discover your GitHub account password will become obsolete when performing Git operations that requires account authentication (such as push, fetch, pull) using HTTPS. A personal access token instead of an account password is what is required to interact with GitHub via https. Creating a […]


For More Go to : w3guy - Diary of a Geek

Labels:

Monday, 25 May 2015

Import WordPress Plugins From the SVN Repository to GitHub Properly

Source : Import WordPress Plugins From the SVN Repository to GitHub Properly
Published On : May 25, 2015 at 01:45PM
By : Agbonghama Collins

Few days ago, I created a free version of my premium plugin ProfilePress and open sourced it on GitHub. Prior to putting it on GitHub, it has been in a private Bitbucket repository where all code changes and deployment to WordPress plugin subversion (SVN) repository are carried out. In this article, I will show us […]


For More Go to : w3guy - Diary of a Geek

Labels:

Tuesday, 19 May 2015

How to Remove and Create Hidden WordPress Admin Pages

Source : How to Remove and Create Hidden WordPress Admin Pages
Published On : May 19, 2015 at 01:26PM
By : Agbonghama Collins

WordPress provides add_menu_page() and add_submenu_page() for creating top-level menu and sub menu admin pages. Settings pages created with these functions usually appear in the admin menu. In this tutorial, we will learn how to remove admin pages / items from the admin menu and still be able to them directly via their page URL. Removing […]


For More Go to : w3guy - Diary of a Geek

Labels:

Friday, 1 May 2015

Query WordPress Posts in a Custom Post Type and Custom Taxonomy

Source : Query WordPress Posts in a Custom Post Type and Custom Taxonomy
Published On : May 01, 2015 at 06:35PM
By : Agbonghama Collins

Here is a quick tip on how to query posts that belongs to a custom post type and category / custom taxonomy. Actually, I ran into this problem while working with Easy Digital Downloads plugin. I wanted to query a list of products in a given category. I thought the query will be easy to […]


For More Go to : w3guy - Diary of a Geek

Labels: