• okay so my buddy helped me out a lot more by telling me about firebug and doing live edits, however, im REALLY confused as to once you find the code that you want to edit (example, the code i want to edit is in HTML but i know that wordpress is in a CSS stylesheet form) where do i put the edited HTML? Im simply trying to resize the photo that is on display for the posts on my site

    http://www.wearefreshlybaked.com

    (the image is the main image or the “featured image).

    It usually displays at 207×207 but that is too small, i want it to be displaying a size of 539×340. Now with Firebug on, i can see in the HTML where it is listed at 207×207, so once i edit it, where do i paste this code to, to make the change? PLEASE somebody help me, this is so frustrating.

Viewing 2 replies - 1 through 2 (of 2 total)
  • i know that wordpress is in a CSS stylesheet form

    No – that’s not correct. WordPress itself is written in PHP. Your theme uses a mixture of PHP, HTML & CSS to generate your page displays.

    where do i put the edited HTML?

    Usually in the relevant template file in your theme.

    Im simply trying to resize the photo that is on display for the posts on my site

    It’s not as easy as that. You’d need to do a great deal of work on that featured image area to increase the size of the image.

    Thread Starter drfunk1986

    (@drfunk1986)

    well i have, i adjusted the css stylesheet to show 539×340, yet whenever i upload the image, the stupid featured image uploads the correct image but the reverts it back to a 207×207 display so it stretches the image out. Can you help me at least?

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘NEED HELP! (using firebug)’ is closed to new replies.