Shortcode Reference for the EZC Super List Posts plugin

Posted by & filed under Super List Posts, Unvetted.

Mauris rhoncus, lacus aliquet dapibus placerat, dui lectus ullamcorper justo, eu blandit purus elit sit amet dolor. Integer non sem id dolor rutrum cursus a eu lectus. Morbi suscipit tellus eros, sed porttitor est. Donec elit massa, hendrerit vitae suscipit vitae, sagittis consectetur tellus. Sed quis mi augue, at venenatis turpis. Curabitur id ultricies eros. Proin pharetra eleifend ipsum ac mattis. Nam semper lectus accumsan turpis laoreet eleifend. Morbi iaculis posuere felis, eget euismod eros malesuada at. Quisque ut lorem augue. Cras egestas porttitor malesuada. Cras in convallis tortor. Mauris in quam leo, nec viverra metus. Duis at felis quam.

Travel Slider – Adding Links and Notes

Posted by & filed under Programming Tips and Tricks, Unvetted.

Add notes and links on the second line of the caption by using the Link: label. These can be wrapped with to make a clickable link. [trav_slider theme='andy' id='1']   Img: http://www.jbaker.info/img/tmp_01.jpg Title: Slide One Link: This is simply a note. Not a link. Link: <a href="http://www.jbaker.info/travel-slider-basic-setup/" target="_blank">This active link goes back to the Basic… Read more »

Factor 2012-R Video 02

Posted by & filed under Programming Tips and Tricks, Unvetted.

Links to the demo sites: http://www.jbaker.info/demo10/ http://www.jbaker.info/demo12/ Download link for the theme: [download id=”7″] Version 0.1.7 Added automatic updating. Added the option to change the header caption individually on each page or post. Watch the Video Here (opens in a new tab)

!-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 »