metasteve
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Plugins
In reply to: [User Access Manager] Giant LOCK IconWould someone please help me address this??
Forum: Plugins
In reply to: [User Access Manager] Giant LOCK IconHello? Is anyone monitoring this?
Forum: Fixing WordPress
In reply to: Need help: Exclude PAGE titles (not post titles) on all pagesI guess with my theme there is probably a different file I need to edit.
Forum: Fixing WordPress
In reply to: Need help: Exclude PAGE titles (not post titles) on all pagesI have the same issue but MY page.php file looks like this (using Mystique theme):
<?php /* Mystique/digitalnature */ get_header(); ?> <!-- main content: primary + sidebar(s) --> <div id="main"> <div id="main-inside" class="clear-block"> <!-- primary content --> <div id="primary-content"> <div class="blocks"> <?php do_action('mystique_before_primary'); ?> <?php if (have_posts()): while (have_posts()): the_post(); mystique_page(); endwhile; endif; comments_template(); ?> <?php do_action('mystique_after_primary'); ?> </div> </div> <!-- /primary content --> <?php get_sidebar(); ?> </div> </div> <!-- /main content --> <?php get_footer(); ?>Can anyone help me? Thanks.
Forum: Fixing WordPress
In reply to: RSS Title in Feed to show but not on page`Well this fixed the issue with the title of the blog not appearing in the title graphic of the blog – but my blag still does not have a title…
Any ideas???
Forum: Fixing WordPress
In reply to: RSS Title in Feed to show but not on page`I set the “header h1” to 0pxl:
.header h1 {
color: #fff;
font-family: Arial, Helvetica, sans-serif;
font-size: 0px;
font-weight: normal;
letter-spacing: -1px;
margin-bottom: 0px;
Viewing 6 replies - 1 through 6 (of 6 total)