wakkaday
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Sidebar link to last commentsthis doesnt work for 2.0…any help
Forum: Fixing WordPress
In reply to: how can i create a new side box?I have sorted this now. thanks!!
sorry for all the posts…Forum: Fixing WordPress
In reply to: how can i create a new side box?the script i am trying to enter is not showing…it works via a normal html page
<script><center><!– LINK TO DIGIGUIDE.COM: do not change this code –>
<script language=JavaScript>var tblWIDTH=”175″; var tblBGCOL=”#DFE6EF”; var tblBORDCOL=”#DFE6EF”; var pfindHEADCOL=”#DFE6EF”; var pfindHEADFSIZE=”1″; var pfindHEADFCOLOR=”#000000″; var pfindFSIZE=”1″; var pfindFCOLOR=”#000000″; var pfindFFACE=”Verdana, Arial, Helvetica, sans-serif”; var bTimeNewLine=”0″;</script>
<script language=”JavaScript” src=”http://www.mydigiguide.com/dgx/wbl.dll?a=21″ type=”text/javascript”></script>i did what you said, but it not showing…any help
thanks?Forum: Fixing WordPress
In reply to: how can i create a new side box?thanks ill give it a try….
on a similar note, how can i get rid of the box
“About the Site” which displays…
my current sidebar.php file shows
<?php wp_list_pages(‘title_li=<h2>’ . __(‘Pages’) . ‘</h2>’ ); ?>
<h2><?php _e(‘Categories:’); ?></h2>
- <?php wp_list_cats(‘optioncount=1’); ?>
<h2><label for=”s”><?php _e(‘Search:’); ?></label></h2>
-
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div style=”text-align:center”>
<input type=”text” name=”s” id=”s” size=”15″ />
<input type=”submit” name=”submit” value=”<?php _e(‘Search’); ?>” />
</div>
</form>
<h2><?php _e(‘Monthly:’); ?></h2>
- <?php wp_get_archives(‘type=monthly&show_post_count=true’); ?>
<h2><?php _e(‘RSS Feeds:’); ?></h2>
Forum: Fixing WordPress
In reply to: how can i create a new side box?oh its connections theme…thankyou for prompt reply.
Forum: Fixing WordPress
In reply to: What are the links for ‘Archive’ and ‘Links’ – Header Template.Sorry i posted a link to your website without your consent. thanks i’ll gives your a try
shame it doesnt work on the original connections themee
Forum: Fixing WordPress
In reply to: What are the links for ‘Archive’ and ‘Links’ – Header Template.using connections theme.
Once i make the archives page and links page…that means i would
have to enter seperate content into each of these pages.i was hoping it could use the ‘archives’ from my wordpress archives
as on this website…http://www.ajaydsouza.com/archives/
if you click on archives it brings a list of months…? has he done
this page manually..thanks
-
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>