noncollective
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Increase font size for post titleThanks adam!
Forum: Fixing WordPress
In reply to: Move timestamp and commentsCheers Michael:
Forum: Fixing WordPress
In reply to: Trying to Remove titleThanks moshu!
Forum: Fixing WordPress
In reply to: Trying to Remove titleThanks very much adam. That removed the title, do you know how to remove the little arrows?
Forum: Fixing WordPress
In reply to: Trying to Remove titleHi Adam. Thanks.
I have removed that part of the code and the title is still there. Any other ideas?Forum: Fixing WordPress
In reply to: Sidebar changesThanks, that worked.
Forum: Fixing WordPress
In reply to: Sidebar changeshttps://wordpress.pastebin.ca/771498
thanks adam
Forum: Fixing WordPress
In reply to: Sidebar changesThat place doesn’t seem to be in my code. See below:
<!– begin sidebar –>
<div id=”sidebar”>-
<li id=”search”>
<form id=”searchform” method=”get” action=”<?php echo $_SERVER[‘PHP_SELF’]; ?>”>
<div>
<input type=”text” name=”s” id=”s” size=”15″ />
<? /*<input type=”submit” value=”<?php _e(‘Search’); ?>” />*/?>
</div>
</form><?php wp_list_pages(); ?>
<?php get_links_list(); ?>
<li id=”categories”><?php _e(‘Categories:’); ?>-
<?php wp_list_cats(); ?>
<li id=”archives”><?php _e(‘Archives:’); ?>
-
<?php wp_get_archives(‘type=monthly’); ?>
<li id=”feeds”><?php _e(‘Feeds’); ?>
- ” title=”<?php _e(‘Syndicate this site using RSS’); ?>”><?php _e(‘RSS Contents’); ?>
- ” title=”<?php _e(‘The latest comments to all posts in RSS’); ?>”><?php _e(‘Comments RSS’); ?>
<li id=”meta”><?php _e(‘Meta:’); ?>
-
<?php wp_register(); ?>
- <?php wp_loginout(); ?>
- “><?php _e(‘Valid XHTML’); ?>
- XFN
- “>WP
<?php /*
*/?>
<?php wp_meta(); ?><?php /*
<li id=”calendar”><?php _e(‘Calendar:’); ?>- <?php get_calendar(daylength); ?>
*/ ?>
</div>
<!– end sidebar –>Forum: Fixing WordPress
In reply to: Sidebar changesHi Adam. Thanks.
I don’t use widgets. I tried changing ‘pages’ as you said but it just messed everything up in the sidebar. Any other ideas?
Forum: Fixing WordPress
In reply to: Sidebar changesDoes anyone know how I can change the name of ‘pages’?
Also what code do I put in text-transform to make it sentence-case, ie ‘Links’ rather than ‘links’
Thanks
Forum: Fixing WordPress
In reply to: Horizonal line between posts?Do you know where I can find th <hr /> in my stylesheet. I’ve searched for it but cannot find it. thanks
Forum: Fixing WordPress
In reply to: Cannot hide title of blog (tried everything)Thanks cweddell but that didn’t work. I’m sure I put it in the right place. Here is the untouched CSS if you think we might be able to let me know more specifically.
https://noncollective.com/wp-content/uploads/CSS/noncollective.rtf
Forum: Fixing WordPress
In reply to: Cannot hide title of blog (tried everything)Hi Shadow.
I tired this and it removed my logo but not smaller title and a little arrow link:
<body>
<div id=”rap”>
<div id=>
<div id=>
<div id=>
</div>
/”><?php bloginfo(‘name’); ?><!– <span id=”himage”><img src=”” /></span> –>
</div>
<div id=>
/”>»
</div>
</div>
<div id=”content”>
<!– end header –>Did I do something wrong? Thanks, D.
Forum: Fixing WordPress
In reply to: Cannot hide title of blog (tried everything)Do I leave the divs like this:
<div> or like this <div id=>
thanks.
Forum: Fixing WordPress
In reply to: Cannot hide title of blog (tried everything)Thanks Shadow, that worked. the big green text is gone. I am still left with a smaller title and a little arrow link. Do you know how to get rid or hide these?
D.