Shaare your links...
1938 links
Dotmana Shaarli Home Login RSS Feed ATOM Feed Tag cloud Picture wall Daily
Links per page: 20 50 100
page 1 / 1
15 results for tags wordpress x
  • Enable jQuery Migrate Helper – WordPress plugin | WordPress.org
    depuis WP 5.5, le jQuery Migrate n'est plus actif. Si votre "vieux" theme WP est cassé suite à une mise à jour, ça peut simplement venir de là.
    Thu Oct 8 15:04:08 2020 - permalink -
    - https://wordpress.org/plugins/enable-jquery-migrate-helper/
    jquery wordpress
  • change plugin permissions
    he minimum level required is usually hard-coaded into the plugin.

    Open the main file of the plugin you want to change access rights for and search for ‘manage_options’. Chances are it will be in a function called either add_options_page(), add_submenu_page() or add_menu_page(). This basically means that the link to access the plugin will not be displayed to users who cannot ‘manage_options’.

    To allow Editors to access the plugin, change all occurances of ‘manage_options’ to ‘edit_pages’.
    To allow Authors to access the plugin, change to ‘publish_posts’.
    To allow Contributors to access the plugin, change to ‘edit_posts’.
    To allow Subscribers to access the plugin, change to ‘read’.

    Note though, that any change will be wiped out when you update the plugin in the future.
    Fri Jun 12 09:34:00 2020 - permalink -
    - https://wordpress.org/support/topic/how-to-allow-non-admins-editors-authors-to-use-certain-wordpress-plugins/
    wordpress
  • wordpress database migration
    Wed Sep 11 11:56:03 2019 - permalink -
    - https://interconnectit.com/products/search-and-replace-for-wordpress-databases/
    database domain migration mysql wordpress
  • The Divi Builder — Drag & Drop Page Builder Plugin For WordPress
    alternative à jscomposer
    Wed Dec 12 13:03:01 2018 - permalink -
    - https://www.elegantthemes.com/plugins/divi-builder/
    wordpress
  • Quick edit pour ACF
    Si vous utilisez ACF Pro sous Wordpress, voici un petit plugin très utile permettant d'éditer en bulk des customs fields.
    Tue Nov 22 22:45:48 2016 - permalink -
    - https://github.com/mcguffin/acf-quick-edit-fields/wiki
    acf wordpress
  • Seeing Weird Characters On Your Blog? Here’s How To Fix Your WordPress Character Encoding (Latin1 to UTF8) - BlogPress
    Un très vieux Wordpress (donc en LATIN1) migré sur une nouvelle BDD ?
    La solution pour le problème d'encodage qui va forcément partir en sucette...
    Sun Nov 20 23:12:19 2016 - permalink -
    - https://theblogpress.com/blog/seeing-weird-characters-on-blog-how-to-fix-wordpress-character-encoding-latin1-to-utf8/
    wordpress
  • Malekal's forum • Détecter les Backdoor PHP : Tech, Tips & Tricks
    via sebsauvage
    Wed May 13 15:24:02 2015 - permalink -
    - http://forum.malekal.com/detecter-les-backdoor-php-t51402.html
    hack piratage wordpress
  • The WordPress Menu Item Limit or: Help! Half my menu items just disappeared! - SevenSpark
    Bon à savoir : si un morceau de votre menu Wordpress disparait lorsque vous travaillez dessus, ça peut venir d'une limite PHP "max_input_vars"
    -> 1000 vars en POST = 80 items de menu !
    Mon Jan 5 16:39:32 2015 - permalink -
    - http://sevenspark.com/wordpress/menu-item-limit
    wordpress
  • thumbnail
    File:Template Hierarchy.png « WordPress Codex
    hiérarchie des appels de templates dans Wordpress
    Wed Sep 24 10:18:33 2014 - permalink -
    - http://codex.wordpress.org/File:Template_Hierarchy.png
    template wordpress wp
  • WordPress › Transposh WordPress Translation « WordPress Plugins
    traduction automatique sous Wordpress multilingue / traduction humaine
    Wed Apr 9 10:55:45 2014 - permalink -
    - http://wordpress.org/plugins/transposh-translation-filter-for-wordpress/installation/
    i18n traduction translate wordpress
  • Mise en cache des fichiers statiques sur apache
    $>  a2enmod expires
    $>  service apache2 restart

    .htaccess :
    ---------
    ## EXPIRES CACHING ##
    <IfModule mod_expires.c>
    ExpiresActive On
    ExpiresByType image/jpg "access 1 year"
    ExpiresByType image/jpeg "access 1 year"
    ExpiresByType image/gif "access 1 year"
    ExpiresByType image/png "access 1 year"
    ExpiresByType text/css "access 1 month"
    ExpiresByType application/pdf "access 1 month"
    ExpiresByType text/x-javascript "access 1 month"
    ExpiresByType application/x-shockwave-flash "access 1 month"
    ExpiresByType image/x-icon "access 1 year"
    ExpiresDefault "access 2 days"
    </IfModule>
    ## EXPIRES CACHING ##
    Wed Apr 9 08:53:11 2014 - permalink -
    - ?VvLm8g
    cache performance wordpress
  • WordPress › MCE Table Buttons « WordPress Plugins
    Plugin wordpress pour la gestion WYSIWYG des tableaux html
    Fri Feb 28 16:51:27 2014 - permalink -
    - http://wordpress.org/plugins/mce-table-buttons/
    table tableaux wordpress
  • QT: Increase the WordPress RSS Widget Refresh Rate | Casabona.Org
    Diminuer le temps de rafraichissement sur le widget RSS Wordpress
    Wed Dec 11 14:58:28 2013 - permalink -
    - http://casabona.org/2009/08/qt-increase-the-wordpress-rss-widget-refresh-rate/
    rss widget wordpress
  • WordPress - SabaiDirectory for WordPress | CodeCanyon
    Plugin annuaire très complet pour Wordpress (premium 25$).
    Thu Dec 5 15:34:32 2013 - permalink -
    - http://codecanyon.net/item/sabaidirectory-for-wordpress/4505485
    directory wordpress
  • How to load files within WordPress themes
    La fonction indispensable pour trouver un fichier template (qu'il soit dans le thème enfant ou parent) : locate_template()
    Tue Jul 9 22:22:02 2013 - permalink -
    - http://justintadlock.com/archives/2010/11/17/how-to-load-files-within-wordpress-themes
    wordpress
Links per page: 20 50 100
page 1 / 1
Shaarli 0.0.41 beta - The personal, minimalist, super-fast, no-database delicious clone. By sebsauvage.net. Theme by idleman.fr.