• hi i want to edit some option of my theme kindly guide me. Site is studentlife.co.in
    1- on top right corner there are three option comment post and email. I want to remove option email and image associated
    2- want to modify footer, but nothing in footer.php , where i find the footer code
    3- in admin i want to show option under every post edit as in default theme
    4-in top menu i want to show all catagory, by default there is only one that is education
    thank u

Viewing 11 replies - 1 through 11 (of 11 total)
  • 2 – does your footer reference any functions or any other files?

    Thread Starter neteater

    (@neteater)

    really dont know i am not coder

    well its going to be tricky developing yr theme if u dont know the basics

    Thread Starter neteater

    (@neteater)

    any idea i can make little edting by seeing other code but cant do a hardcore edit

    Thread Starter neteater

    (@neteater)

    can you atlest tell me how to remove those annoying images on top

    a better theme might suit you more

    Thread Starter neteater

    (@neteater)

    any suggestion ??

    wp theme repo got hundreds

    Thread Starter neteater

    (@neteater)

    what is theme name

    Thread Starter neteater

    (@neteater)

    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="https://www.w3.org/1999/xhtml" dir="ltr" lang="en-US">
    
    <!-- BEGIN html head -->
    <head profile="https://gmpg.org/xfn/11">
    <meta http-equiv="Content-Type" content="<?php bloginfo('html_type'); ?>; charset=<?php bloginfo('charset'); ?>" />
    <title><?php bloginfo('name'); ?> <?php wp_title(); ?></title>
    <link rel="stylesheet" type="text/css" href="<?php bloginfo('stylesheet_url'); ?>" />
    <!--[if lte IE 6]><link rel="stylesheet" type="text/css" href="<?php bloginfo('template_url'); ?>/ie.css" /><![endif]-->
    <script type="text/javascript" src="<?php bloginfo('template_url'); ?>/scripts.js"></script>
    <?php if (function_exists('wp_enqueue_script') && function_exists('is_singular')) : ?>
    <?php if ( is_singular() ) wp_enqueue_script( 'comment-reply' ); ?>
    <?php endif; ?>
    <?php wp_head(); ?>
    </head>
    <!-- END html head -->
    
    <body>
    
    <!-- BEGIN wrapper -->
    <div id="wrapper">
    
    	<!-- BEGIN header -->
    	<div id="header">
    		<ul>
    		<li class="f"><a href="<?php echo get_option('home'); ?>">Home</a></li>
    		<?php dp_list_pages(); ?>
    		</ul>
    		<p class="links">Subscribe:
    		<a href="<?php bloginfo('rss2_url'); ?>">Posts</a> |
    		<a href="<?php bloginfo('comments_rss2_url'); ?>">Comments</a> |
    		<a href="#">Email</a>
    		</p>
    		<div class="break"></div>
    		<div class="logo">
    		<h1><a href="<?php echo get_option('home'); ?>"><?php bloginfo('name'); ?></a></h1>
    		<p><?php bloginfo('description'); ?></p>
    		</div>
    		<div class="ad468x60">
    		<a href="#"><img src="<?php bloginfo('template_url'); ?>/images/ad468x60.jpg" alt="Advertisement" /></a>
    		</div>
    		<div class="break"></div>
    		<ol>
    		<?php dp_list_categories(); ?>
    		</ol>
    		<div class="break"></div>
    	</div>
    	<!-- END header -->

    this is teh header code which line need to be remove to remove subsribe text and those 3 option email rss comment and image

Viewing 11 replies - 1 through 11 (of 11 total)
  • The topic ‘want to customize my theme’ is closed to new replies.