
Similar Posts
How to control the post displayed on a specific category?
How to control the post displayed on a specific category? You can solve this problem by simply copy the codes below on your functions.php file. function category_blog_posts_per_page( $query ) { if ( is_admin() || ! $query->is_main_query() ){ return; } if( is_category( 1 ) ){ $query->set( ‘posts_per_page’, 15 ); } } add_action( ‘pre_get_posts’, ‘category_blog_posts_per_page’, 1 );
Dequeue or remove Gravity Forms style or CSS
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. <link rel=’stylesheet’ id=’gforms_reset_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/formreset.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_datepicker_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/datepicker.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_formsmain_css-css’…
How to get the current scroll top position?
How to get the current scroll top position? Copy and past the following codes below to your JS file. var current_scroll = window.scrollY; console.log( current_scroll );
Warning: rmdir( … ), No such file or directory
Warning: rmdir( … ), No such file or directory Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/username/public_html/wp-includes/meta.php on line 1078 You might interested to check this error master Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Also offering hosting and domain registration, chep but trusted –…
How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder. define( ‘WP_CONTENT_DIR’, ‘/home/site-folder/public_html/custom-wp-content-name-content’ ); define( ‘WP_CONTENT_URL’, ‘http://site.com/custom-wp-content-name-content’ );
WordPress common text icons etc.
≡ read more → »
ಠ_ಠ :B
✿
♥
☤
❥ ❦ ❧ ♡ ✗ ✘
Ω ♦ ♠ ♥ ♣ ♢ ♤ ♡ ♧ ✦ ♔ ♕ ♚ ♛ ★ ☆ ✮ ✯ ☾ ☽ ☼
…
How to control the post displayed on a specific category?
How to control the post displayed on a specific category? You can solve this problem by simply copy the codes below on your functions.php file. function category_blog_posts_per_page( $query ) { if ( is_admin() || ! $query->is_main_query() ){ return; } if( is_category( 1 ) ){ $query->set( ‘posts_per_page’, 15 ); } } add_action( ‘pre_get_posts’, ‘category_blog_posts_per_page’, 1 );
Dequeue or remove Gravity Forms style or CSS
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. <link rel=’stylesheet’ id=’gforms_reset_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/formreset.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_datepicker_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/datepicker.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_formsmain_css-css’…
How to get the current scroll top position?
How to get the current scroll top position? Copy and past the following codes below to your JS file. var current_scroll = window.scrollY; console.log( current_scroll );
Warning: rmdir( … ), No such file or directory
Warning: rmdir( … ), No such file or directory Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/username/public_html/wp-includes/meta.php on line 1078 You might interested to check this error master Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Also offering hosting and domain registration, chep but trusted –…
How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder. define( ‘WP_CONTENT_DIR’, ‘/home/site-folder/public_html/custom-wp-content-name-content’ ); define( ‘WP_CONTENT_URL’, ‘http://site.com/custom-wp-content-name-content’ );
WordPress common text icons etc.
≡ read more → »
ಠ_ಠ :B
✿
♥
☤
❥ ❦ ❧ ♡ ✗ ✘
Ω ♦ ♠ ♥ ♣ ♢ ♤ ♡ ♧ ✦ ♔ ♕ ♚ ♛ ★ ☆ ✮ ✯ ☾ ☽ ☼
…
How to control the post displayed on a specific category?
How to control the post displayed on a specific category? You can solve this problem by simply copy the codes below on your functions.php file. function category_blog_posts_per_page( $query ) { if ( is_admin() || ! $query->is_main_query() ){ return; } if( is_category( 1 ) ){ $query->set( ‘posts_per_page’, 15 ); } } add_action( ‘pre_get_posts’, ‘category_blog_posts_per_page’, 1 );
Dequeue or remove Gravity Forms style or CSS
Dequeue or remove Gravity Forms style or css in your WordPress site. Common styles of Gravity Forms is `formreset.css`, `datepicker.css`, `formsmain.css`, `readyclass.css`, and `browsers.css`. Gravity Forms has action called `gform_enqueue_scripts`, you can visit the link for more information. <link rel=’stylesheet’ id=’gforms_reset_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/formreset.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_datepicker_css-css’ href=’http://example.com/wp-content/plugins/gravityforms/css/datepicker.css?ver=1.7.11′ type=’text/css’ media=’all’ /> <link rel=’stylesheet’ id=’gforms_formsmain_css-css’…
How to get the current scroll top position?
How to get the current scroll top position? Copy and past the following codes below to your JS file. var current_scroll = window.scrollY; console.log( current_scroll );
Warning: rmdir( … ), No such file or directory
Warning: rmdir( … ), No such file or directory Fatal error: Allowed memory size of 134217728 bytes exhausted (tried to allocate 20480 bytes) in /home/username/public_html/wp-includes/meta.php on line 1078 You might interested to check this error master Gravity Forms Media Upload Field for BuddyPress Complete Tutorial Also offering hosting and domain registration, chep but trusted –…
How to change WordPress Content Directory?
Copy this code to your wp-config.php of your WordPress folder. define( ‘WP_CONTENT_DIR’, ‘/home/site-folder/public_html/custom-wp-content-name-content’ ); define( ‘WP_CONTENT_URL’, ‘http://site.com/custom-wp-content-name-content’ );
WordPress common text icons etc.
≡ read more → »
ಠ_ಠ :B
✿
♥
☤
❥ ❦ ❧ ♡ ✗ ✘
Ω ♦ ♠ ♥ ♣ ♢ ♤ ♡ ♧ ✦ ♔ ♕ ♚ ♛ ★ ☆ ✮ ✯ ☾ ☽ ☼
…
Many thanks if you are so kind to fairly share this information.