Im about to bust a nut over this

dragonlube

Elite Member
Jr. VIP
Joined
Jan 22, 2011
Messages
3,691
Reaction score
781
I'm trying to get rid of the home page title in my wordpress site, Im using yootheme "nano".

If you've got the magic bullet, please share.

thank you
 
Last edited:
Can you explain the problem further?
 
Last edited:
Use CSS if you don't mind having the title code still exist in the source.
 
Edit the header.php, homepage.php, or index.php file?
 
LOL why would that make you bust a nut, was expecting a pic of a hot chick or something
 
Edit the header.php, homepage.php, or index.php file?

This. You may have to get your hands dirty. If it isnt in the main header.php, some themes and theme systems have two...one main one, then one that you can get to by FTP...ie, inside /content/themes/mytheme/header.php

First try editing the header.php you can find by going to appearances-editor
 
Thanks but I've already tried all of the above. I was hoping someone has some experience with yoothemes, I just dont see it anywhere. There is no header.php, homepage.php, and index.php is pretty much empty.
 
Thanks but I've already tried all of the above. I was hoping someone has some experience with yoothemes, I just dont see it anywhere. There is no header.php, homepage.php, and index.php is pretty much empty.

Not sure how any wordpress theme could be functional and be missing those files. What kind of files do you have in your wp-content/themes/themename/ folder?

Maybe it uses smarty .tpl files? You could also try looking for a folder called templates within your theme folder.
 
Also, if nothing else. You can back into the code using Inspect Element feature of Google Chrome.
 
Heres what Ive got in the themes folder:

404.php
apple_touch_icon.png
changelog.php
checksums
comments.php
config
config.default
config.php
config.xml
favicon.ico
unctions.php
index.php
screenshot.png
style.css
template.xml

I used ctrl + F to look for "title" Only template.xml has title in the code and it says

Code:
<modulesettings>
		<setting name="title" type="list" label="Title" default="1">
			<option value="1">Show</option>
			<option value="0">Hide</option>


Plus these folders:

cache
css
fonts
images
js
languages
layouts
styles
warp

These are the files I've got in the main folder of the installation:

ftpquota
error_log
fantastico_fileslist.txt
fantversion.php
index.php
license.txt
readme.html
wp-activate.php
wp-app.php
wp-atom.php
wp-blog-header.php
wp-comments-post.php
wp-commentsrss2.php
wp-config-sample.php
wp-config.php
wp-cron.php
wp-feed.php
wp-links-opml.php
wp-load.php
wp-login.php
wp-mail.php
wp-pass.php
wp-rdf.php
wp-register.php
wp-rss.php
wp-rss2.php
wp-settings.php
wp-signup.php
wp-trackback.php
xmlrpc.php
 
Well, the code you posted is for some kind of template setting with a dropdown menu to select whether you want to show or hide your title. In theory that should be reflected somewhere in the appearance/theme settings.

Beyond that I'm not sure what else to tell you. This theme has the settings buried in some kind of template system.
 
Back
Top