memcached port and csf
Actually, you do not want to open memcached port in your firewall.
#ref: http://serverfault.com/questions/530051/memcached-ports-and-csf
Actually, you do not want to open memcached port in your firewall.
#ref: http://serverfault.com/questions/530051/memcached-ports-and-csf
There are mb_strlen() and mb_substr() for multibyte characters however there is no mb_str_word_count. Hence my previous post.
So I wasn’t able to add new items to wordpress menu and found out that the reason is the POST limit but adding max_input_vars = 2000 did not solve the problem (default is 1000). If you have suhosin and cant add new menu items or save your menu, you have to add the below to your…
If you are using “page-template”s you’ll have problems with pagination since pages are not meant to display posts and some people frown upon using page-templates for custom archive display, but it’s sometimes the simplest way. Anyway the solution is 1.) to nullify the global $wpquery 2.) adding ‘paged’ => $paged arg. before displaying your posts…
My navigation menu started disappearing on category pages. First I suspected there was something with the header or menu location, I have double, triple checked everything and I was pulling my hair out trying to find a solution. Turns out, my attempt to order posts by a custom field interfered with the menu. if( ! $query->is_main_query())…
Just use javascript:void(0) instead of # for href You might encounter this error most likely in Firefox Console
*facepalm* $_POST is always set, it can only be empty.