d2jsp
Log InRegister
d2jsp Forums > Off-Topic > Computers & IT > Programming & Development > Wordpress Help > Cant Find The File..
Prev123Next
Add Reply New Topic New Poll
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 10:37am
it gave me something but it wasnt the right code, I guess ill try to change up the "site-title" to something more specific. Im sure i will find it this way, thanks man!!
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Oct 12 2014 10:38am
Quote (iBecameLegend @ Oct 12 2014 08:37am)
it gave me something but it wasnt the right code, I guess ill try to change up the "site-title" to something more specific. Im sure i will find it this way, thanks man!!


sure thing
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 11:06am
cant find it... this is so stupid I cant find this silly regular code..
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Oct 12 2014 12:32pm
Quote (iBecameLegend @ Oct 12 2014 09:06am)
cant find it... this is so stupid I cant find this silly regular code..


look through the appearance editor in dashboard. it might be in header.php
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 12:46pm
Quote (SelfTaught @ Oct 12 2014 07:32pm)
look through the appearance editor in dashboard. it might be in header.php


already looked :/

The text I wanna change comes from "title" from the dashboard when I was setting up my theme..
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 02:00pm
this is a big mystery to me, I know this file im looking for also contains the simple stuff like: <title> My title </title>

I cant believe I can't find this file...

This post was edited by iBecameLegend on Oct 12 2014 02:00pm
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Oct 12 2014 02:14pm
Quote (iBecameLegend @ Oct 12 2014 12:00pm)
this is a big mystery to me, I know this file im looking for also contains the simple stuff like: <title> My title </title>

I cant believe I can't find this file...


what theme are you using?

e/ nvm im way to tired today. in the html you pasted it shows the theme name.

try this command.

Code
find / -type d -name "influence" -exec grep -R 'class="site-title"' '{}' \;


This post was edited by SelfTaught on Oct 12 2014 02:16pm
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 02:25pm
Quote (SelfTaught @ Oct 12 2014 09:14pm)
what theme are you using?

e/ nvm im way to tired today. in the html you pasted it shows the theme name.

try this command.

Code
find / -type d -name "influence" -exec grep -R 'class="site-title"' '{}' \;


first of all; thanks for still trying to help me out.

Bad news is it again gives me this one file, but the html im looking for is not in there..

I'm the best coder at all, but could it be the theme some how "hides" the text I have written under "title" from the dashboard into some sort of variable..?
Member
Posts: 1,358
Joined: Dec 30 2012
Gold: 0.10
Oct 12 2014 03:23pm
Quote (iBecameLegend @ Oct 12 2014 12:25pm)
first of all; thanks for still trying to help me out.

Bad news is it again gives me this one file, but the html im looking for is not in there..

I'm the best coder at all, but could it be the theme some how "hides" the text I have written under "title" from the dashboard into some sort of variable..?


Its going to look a little different than what you see in firebug, yes.

I decided it might be easier for me to download the theme and find it.

What you're looking for is in header.php..

e/ if i'm not misunderstanding what it is you're looking for

This post was edited by SelfTaught on Oct 12 2014 03:25pm
Member
Posts: 1,337
Joined: Feb 7 2011
Gold: 0.85
Oct 12 2014 03:31pm
I found it <3

After I figured out it was gonna look way different it made sense... it was right there in front me the whole time...

I wish I had FG to give you man... I appreciate your help so much, would never have found it without it!



Go Back To Programming & Development Topic List
Prev123Next
Add Reply New Topic New Poll