Re: general info

31 views
Skip to first unread message

Sebastian Zartner

unread,
Jan 14, 2013, 8:26:52 AM1/14/13
to fir...@googlegroups.com
Firebug is a client tool, therefore it does not have access to the scripts on the server. All it knows about the source, where the HTML came from, is the URL you accessed.
In case of WordPress the blog posts are saved in a database, so you need to search them via WordPress itself.
If you want to edit the files of WordPress itself, please read their docs. If you then still have questions, you should post to their forum.

Sebastian

On Monday, January 14, 2013 12:00:55 PM UTC+1, Stefano Capasso wrote:
hello, i use this nice tools since a while, but there are some things i never get to understand
when i point to a some element, i can see on the right Windows the css, and generally i can locate the file where that code is
but in the left window, where the php or html code is shown i can hardly understand where that code is
how do i manage this?where do i get indication on what is the file who contain that code?
i generally use it with wordpress..
thanks

Stefano Capasso

unread,
Jan 14, 2013, 8:44:08 AM1/14/13
to fir...@googlegroups.com

Il giorno lunedì 14 gennaio 2013 12:00:55 UTC+1, Stefano Capasso ha scritto:
hello, i use this nice tools since a while, but there are some things i never get to understand
when i point to a some element, i can see on the right Windows the css, and generally i can locate the file where that code is
but in the left window, where the php or html code is shown i can hardly understand where that code is
how do i manage this?where do i get indication on what is the file who contain that code?
i generally use it with wordpress..
thanks
 
perhaps i did not explain myself clear enough
 
what i meant is that i ogtne find through firebug some part of code that are what i need to modify my website
if i change value in the firebug window they effectively produce result
the problem is that..ho do i understand form the various firebug Windows and indication, where the fiel that contain that code is?
where do i actually can go to modify permamnetly that code?for css is clear enough, but for all the code whichj is shoiwn on the left pane it is not clear 

Sebastian Zartner

unread,
Jan 14, 2013, 1:53:59 PM1/14/13
to fir...@googlegroups.com
perhaps i did not explain myself clear enough
It was clear enough. But it seems my explanation wasn't. So here's an example:
When you access http://codex.wordpress.org/New_To_WordPress_-_Where_to_Start the server returns some HTML. Firebug can show you that HTML output e.g. inside the Net panel. Though it can not tell you how this HTML was generated because it doesn't have access to the files on the server.
 
where do i actually can go to modify permamnetly that code?
You have to log in to your WordPress admin. There you should be able to change that code. Unfortunately I don't know about WordPress enough to tell you where you can modify its code. Though this is something you can read in the WordPress documentation.

Sebastian
Reply all
Reply to author
Forward
0 new messages