• i’m using touchfolio theme. the blog page is where posts show up. i’d like to change the way it looks. i’d like to make the images larger and not be able to click on them, also make titles smaller.

    can anyone tell me what file usually controls this stuff? i might be able to figure it out once i get in there, but i don’t know where it is.

    thanks!

Viewing 8 replies - 1 through 8 (of 8 total)
  • Moderator t-p

    (@t-p)

    “touchfolio” is not be found in the WP free theme repository.
    So, I suggest you contact the theme’s developers.

    Thread Starter mattbarrick

    (@mattbarrick)

    not so easy to get a response. so there’s no usual place for this kind of thing?

    Moderator t-p

    (@t-p)

    – You can try switching to the WP default theme. If you don’t have access to your admin area, you can switch to the default theme by renaming your current theme’s folder in wp-content/themes and adding “-old” to the end of the folder name using via FTP or SFTP or whatever file management application your host provides. Alternately, you can remove other themes except the default theme. That will force your site to use it.
    – Alternately, you can select a theme from the WP free theme repository: http://wordpress.org/themes/

    Thread Starter mattbarrick

    (@mattbarrick)

    ok thanks. once i do that, where would i find the file i’m looking for to change these things?

    This plugin might come in handy –

    http://wordpress.org/plugins/what-the-file/

    Also see:

    http://codex.wordpress.org/Child_Themes

    http://codex.wordpress.org/Theme_Development

    At least some of what you are asking about is CSS –

    http://codex.wordpress.org/CSS

    Thread Starter mattbarrick

    (@mattbarrick)

    thanks for the suggestions. i installed “what the file” but it doesn’t seem to work with my theme.

    yes, i’m new to css and trying to figure out which css file controls how the posts page looks. surely there’s a file where this info usually is that isn’t theme specific?

    No, CSS is entirely theme/site specific. But a browser tool like Firebug or Chrome Developer Tools will show you the CSS for any element on the page. Then COPY that CSS to a child theme or custom CSS option (or plugin) and change it there.

    Thread Starter mattbarrick

    (@mattbarrick)

    ok thanks. strange things happening. now the touchfolio folder has disappeared from the ftp. still works though.

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

The topic ‘where to edit posts’ is closed to new replies.