🤩 File Manager - Mr.X
PHP:
8.3.33
Server:
Apache
OS:
Linux 5.14.0-611.49.1.el9_7.x86_64
User:
websparkit
Navigate
Upload:
Upload
New File
New Folder
Editing:sidebar.php
<aside id="secondary" class="widget-area"> <?php if (!dynamic_sidebar('sidebar-1')): ?> <div class="widget widget_search"> <?php get_search_form(); ?> </div> <div class="widget widget_recent_entries"> <h3 class="widget-title"><?php _e('Recent Posts', 'unfia'); ?></h3> <ul> <?php $recent = new WP_Query(['posts_per_page' => 5]); while ($recent->have_posts()): $recent->the_post(); ?> <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li> <?php endwhile; wp_reset_postdata(); ?> </ul> </div> <div class="widget widget_categories"> <h3 class="widget-title"><?php _e('Categories', 'unfia'); ?></h3> <ul> <?php wp_list_categories(['title_li' => '']); ?> </ul> </div> <?php endif; ?> </aside>
Save Changes
Cancel
Create New File
Create New Folder