Single v1
-commentaires cachés -settings -3 lightbox -enqueue js et css
This commit is contained in:
49
infos.txt
Normal file
49
infos.txt
Normal file
@@ -0,0 +1,49 @@
|
||||
Rechercher WP_Retina dans les options
|
||||
|
||||
SELECT * FROM `wp_options` WHERE `option_name` LIKE '%mfrH%'
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Theme_Mod versus Option
|
||||
|
||||
|
||||
Theme_Mod
|
||||
|
||||
Settings can only be used by that specific theme.
|
||||
All customizer settings are stored within a serialized array in a single option in the database.
|
||||
|
||||
|
||||
Option
|
||||
|
||||
Settings can be used by absolutely any theme or plugin.
|
||||
Each of the customizer settings are stored as a unique option in the database.
|
||||
|
||||
|
||||
|
||||
Options:
|
||||
URL de Zenphoto
|
||||
Taille des images
|
||||
Répondre aux commentaires du livre d'or 1
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Flickr
|
||||
|
||||
<img width="600" height="400" src="//c1.staticflickr.com/9/8695/29179607103_4f0c4a843e_n.jpg" class="low-res-photo" alt="2016-08-30_Chevrette_4503 | par Bruno Pesenti" hidden="hidden" style="display: none;">
|
||||
<img width="600" height="400" src="//c1.staticflickr.com/9/8695/29179607103_d63b4736cf_h.jpg" class="main-photo" onload="registerFirstPhoto(this)" alt="2016-08-30_Chevrette_4503 | par Bruno Pesenti">
|
||||
|
||||
|
||||
|
||||
/*
|
||||
WP Media: WorpPress (post)
|
||||
-Description -> <a href="" title="Description"> -> Colorbox: sous la photo
|
||||
-Légende -> <p class="wp-caption-text">Légende</p> (caption sous la photo)
|
||||
-Texte alternatif -> <img src="" alt="cerf" />
|
||||
*/
|
||||
|
||||
|
||||
<?php if (in_category(3)) { ?>
|
||||
Reference in New Issue
Block a user