codex.themedelta.com
WordPress Archives - Codex - Themedelta | Codex – Themedelta
http://codex.themedelta.com/category/wordpress
Display BuddyPress friends of friends in a page. December 9, 2013. Inorder to show buddypress friends of friends in a page/page template, Please follow the steps below. Step 1: Create a page template inside your wordpress theme (/wp-content/themes/your-theme/friendstemplate.php) and paste the following code. How to add buddypress members directory contents in a custom page template. December 8, 2013. How to add buddypress activity lists in a custom page template. December 7, 2013. October 26, 2013. 1 Uni...
codex.themedelta.com
wordpress plugins | Codex – Themedelta
http://codex.themedelta.com/category/wordpress/wordpress-plugins
Category Archives: WordPress Plugins. Display BuddyPress friends of friends in a page. December 9, 2013. Inorder to show buddypress friends of friends in a page/page template, Please follow the steps below. Step 1: Create a page template inside your wordpress theme (/wp-content/themes/your-theme/friendstemplate.php) and paste the following code. How to add buddypress members directory contents in a custom page template. December 8, 2013. How to add buddypress activity lists in a custom page template.
codex.themedelta.com
How to add buddypress activity lists in a custom page template | Codex – Themedelta
http://codex.themedelta.com/how-to-add-buddypress-activity-lists-in-a-custom-page-template
How to add buddypress activity lists in a custom page template. December 7, 2013. Inorder to add buddypress activity lists in a custom page template without editing the plugin files, Please follow the steps below. Create a page template inside your wordpress theme (/wp-content/themes/your-theme/pagetemplate.php) and paste the following code under the page template. Php do action( 'bp before directory activity' );? Php do action( 'bp before directory activity content' );? Php if ( is user logged in() ) :?
codex.themedelta.com
How to install Django with MySQL in a Virtualenv on Linux | Codex – Themedelta
http://codex.themedelta.com/how-to-install-django-with-mysql-in-a-virtualenv-on-linux
How to install Django with MySQL in a Virtualenv on Linux. June 14, 2015. This tutorial walks you through the steps involved in installing Django along with MySQL on your linux machine. Open up a terminal and follow the instructions below:. Python 2.7/3.4 – Comes with Ubuntu/Debian. Pip – Its a tool for installing python packages. Sudo apt-get install python-pip. Sudo apt-get install python-dev. Sudo pip install virtualenvwrapper. Export WORKON HOME=$HOME/.virtualenvs. Mkvirtualenv YOUR VIRTUALENV NAME.
codex.themedelta.com
Display BuddyPress friends of friends in a page | Codex – Themedelta
http://codex.themedelta.com/display-buddypress-friends-of-friends-in-a-page
Display BuddyPress friends of friends in a page. December 9, 2013. Inorder to show buddypress friends of friends in a page/page template, Please follow the steps below. Create a page template inside your wordpress theme (/wp-content/themes/your-theme/friendstemplate.php) and paste the following code under the page template. Empty($ffid) { foreach ( $ffid as $row ) { $frndsof[]= $row- friend user id; } } }? Get current user id. SELECT friend user id FROM ZZ bp friends WHERE initiator user id='". Inorder t...
codex.themedelta.com
Django Archives - Codex - Themedelta | Codex – Themedelta
http://codex.themedelta.com/category/python/django
How to install Django with MySQL in a Virtualenv on Linux. June 14, 2015. This tutorial walks you through the steps involved in installing Django along with MySQL on your linux machine. Open up a terminal and follow the instructions below: Prerequisites: Python 2.7/3.4 – Comes. How to install Django with MySQL in a Virtualenv on Linux. 4:59 am By admin. Display BuddyPress friends of friends in a page. 5:49 pm By admin. How to add buddypress members directory contents in a custom page template. To remove ...
codex.themedelta.com
How to get the number of active users in WordPress | Codex – Themedelta
http://codex.themedelta.com/how-to-get-the-number-of-active-users-in-wordpress
How to get the number of active users in WordPress. October 25, 2013. WordPress has multi-user functionality (WPMU). If we use the multi-site feature in WordPress, sometimes we would need to get the count of active users. WordPress has an in-built function for this usage:. This function returns the number(integer) of current active users. Also you can use blog id as parameter for getting the user count if you are using multi-site WordPress installation. 4:59 am By admin. 5:49 pm By admin. 7:20 am By admin.
codex.themedelta.com
copyright year Archives - Codex - Themedelta | Codex – Themedelta
http://codex.themedelta.com/tag/copyright-year
No results were found for your request! How to install Django with MySQL in a Virtualenv on Linux. 4:59 am By admin. This tutorial walks you through the steps involved in installing Django along with MySQL on your linux machine. Open up a terminal and follow the instructions Read More ». Display BuddyPress friends of friends in a page. 5:49 pm By admin. How to add buddypress members directory contents in a custom page template. 10:13 am By admin. 7:20 am By admin. 2:35 pm By admin. Date and time php.
codex.themedelta.com
WordPress Hacks Archives - Codex - Themedelta | Codex – Themedelta
http://codex.themedelta.com/category/wordpress/wordpress-hacks
Category Archives: WordPress Hacks. WordPress redirection after user login. July 7, 2013. For multi-user WordPress sites, sometimes we have to create custom redirection for users. By default the user will be redirected to user profile section after successful login. But sometimes we need to. How to add parameters in WordPress URL. June 21, 2013. How to create a popup window for shortcodes in WordPress editor. February 24, 2013. WordPress wp-admin redirects to wp-login. February 14, 2013. 4:59 am By admin.
codex.themedelta.com
WordPress function to create a directory | Codex – Themedelta
http://codex.themedelta.com/wordpress-function-to-create-a-directory
WordPress function to create a directory. October 25, 2013. If we need to create directories dynamically in themes or plugins, we can use the WordPress function wp mkdir p($targetpath). This function will attempt to set the permission on the folders that we specified. The parameter ($targetpath) should be a string and is required. It should be the full path. Return value is boolean. It will return true if the path already exists. How to install Django with MySQL in a Virtualenv on Linux. 4:59 am By admin.