viceng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Horizontal Menu HelpForum: Fixing WordPress
In reply to: Horizontal Menu HelpYou can also create pages to set the tabs and then use the plugin page links to to point the tabs to the category page or url. You would not put anything on the pages.
Forum: Fixing WordPress
In reply to: Can My ‘Search For’ Button Be Moved?Hi, I think it’s probably in the header.php file. I would look there for the searchform.
Forum: Fixing WordPress
In reply to: how to change stuff on the front pagethat stuff is probably in your sidebar.php file…I would look there.
Forum: Fixing WordPress
In reply to: Help with Page TemplateHi,
you need to be looking at your style.css file….the width for the various div’s is probably specified there.
Forum: Fixing WordPress
In reply to: Category as Nav Buttonjust create a page called “category 1”
use a plugin called page links to to set the page to the category url.
you should be all set
Forum: Fixing WordPress
In reply to: How To Put “Continue Here to Keep Reading” Linkuse the “more” feature in the editor
Forum: Fixing WordPress
In reply to: Backup DB just downloads empty .php fileyou definitely did something wrong…it looks like what you have is an error message.
I would go back to the documentation and make sure you checked all the correct boxes in doing the export. You should end up with a file that is downloaded to your local computer.
Forum: Fixing WordPress
In reply to: Preventing a post appearing in the menuthe home link is probably hard coded into your header.php file….all you have to do is find the home reference and comment/delete it.
Forum: Fixing WordPress
In reply to: How can I write a FAQ page in WordPressForum: Fixing WordPress
In reply to: How can I write a FAQ page in WordPressthis has nothing to do with php or wordpress…this is plain old html
<a href="#anchor">go to anchor</a> . , , <a name="anchor"> you are here </a>I would suggest breaking up your document page into shorter pages and then linking to them as opposed to a long page using named anchors.
Forum: Fixing WordPress
In reply to: Anchored Links in Sidebarthis has nothing to do with php or wordpress…this is plain old html
<a href="#anchor">go to anchor</a> . , , <a name="anchor"> you are here </a>I would suggest breaking up your document page into shorter pages and then linking to them as opposed to a long page using named anchors.
Forum: Fixing WordPress
In reply to: [Corporate Theme] How do I change the sidebar width?looks like it’s the span-5 class in screen.css
Forum: Fixing WordPress
In reply to: Re-Order Main MenuI’m not sure about what you mean that the menu items are defined as categories.
You could set up your menu by using subpages (which can be ordered) and then use a plugin like page links to to go to the category of interest.
Forum: Fixing WordPress
In reply to: How to make a Home page in Manage Pages ?you can exclude pages by hard coding it into the header.php like
<?php wp_list_pages(‘title_li=&sort_column=menu_order&exclude=62,75’); ?>
or you can use a plugin like pagemash