Forums

Remove all but Posting content (6 posts)

  1. basshyena
    Member
    Posted 7 months ago #

    Hi, I'm new but I have a question...

    So I have a band website at portfolio1.site90.net new url coming soon

    I want to use wordpress in the I frame for log post and slideshows and everything running a custom theme.

    The thing is I already have a site and only want wordpress to show the blogging content without any navigation, sidebars, headers, footers etc...

    Just using my already designed website with an easily update-able blog thats nice looking.

    Can you help me out??

  2. alchymyth
    The Sweeper
    Posted 7 months ago #

    and everything running a custom theme.

    no problem - you can build a theme without visible header and footer areas, and without sidebars. and with no or minimum navigation.

    only want wordpress to show the blogging content without any navigation, sidebars, headers, footers etc...

    would you need to have any kind of navigation in the blog section, such as links to archives, etc?

  3. basshyena
    Member
    Posted 7 months ago #

    Thats's great to know! Would I have to remove the php scripts for navigation, sidebars etc; or just not include them period?

    Minimum navigation sounds nice, thanks for the idea. Just like to previous archives as the months go on, maybe on the right side of the blogs and a previous shows link in the shows section....

  4. alchymyth
    The Sweeper
    Posted 7 months ago #

    Would I have to remove the php scripts for navigation, sidebars etc; or just not include them period?

    just not include them;

    http://codex.wordpress.org/Theme_Development

  5. basshyena
    Member
    Posted 7 months ago #

    hey thanks so I have this... http://portfolio1.site90.net/index.html click home.... The only problem is the there is this huge space between the post title and post itself WT@%#%$.....

  6. alchymyth
    The Sweeper
    Posted 7 months ago #

    possibly add a margin-top: -20px; to the style of .entry

    .entry {
    color: #bade10;
    display: block;
    font-size: 14px;
    text-align: left;
    padding-top: 0px;
    margin: 10px;
    font-family: "Trebuchet MS", Verdana, Arial, sans-serif
    position: relative;
    top: -60px;
    }

    (the top: -60px; does not seem to take effect)

Reply

You must log in to post.

About this Topic

Tags