Cant find code to remove button.

The thing is, I dont know what file the codes in. 🙁

Try right clicking and doing inpect element on it, maybe youll know. 🙂
 
It should be the index file, or something as such. I'm not a huge wordpress fan.
 
Ok, Im on mobile and I cant copy paste code. 🙁 Do you mean the index file of the theme? as its only on this theme.
 
Well that makes it difficult to help you.. When you get on your PC, do it.

I'm not 100% sure where wordpress keeps each code for each specific item, however wherever you think it is, post it and I'll have a look and let you know.
 
Is this the code you are talking about on the home page.

Code:
<div id="post-12" class="post">
<h2 class="title">Home</h2>
<div class="entry">
<p>Home</p>
</div>
</div>
 
I think it may be, where did you find that?.

-- 11 Jan 2013, 10:36 --

I think its this: view-source:http://37.59.34.164/~rormaxco/

Part of the code Is

Code:
<div class="outer">
				   <div class="navi-primary-container">
					                        <ul class="navis navi-primary">
    						<li ><a href="http://37.59.34.164/~rormaxco/">Home</a></li>
    						<li class="page_item page-item-15"><a href="http://37.59.34.164/~rormaxco/about/">About</a></li>
    					</ul>
                                            </div>

Not sure what file that is in on my webserver.<br /><br />-- 11 Jan 2013, 10:54 --<br /><br />I looked in header.php in dreamweaver and found the code XD

It was this:

Code:
<li <?php if(is_home()) { ?> class="current_page_item" <?php } ?>><a href="<?php echo get_option('home'); ?>/">Home</a></li>

thanks for helping 🙂
 
Back
Top Bottom