Questions tagged [wordpress-4.6]

WordPress is a PHP-based, open source content management system for creating websites and blogs. This tag is for programming-specific questions referring to version 4.6 ("Pepper").

Wordpress 4.6

Wordpress 4.6 was released in August 2016. Some of its feature highlights are:

  • Ajax Updater
  • Native Font supports in the Administration Screen
  • Import Screen overhaul
  • Internationalization improvements

For Developers:

  • Resource Hints
  • HTTP API internal changes
  • Language Packs
  • Persistent Comment Cache

Resources

7 questions
1
vote
1 answer

Wordpress Front page Display Setting Missing

I have installed Wordpress 4.6/4.5/4.4 and Front page displays option is missing from the settings > Readings section. Any suggestions? Note: no plugins are installed
WalksAway
  • 2,769
  • 2
  • 20
  • 42
0
votes
1 answer

WordPress 4.6 to 4.7 having issue upgrading on Azure

I am trying to upgrade my WordPress website from version 4.6 to 4.7. When I try this through the WordPress panel, I get an error after about 3 minutes of waiting which is: 500 - The request timed out. The web server failed to respond within the…
William Ross
  • 3,568
  • 7
  • 42
  • 73
0
votes
0 answers

Wordpress - Media's search bar doesn't work

I have a WordPress (WordPress 4.6) With the theme : TrueMag. My media's search bar does not work, it always show nothing no matter what you write... Anybody have any idea please ? Thank you very much
Kévin HURON
  • 60
  • 1
  • 10
0
votes
3 answers

Wordpress fatal memory error on plugin activation

I'm using wordpress 4.6, and when I try to activate a plugin, seo yaost, jetpack, for example, the error below. Fatal error: Allowed memory size of 67108864 bytes exhausted (tried to allocate 122880 bytes) in…
Nerd901
  • 5
  • 3
0
votes
1 answer

WordPress 4.6 had problems with cURL error 23

After a recent upgrade to WordPress 4.6 had problems with cURL (eg when updating plug-ins that use cURL): cURL error 23: Failed writing body (373 = 449!) Judging by the forum, to 4.6 cURL broke, and 4.6.1 are still not rolled out the fix. The…
Justin K
  • 231
  • 2
  • 3
  • 12
0
votes
3 answers

Wordpress main static page url

Wordpress 4.6. I set a static page as main page. And now url of main page is url of my static page. What I need to do to make such url: www.mysite.com but not www.mysite.com/mypagename?
0
votes
0 answers

WordPress 4.6 + pagination + is_home() = bug?

Is this a bug in WordPress? When I am the blog index page: http://mysite/blog/ var_dump(is_home()); // bool(true) --> correct But when I am still on the blog index page with pagination: http://mysite/blog/page/3 var_dump(is_home()); //…
Run
  • 54,938
  • 169
  • 450
  • 748