Top

jweishaar on "Where do I find my API – URL, not just the API?"

March 10, 2010 by David Olsen · Leave a Comment 

Wow – that was easy with that MOST IMPORTANT THING! Thank you so much :)

SS_Minnow on "Adding a disclaimer."

March 10, 2010 by David Olsen · Leave a Comment 

You can also add a Terms of Service checkbox for Subscribers w/ the SABRE plugin.

mitchvg on "iblog.net.au"

March 10, 2010 by David Olsen · Leave a Comment 

Ok well since the enetica guys reckon I need to use my cPanel login, I think I’ll try a different site. Thanks anyway.

viltnieks on "Search bar not working :("

March 9, 2010 by David Olsen · Leave a Comment 

Thank you,

But I still can’t get this to work, after installing plug-in and navigating to options I can choose every option except search every page, despite the fact that there is such section in screen shot of this plug in .

albill on "Cannot add template to page?"

March 9, 2010 by David Olsen · Leave a Comment 

I’m actually using 2.9.2 but that isn’t an option above.

When I create a new page with the current UI (from the last few versions), there is no option to select a template (such as “archives”) for the new page.

How can I create a template based page? The instructions here on Codex seem to date back to wordpress 1.5 and do not reflect the current UI at all.

levani01 on "Do I need to close mysql connections?"

March 9, 2010 by David Olsen · Leave a Comment 

Do I need to close mysql connections when I use custom database queries in wordpress using the wpdb function or wordpress automatically does it for me?

Thanks

duck__boy on "How do you create a meta box for a hierarchical taxonomy?"

March 9, 2010 by David Olsen · Leave a Comment 

Hey T31os,

Thanks for that, but I had already stumbled across that, and while it’s a good tutorial on creating the metabox it doesn’t go in to detail about how to make it parent-child(hierarchical) in type and then how to link it to a custom taxonomy. Don’t spose you know anything about that?

Thanks.

billybonds on "How do I make the footer 100% of the browser window?"

March 9, 2010 by David Olsen · Leave a Comment 

Hello again,

What I am looking at at the mo. is the following…

In header.php I have addded a new class here…

<body <?php body_class(); ?>>

<div id="page">

	<div id="pageWidth">

and style.css now has…

#page {
	margin:  auto;
	padding: 0;
	text-align: left;
	}

#pageWidth {
	width: 812px;
}

Lastly in footer.php I have closed a div as so…

<?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */
?>

<hr />

</div>

Which I thought would be to close pageWidth and allow the footer to take the width of the browser window.

The footer now has 100% width of the browser window… Unfortunately so does the content…. eh? Hang on…..

Tried to add the pageWidth div to page.php, index.php and single.php as follows…

<?php
/**
 * @package WordPress
 * @subpackage Default_Theme
 */

get_header();
?>

<div id="pageWidth">

	<div id="content" class="narrowcolumn" role="main">

and closed the div above

<?php get_sidebar(); ?>

Same result :(

I’ll keep on going but if anybody know how to do this….

Thanks,

Jim.

t31os_ on "Backup users (sql) and password"

March 9, 2010 by David Olsen · Leave a Comment 

Info on users table, so you can see what you would be exported from the users table.
http://codex.wordpress.org/Database_Description#Table:_wp_users

sixela on "WP HTTP Error: couldn’t connect to host"

March 8, 2010 by David Olsen · Leave a Comment 

When I enter in my desktop admin or any user show it this erro:

WP HTTP Error: couldn’t connect to host

Can sombedody tell me why, all is fine, only in news, or intent to download some for wordpress

Italk with my server and they dont know.

my blog http://www.creatuweb.com.mx/blog/

thanks

Next Page »

Bottom