WordPress codex for page
How to get the current page slug?
global $post; $slug = get_post( $post )->post_name;
function tml_title( $title, $action ) { if ( is_user_logged_in() ) { $user = wp_get_current_user; if ( 'profile' == $action ) $title = 'Your Profile'; else $title = sprintf( 'Welcome, %s', $user->display_name ); } else { switch ( $action ) { case 'register' : $title = 'Sign Up'; break; case 'lostpassword': case 'retrievepassword': case 'resetpass': case…
Have a problem on Captcha responsive CSS layout? Just copy the CSS codes below and this will solve your problem. You can also make your own design if want. Dont forget to download the Captcha logo. Option 1 @media only screen and ( max-width: 360px ) { #recaptcha_widget_div { overflow: hidden; } #recaptcha_widget_div #recaptcha_area {…
≡ read more → » ✌ ☯ ☮ ಠ_ಠ :B ☮ ✿ ✈ ♋ ☠ ☯ ♥ ✌ ✖ ☢ ☣ ☤ ❤ ❥ ❦ ❧ ♡ ✗ ✘ ♒ Ω ♦ ♠ ♥ ♣ ♢ ♤ ♡ ♧ ✦ ♔ ♕ ♚ ♛ ★ ☆ ✮ ✯ ☾ ☽ ☼ ☀ ☁ ☂ ☃…
Copy and paste the codes below. HTML <p><a class="vm-pop-up" href="#vm-pop-up-content-1">Click here : Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia</a></p> <p><a class="vm-pop-up" href="#vm-pop-up-content-2">Click here : Cupidatat non proident, sunt in culpa qui officia</a></p> <div id="vm-pop-up-content-1" class="box-pop-up"> <div class="box-group"> <h1>Pop up Content 1</h1> <p>Expedita distinctio. Nam libero tempore, cum soluta nobis est eligendi…
The code snippets you see below should be placed into your theme’s functions.php file. Below is the code to remove the entry meta on your category post. remove_action( 'genesis_entry_footer', 'genesis_post_meta' );
What’s up masters please support my Youtube channel. For this error please watch the video and you will get the right answer.