Ryan Fitzer
Forum Replies Created
-
Certain themes have them by default. The best one I’ve seen is K2 It puts your main pages up top and once your click it, it shows the subpages in the sidebar of that page. That is if your willing to change your theme. I’ve also seen others in the codex’s theme directory that do it exactly as you’ve listed but I can’t remember which one’s. You could do some cutting and pasting into your theme if you good at that kind of stuff. I haven’t tried it.
Forum: Plugins
In reply to: including dynamis info outside of directorySo I guess I’m at the point now where I’m trying to an
include()
of a file without changing any of that file’s relative links to images. As it is right now, I can get all of the text to show but none of the thumbs or images. You can see it here. You can also click around on the broken thumb links and the javascript functions correctly (the titles change). How do I do this without changing the paths to the images and thumbs? And thank you so much for everyones help sa far.Forum: Plugins
In reply to: including dynamis info outside of directoryI agree with you and have no preference as where they are located. This site is for a friend who will not be changing his theme. If he did I would just create the same thing into the new themes folder and with it’s look and feel. That way he could go back and forth.
Forum: Plugins
In reply to: including dynamis info outside of directorySorry. I meant outside my theme’s main directory. Each page will have it’s own folder (with an images and thumbs folder inside) which will be located in the theme’s folder.
All the image and thumb paths are so simple and I would like to keep it that way (images/1.jpg, thumbs/1.jpg). I could keep the page in the theme’s root but then I would have to change every path in the code each time I want to set up a new gallery. I tried to have the main page in the theme’s directory and just do an
include ()
for the content. Everything worked except for the images the images.Forum: Plugins
In reply to: including dynamis info outside of directoryThat’s without the drop-down.
Forum: Plugins
In reply to: including dynamis info outside of directoryThe gallery looks like this https://www.mountainviewcollege.edu/gallery/artists/2004%5F05/lmaunz/
Forum: Plugins
In reply to: including dynamis info outside of directoryAll the pages I want to make are in the wordpress directory (sorry for not making that clear in my first post). What I want to do is be able to manually create pages that display a gallery of images (I’m very specific about how that gallery works and do not want to use a plugin). Each page will have a navigation system (drop-down menu) that will lead to the other galleries. I’m basically creating a sub-site to my worpress site.
Forum: Plugins
In reply to: including dynamis info outside of directoryNo, the header is in the same place it always has been, my theme’s folder. I understand the reason for moshu’s solution but it isn’t working. Thanks for trying though guys.
Ryan
Forum: Plugins
In reply to: including dynamis info outside of directoryTried that also. Now it tells me:
Fatal error: Call to undefined function: get_header()
I’m going bonkers. That function works when the page is created through the WP Admin. But when I tried to type in the url of any page in my theme directory it says the same thing.Forum: Plugins
In reply to: including dynamis info outside of directoryThanks Kafkaesqui and ladydelaluna. Still the same error message.
Forum: Plugins
In reply to: including dynamis info outside of directoryMy “wp-blog-header.php” is in my wordpress folder. “header.php” is in my themes folder.
When I use an absolute path to my header (header.php), some things work but the dynamic content does not show up. Plus, it leaves out the whole template.
Forum: Plugins
In reply to: including dynamis info outside of directoryOne more thing. It has it’s own folder because it has an images folder and thumbs folder that it draws from. I plan on duplicating these folders in their own directories (2004, 2003, 2002, etc..). This way I do not have to chance any of the HTML. Makes my life a lot easier.
Ryan
Forum: Plugins
In reply to: including dynamis info outside of directoryBy the way, the directory for this page is as follows:
wordpress/wp-content/2005/2005.php
Forum: Plugins
In reply to: including dynamis info outside of directoryThanks. I’m still having a problem. Here’s the code (without any content stuff so it’s easy to read):
<?php
require('./wordpress/wp-blog-header.php');
?><?php get_header(); ?>
<!-- content ................................. -->
<div id="singletop"></div>
<div id="content">
</div> <!-- /content --><?php get_footer(); ?>
My blog address is located in my “wordpress” folder in the root directory.
Here is the error I get:
Fatal error: main(): Failed opening required ‘./wordpress/wp-blog-header.php’ (include_path=’.:/usr/local/lib/php’)
And it goes on to tell me that the error is on line 2. What am I doing wrong?
Thanks so much for your help.
Ryan
Forum: Fixing WordPress
In reply to: Multiple category searches via one query link?Fooddude,
That’s great! How did you configure the “and” and “or” search feature?