To get dropbox user id.
Copy the public link of and image in your gif's folder.
Once you have pasted the link in the browser you will be able to see your ID in the URL.
To get dropbox user id.
Copy the public link of and image in your gif's folder.
Once you have pasted the link in the browser you will be able to see your ID in the URL.
<?php | |
/** | |
* _s Theme Options | |
* | |
* @package _s | |
* @since _s 1.0 | |
*/ | |
/** | |
* Register the form setting for our _s_options array. |
YouTube Video | |
https://www.youtube.com/watch?v=bP7vggHJLVM | |
YouTube Playlist | |
https://www.youtube.com/playlist?list=PL75C7F02E0C4EA3E0 | |
Twitter Tweet | |
https://twitter.com/google/status/590225864421482498 | |
blip.tv Video |
/* Nav Menus */ | |
$locations = get_registered_nav_menus(); | |
$menus = wp_get_nav_menus(); | |
$menu_locations = get_nav_menu_locations(); | |
$num_locations = count( array_keys( $locations ) ); | |
$wp_customize->add_section( 'nav', array( | |
'title' => __( 'Navigation' ), | |
'theme_supports' => 'menus', |
<?php | |
/** | |
* set up some quick links for the admin bar | |
* | |
* @param WP_Admin_Bar $wp_admin_bar [description] | |
* @return [type] [description] | |
*/ | |
function rkv_admin_bar_static( WP_Admin_Bar $wp_admin_bar ) { |
set nocompatible | |
filetype off | |
set rtp+=~/.vim/bundle/Vundle.vim | |
set runtimepath+=~/.vim/bundle/ultisnips | |
call vundle#begin() | |
Plugin 'gmarik/Vundle.vim' | |
Plugin 'tpope/vim-fugitive' | |
Plugin 'sjl/gundo.vim' |