Deprecated: Function get_currentuserinfo is deprecated since version 4.5.0! Use wp_get_current_user() instead. in /var/www/html/wp-includes/functions.php on line 5383

display_posts clarification

New Front EN Support Forums Sensei Theme Support display_posts clarification

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #6982
    micrem73
    Member

    Hi,
    which are the difference between included “display_posts” shortcake, and the one you can install via plugin?
    Is it possible that the latter is more complete?
    I tried to install it, but my feeling is that it doesn’t really activate, as the built in in the theme overrides it. Could this be correct??
    Is it possible to test the plugin one deactivating the built in?
    regards
    michele

    #6983
    mmsatori
    Keymaster

    Hey Michele,

    there’s no back-end switch to deactivate the built-in plugins, yet you can do that via the theme’s “functions.php” file (located in the theme root): replace line 683 from this:

    include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );

    to this:

    // include_once( get_template_directory(). '/includes/shortcodes-ultimate/shortcodes-ultimate.php' );

    Sincerely,
    Andrii / Satori Studio

    #6988
    micrem73
    Member

    thanks, it works and allows me to install last Ultimate Shortcut plugin.

Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.