!-ToDo 02

Posted by & filed under Programming Docs Admin, Unvetted.

Test   WordPress   Select $query="SELECT parent_id FROM cp_submit_to WHERE parent_id='".$article_id."' AND article_directory_name = 'Ezine'"; $rtn = mysql_query($query) or die(mysql_error()); $countrows=mysql_num_rows($rtn); if ($countrows == 0) {    }      $string = ''; if (mysql_num_rows($result) > 0){     while($row = mysql_fetch_object($result)){          $string .= "<b>".$row->name."</b> – ";          $string .= $row->phone."</a>";          $string .= "<br/>n";     } }else{     $string = "No matches!";… Read more »

Debugging

Posted by & filed under Programming Docs Admin, Unvetted.

[ezc_accordian_group] [ezc_accordian title=’FirePHP in WordPress’] To Add FirePHP code to a site: Enable the FirePHP plugin. In the FirePHP console (click on the little blue bug) Make sure that Options > Modify User-Agent Header is Checked. Here is the link to Plugin Site: WordPress FirePHP plugin • Inchoo To Delete FirePHP code from a site:… Read more »

Theme-Page Styling

Posted by & filed under Programming Docs Admin, Unvetted.

[ezc_accordian_group] [ezc_accordian title=’Sunken Areas’] CSS Code is in xpanda.css Wrap content to sink in a div with one of five ids. mjb_xpanda_sunken01 mjb_xpanda_sunken02 mjb_xpanda_sunken03 mjb_xpanda_sunken04 mjb_xpanda_sunken05 <div id=”mjb_xpanda_sunken01″> </div> AHK: divs{Enter} [/ezc_accordian] [ezc_accordian title=’Title 2′] [/ezc_accordian] [ezc_accordian title=’Title 3′] [/ezc_accordian] [/ezc_accordian_group]

Accordion-xPanda

Posted by & filed under Programming Docs Admin, Unvetted.

Document This: [ezc_accordian_group] [ezc_accordian title=’Title 1′] Content goes here. [/ezc_accordian] [ezc_accordian title=’Title 2′] Content goes here. [/ezc_accordian] [ezc_accordian title=’Title 3′] Content goes here. [/ezc_accordian] [/ezc_accordian_group]

Slider-Nivo

Posted by & filed under Programming Docs Admin, Unvetted.

[ezc_accordian_group] [ezc_accordian title=’Shortcode Format’] [xpslider marginbottom=’12’] http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_01.jpg http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_02.jpg http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_03.jpg [/xpslider] [/ezc_accordian] [ezc_accordian title=’Demo’] [[xpslider marginbottom=’12′ id=’3′] http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_01.jpg http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_02.jpg http://www.jbaker.info/demo03/wp-content/uploads/images/liljar_slider_03.jpg [/xpslider] [/ezc_accordian] [/ezc_accordian_group]