Questions tagged [wordpress-4.0]

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.0 ("Benny").

Wordpress 4.0

Some of the feature highlights of WordPress 4.0 are:

  • Manage your media and embedded content with style
  • Embeddable content previews right in the visual editor
  • Better workflow for finding and installing plugins

For Developers:

  • Customizer Panels API
  • Better flexibility for WP_Query ORDER BY

Resources

11 questions
6
votes
3 answers

Change wordpress site language without changing the admin dashboard language

I'm using Wordpress 4.1, when I go to Settings -> General and then I choose a language in the combobox Site Language, that successfully changes the language of my WordPress site (although not completely, I don't know why). The problem is, that also…
user765368
  • 19,590
  • 27
  • 96
  • 167
3
votes
3 answers

Wordpress 4: WPLANG deprecated. How to change language programmatically?

Since WPLANG is deprecated in Wordpress 4, what do you use to set a user selected language? In versions 3.x.x I used define('WPLANG', $lang) to set a language and then on the pages could get it using get_locale(). I need to use this approach to…
Alex
  • 101
  • 1
  • 5
3
votes
2 answers

How to update Wordpress ajaxurl variable to use SSL?

We run a Wordpress 4.0/Buddypress setup and ever since we switched to SSL all ajax functions are not working because the ajaxurl variable is still reading "http".