HEX
Server: Apache/2.4.46 (Win64) OpenSSL/1.1.1j PHP/8.4.25
System: Windows NT DESKTOP-4TAV2RJ 10.0 build 19045 (Windows 10) AMD64
User: fred (0)
PHP: 8.4.25
Disabled: NONE
Upload Files
File: C:/xampp/htdocs/wordpress/wp-content/themes/connections/sidebar.php
<h2>Pages</h2>
<ul><?php wp_list_pages('title_li=' ); ?></ul>
<h2><?php _e('Categories:'); ?></h2>
	<ul><?php wp_list_cats('optioncount=1');    ?></ul>

<h2><label for="s"><?php _e('Search:'); ?></label></h2>
	<ul>
		<li>
			<form id="searchform" method="get" action="<?php echo $_SERVER['PHP_SELF']; ?>">
				<div style="text-align:center">
					<p><input type="text" name="s" id="s" size="15" /></p>
					<p><input type="submit" name="submit" value="<?php _e('Search'); ?>" /></p>
				</div>
			</form>
		</li>
	</ul>
<h2><?php _e('Monthly:'); ?></h2>
	<ul><?php wp_get_archives('type=monthly&show_post_count=true'); ?></ul>

<h2><?php _e('RSS Feeds:'); ?></h2>
	<ul>
		<li>
			<a title="RSS2 Feed for Posts" href="<?php bloginfo('rss2_url'); ?>">Posts</a> | <a title="RSS2 Feed for Comments" href="<?php bloginfo('comments_rss2_url'); ?>">Comments</a></li>	
	</ul>