creative
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Need one page without sidebarThank you. That did the trick.
Forum: Fixing WordPress
In reply to: Need one page without sidebarI was able to get the sidebar removed by creating a new page template based on the page.php file. I am not sure how to get the information to take over the space that was previously occupied by the sidebar though.
Forum: Fixing WordPress
In reply to: Embedding Webpage into WordPress Pageok. thanks.
Forum: Fixing WordPress
In reply to: Embedding Webpage into WordPress PageAre there any other options besides iframes? I am concerned that not all browsers support them, and it is an important part of the site.
Forum: Fixing WordPress
In reply to: Embedding Webpage into WordPress PageI tried an iframe and it posted the code on my blog page instead of the webpage. Do I need to use a plugin to use an iframe?
Forum: Themes and Templates
In reply to: BlueMagic 1.4 help with Menu BarI changed the permalinks back to page numbers to get this figured out.
Forum: Themes and Templates
In reply to: BlueMagic 1.4 help with Menu BarIt is the navbar in the header that I want to change.
The code currently reads …
<div id=”tabs”>
<?php
echo ap_buildPageMenu();
//wp_list_pages(‘title_li=&sort_column=menu_order&depth=1’); ?>
</div>I want to change it so that the Home and Blog pages are the only pages that show. I use pretty permalinks so I do not know what the page numbers are for these pages.
Can I limit the pages by their names? If yes, how?
Forum: Fixing WordPress
In reply to: Sidebar only shows on blog not other pagesresolved … There was a </div> missing.
Forum: Fixing WordPress
In reply to: Want Pretty Permalinks … Hosted with Go DaddyI hate to be a pest, but does anyone know of a work around that I can use to get pretty permalinks when I do not have access to the web.config file?
Forum: Themes and Templates
In reply to: Blue background showing around headerThanks! I substituted the image you provided and all is well now. Thanks again!