adjustreality
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How Display Content on a Custom Pagefew corrections to your code, there is also a simpler way to write it:
<?php get_header(); ?> <?php include (TEMPLATEPATH . '/sbdaytrips.php'); ?> //begin loop <?php if (have_posts()) : while (have_posts()) : the_post();?> <?php the_content(); ?> <?php endwhile; endif; ?> <?php get_footer(); ?>
Forum: Themes and Templates
In reply to: select first and last element in menuwell I need to just make that menu, basically. however that is.
normally I would use something like https://selectivizr.com/ to select first and last element and assign images to it to round the corners. I don’t want to use CSS3 to round the corners since’s not supported by all browsers.
problem is that wordpress is dynamic, and menu’s change so I want it not to break if they add a new section of the site.
Forum: Fixing WordPress
In reply to: category drop down with styles.I need them to actually drop down, this seems to only display them in a “table” like way. is there a way to make them actually drop down?
Forum: Themes and Templates
In reply to: How to remove search function from headerthat’s an awful fix since it just disables it instead of fixing it. I know that’s what he asked, but why throw the baby out with the bathwater? just edit the php.
Forum: Fixing WordPress
In reply to: multiple blogs linkedoh, wow, I have no idea where to even start, hah. :[ I just know how to add the RSS buttons, thats about it! doh.
any ideas?Forum: Fixing WordPress
In reply to: multiple blogs linkedyep I know how to add more then one to a single database.
But I need lets say blog a which has posts specific to it and a blog b which also has completely different posts, then a 3rd that is like a catchall blog that has both posts from A and from B in it.
Forum: Fixing WordPress
In reply to: changed address in settings, site down .changing both the entries worked, that is. thanks both of you ??
Forum: Fixing WordPress
In reply to: changed address in settings, site down .perfect, it worked. thanks much.
Forum: Fixing WordPress
In reply to: changed address in settings, site down .aha, well I found one of the tables that it was in, but changed it and it didn’t fix it.
wp_options is the table I edited. still doing something weird.
I have my site masked to https://www.wetheunheard.com and it forwards via a frame to https://www.omgitsawiki.com/wetheunheard, and in preferences I had set it go to https://www.wetheunheard.com but then everything got messed up.
so, i changed it in the database, and now it goes to https://www.wetheunheard.com/wetheunheard.
not really sure whats going on ??