Nanche
Forum Replies Created
Viewing 6 replies - 1 through 6 (of 6 total)
-
Forum: Fixing WordPress
In reply to: Remove horizontal scrollbarIt worked thank you ^^
Forum: Fixing WordPress
In reply to: Remove page title and…..Thank you alot for the help 🙂
But one last question is it possible to remove the space between navigation menu and where page title used to be?Forum: Fixing WordPress
In reply to: Remove page title and…..I removed the breadcumb now but how do i remove page title?
Forum: Fixing WordPress
In reply to: Remove page title and…..<?php get_header(); ?> <div id="content_area" class="clearfix"> <div id="main_content"> <?php get_template_part('includes/breadcrumbs','index'); ?> <?php get_template_part('loop','page'); ?> <?php if ( 'on' == get_option('evolution_show_pagescomments') ) comments_template('', true); ?> </div> <!-- end #main_content --> <?php get_sidebar(); ?> </div> <!-- end #content_area --> <?php get_footer(); ?>I have this code under page.php 🙂
Forum: Fixing WordPress
In reply to: Remove page title and…..Ohh. I mean that i want to remove all the breacumbs (didn’t know the name for it) and all the page titles.
I have tried looking on many different guides but none of them seems to work on my theme.Forum: Fixing WordPress
In reply to: Remove page title and…..No, i mean the the text above the page titles (Home » Hvorfor Google +1?) (Home » Pakker) (Home » Kontakt).
Viewing 6 replies - 1 through 6 (of 6 total)