bielbo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Recent posts not workinganyone able to help with anything?
Forum: Fixing WordPress
In reply to: Loggin in or out<?php wp_register(); ?><?php wp_loginout(); ?>
Anyone able to help with this??
Pleasse!
[moderated–bump removed. Please refrain from bumping as per Forum Rules]
Forum: Plugins
In reply to: SQL Database Memory Usage!bump…. also my SQL memory limit is 16MB
Forum: Plugins
In reply to: Member Listthanks ??
Forum: Plugins
In reply to: Video plugin used on www.ads-software.com??i use a player called wordtube….. its pretty cool! highly recommended ??
Forum: Fixing WordPress
In reply to: includes help…. need help asap!only thing i need now is one of these:
<?php get_links_list(); ?>
for the META section!
Forum: Fixing WordPress
In reply to: includes help…. need help asap!https://codex.www.ads-software.com/Customizing_Your_Sidebar
Cant believe it… i’ve been looking thru this for hours and i’ve been over this page more times than i can remember and now… it actually works!
Thanks for your help iridiax! ??
Forum: Fixing WordPress
In reply to: includes help…. need help asap!how do i do that?
Forum: Fixing WordPress
In reply to: includes help…. need help asap!https://bielbo.com/convert.jpg
Looking at the image above i intend to copy the sidebar into the red outlined area to the left!
I basically have 2 themes. Theme 1 is a full browser theme and theme 2 is an ipod touch/iphone theme. I have a browser detect plugin which points an ipod touch/iphone to theme 2. Theme 2 only has a bog standard ‘page’ as a homepage but i want it to display everything from the side bar!
Forum: Fixing WordPress
In reply to: includes help…. need help asap!problem is… every time i make an include the following tag:
<?php get_sidebar(); ?>
As you said use https://codex.www.ads-software.com/Include_Tags
“This tag includes the file sidebar.php from your current theme’s directory. If that file is not found, it will instead include wp-content/themes/default/sidebar.php” -https://codex.www.ads-software.com/Include_Tags
But when i use it an error comes up! I’m not sure if i have put it into the correct location within the code or if i havn’t added something to that string to make it work. I do know one thing…. the string shows what i need but has 3 chunks of bold text error messages!
Forum: Fixing WordPress
In reply to: includes help…. need help asap!bump
Forum: Fixing WordPress
In reply to: includes help…. need help asap!SECOND ATTEMPT AT THIS MESSAGE
I have the following source code
<?php get_header(); ?> <div id="mainwrapper" class="clearfix"> <div id="maincontent"> <?php if (have_posts()) : while (have_posts()) : the_post(); ?> <div class="postpage"> <h2 id="post-<?php the_ID(); ?>" class="pagetitle"><?php the_title(); ?></h2> <div class="entrytext"> <?php the_content('<p class="serif">Read the rest of this page »</p>'); ?> <?php link_pages('<p><strong>Pages:</strong> ', '</p>', 'number'); ?> </div> </div> <?php endwhile; endif; ?> <?php edit_post_link('Edit this page', '[ ', ' ]'); ?> </div> </div> <?php get_footer(); ?>
I basically need it to “”include”” a sidebar.php script listed on my server! Can anyone help as im trying to get it to work like this example:
https://bielbo.com/convert.jpg
So the red box to the left is an iphone/ipod version of my website and i want to take the side bar with the 2 red boxes off of the full website to the right!
Raid my source code at https://www.bielbo.com/iphone if you need to!
Please help asap ??