Reminder
< img class="im" style="float:%%float:right%%; width:%%c_w_vw:12vw%%; height:%%c_h_vw:12vw%%; object-fit:cover; object-position:%%pos_w:50%%% %%pos_h:50%%%; margin:%%margin:0 12px 0 0%%; border-radius:%%radius:0%%; overflow:hidden;" src=""/>$$enclosed_content$$
Example: [ sc name="cropped" c_w_vw="100vw" c_h_vw="2vw" size="thumbnail" float="left" radius="3px" pos_w="50%" pos_h="0%" ]
• Does this post have a featured image?
Reminder
Reminder
≥PLG
CONTENT
- Post (Post Type: ‘post’)
- Page (Post Type: ‘page’)
- Attachment (Post Type: ‘attachment’)
- Revision (Post Type: ‘revision’)
- Navigation menu (Post Type: ‘nav_menu_item’)
Place your content for the second column here.
Place your content for the third column here.
Place your content for the first column here.
B
C
D
E
WP Protect Content By WP Experts Team (India) Passster @ /admin | Passster @ WP.org
capitainewp.io/formations/developper-theme-wordpress/wp-query/
2020-06-12 | Guide to developing a wp-theme
Markdown – See wiki description: https://en.wikipedia.org/wiki/Markdown
PHP Injection into Header causes < p > tag disabling:
< ?php remove_filter( 'the_content', 'wpautop' ); ? >
Prevent WP from removing tags. Code inject > functions.php