• 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??

Viewing 5 replies - 1 through 5 (of 5 total)
  • 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?

    Thread Starter basshyena

    (@basshyena)

    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….

    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

    Thread Starter basshyena

    (@basshyena)

    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@%#%$…..

    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)

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Remove all but Posting content’ is closed to new replies.