forked from friendica/friendica-wp-theme
5f63119ef0
- popup submenu item full width and left aligned - minimum width for the popup submenu - popup submenu closer to parent item. should fix popup issues. - images in posts have max-width to 100% - show last news in homepage
5 lines
124 B
PHP
5 lines
124 B
PHP
<section class="entry-content">
|
|
<?php the_content(); ?>
|
|
<div class="entry-links"><?php wp_link_pages(); ?></div>
|
|
</section>
|