viceng
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Bullets Not Appearing on Pagesa url would help but chances are, it’s specified in your css.
Forum: Fixing WordPress
In reply to: Help with Sliding doors menuHi,
The theme is set up for categories as the navigation. If you look at header.php, you would see that the menu is displayed only if it’s the home page or a category page. You have everything set up as a page…as a result, the menu doesn’t appear.
just create a category, get the category id, modify the header.php to reflect the category, create a post with that category, and you should see how the theme is set up.
hope that helps
Forum: Fixing WordPress
In reply to: How to create two blogs with different content in one site?Here’s another approach…
Forum: Themes and Templates
In reply to: Is there a way that I can post to different PAGES?go to the doc that esmi gave you and read the example about a page of posts….this allows you to display posts with a specified category on a page.
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Twice the same galleryHi,
This fixed the problem for me
Just modify the outlined code in your nggfunctions.php file
Forum: Fixing WordPress
In reply to: Writing and editing multiple posts on other pages I have createdActually, you can display posts on a page…there is an example in the reference that ryans149 gave you.
Basically, you would assign posts to a category which would be displayed on a page. You would modify the page template to associate the page id with the category id. and you would be all set. Now, the post would also appear on the “post” page…so if you did not want the post to appear there, you would use a plugin like advanced category excluder.
Hope that helps.
Forum: Fixing WordPress
In reply to: Attach image to post from media libraryyou can also use a plugin like nextgen gallery
it looks like you got the text figured out…
you can order the links using the page order field when you are editing the page.
You can hide some links(which are actually pages) by either coding it in header.php using exclusion or you can use a plugin like pagemash.
Good luck
Forum: Fixing WordPress
In reply to: How to Put WordPress on existing web pagehi, what you really want is
http://codex.wordpress.org/Installing_WordPress#In_a_Subdirectory
if your website is example.com
and you install wordpress in a subdirectory from the root called blog, you would access the blog using example.com/blog/What you would then do is to create a template which matches your existing site.
Forum: Fixing WordPress
In reply to: Adding New Pagesit would be generated by header.php…but i am at a loss as to what is going on here…..
Forum: Fixing WordPress
In reply to: Adding New Pageshmm, just for grins, create a page and see if it shows up on the nav bar
Forum: Fixing WordPress
In reply to: Adding New Pagesno, the “page” you think you created is actually a post called “Pictures”.
you can see this on the admin dashboard if you go to edit posts. you should see it there.
likewise, if you go to edit pages, you will not see it there.
so you need to create a page called “Pictures” and copy the code from your post to the new page.
The page will now show up on the nav bar and in the pages sidebar
Forum: Themes and Templates
In reply to: changed themes- sidebar is now is wrong placelooks fine to me mac firefox
Forum: Themes and Templates
In reply to: My menu titles not showing in PC but ok in MACi see all 7 as well….mac firefox
Forum: Fixing WordPress
In reply to: Adding New Pagesyou actually created a post and not a page. Once you copy all the stuff from the post to a new page, you shoud be all set.