• VIABLE.org.uk

    (@viableorguk)


    Hi folks,

    So I’m using the default theme on our companies website, but wanted to adjust it so that hte front page looked like it does in the below image.

    I can’t get two images side by side in a WordPress post, so how can I make the front page, look like it does below with the 4 images?

    http://southwestdesign.org.uk/Website.png

    Thanks,

    Any help is appreciated.

Viewing 7 replies - 1 through 7 (of 7 total)
  • esmi

    (@esmi)

    Do not edit the Twenty Eleven theme. It is the default WordPress theme and having access to an unedited version of the theme is vital when dealing with a range of site issues. First create a child theme for your changes.

    Thread Starter VIABLE.org.uk

    (@viableorguk)

    Thats already done thanks esmi.

    I’ve managed to do what I want now, I’ve got my post set as an “image” (format)

    What I would liked to do now, is to remove the grey box at the bottom that contains the time and catagorie. I’ve found the CSS for it, but how can I totally get rid of that, I’m looking for the PHP/HTML file that it’s in.

    Any ideas on that one please?

    Moderator Jan Dembowski

    (@jdembowski)

    Forum Moderator and Brute Squad

    Can you provide a working link please? Images just don’t help for CSS work.

    Look at the page with Firebug, that’s a great tool for identifying the CSS rules to change.

    Thread Starter VIABLE.org.uk

    (@viableorguk)

    This is my website’s front page as it stands at the moment.

    http://southwestdesign.org.uk/swdt/

    I would like to get rid of the grey box and the contents at the bottom, i.e the date and “Posted in Uncategorized”

    Thread Starter VIABLE.org.uk

    (@viableorguk)

    This is the code that I need to remove;

    <footer class="entry-meta">
    			<div class="entry-meta">
    				<a href="http://southwestdesign.org.uk/swdt/archives/test/" rel="bookmark"><time class="entry-date" datetime="2012-05-21T10:07:53+00:00" pubdate>May 21, 2012</time></a><span class="by-author"> <span class="sep"> by </span> <span class="author vcard"><a class="url fn n" href="http://southwestdesign.org.uk/swdt/archives/author/admin/" title="View all posts by admin" rel="author">admin</a></span></span>			</div><!-- .entry-meta -->
    			<div class="entry-meta">
    								<span class="cat-links">
    					<span class="entry-utility-prep entry-utility-prep-cat-links">Posted in</span> <a href="http://southwestdesign.org.uk/swdt/archives/category/uncategorized/" title="View all posts in Uncategorized" rel="category tag">Uncategorized</a>				</span>
    
    							</div><!-- .entry-meta -->
    
    					</footer><!-- #entry-meta -->

    Trouble is, I don’t know what file it’s in.

    Chip Bennett

    (@chipbennett)

    Try content-single.php.

    Thread Starter VIABLE.org.uk

    (@viableorguk)

    All working, thanks Chip!

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

The topic ‘Adjusting Default Theme’ is closed to new replies.