Travel Slider – Titles

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 »

Travel Slider – Basic Setup

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

1. Download the Easy Content Slider Plugin 2. To get started, paste this code in your WordPress page or post: [mc_slider theme='multi-caption'   Img: http://www.yourlink.com/its_easy.jpg Title: It’s Fun and Easy!   Img: http://www.yourlink.com/clip_01.jpg   [/mc_slider] Adding Notes and Links

!- Multi-Caption Slider

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

Shortcodes to use in WordPress [trav_slider theme='andy' margin_top='8' margin_bottom='20' id='1']   Img: http://www.jbaker.info/wp-content/uploads/ss/tmp_02.jpg Title: This is a title for The Slide Link: <a target='_blank' href="http://wornluggage.com/destinations/shopping-in-brighton">Shopping in Brighton – Worn Luggage – Born to Explore</a> Link: <a target='_blank' href="http://wornluggage.com/destinations/shopping-in-brighton">Shopping in Brighton</a> Attrib: <a target='_blank' href="http://www.jbaker.info/todo-splendid-slider/">!- Splendid Slider – IM Fundamental</a> Color: #CC8B00 Opacity: .85   Img:… Read more »

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

Database

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

Working with WordPress Databases [ezc_accordian_group] [ezc_accordian title=’WordPress Database CRUD Functions’] WordPress Essentials: Interacting With The WordPress Database | Smashing WordPress [/ezc_accordian] [ezc_accordian title=’Creating a WordPress Database Table’] Example: 1. Replace ‘stats’ with the table name of your choice. 2. Original code can be found here: WordPress: Create custom database tables – PHP – Snipplr Social… Read more »