This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
-- | |
-- Table structure for table `slides` | |
-- | |
CREATE TABLE IF NOT EXISTS `slides` ( | |
`id` int(11) NOT NULL AUTO_INCREMENT, | |
`title` varchar(255) NOT NULL, | |
`image` varchar(255) NOT NULL, | |
`created` datetime NOT NULL, | |
`modified` datetime NOT NULL, |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
List of file changes on MagazinPress v1.0.1 | |
/magazinepress/includes/widgets/warrior-posts-box-three.php | |
/magazinepress/functions/theme-options/theme-options.php | |
/magazinepress/functions.php | |
/magazinepress/styles/default/default.css | |
/magazinepress/changelog.txt | |
/magazinepress/style.css | |
/magazinepress/includes/widgets/warrior-ad-300x250.php | |
/magazinepress/includes/widgets/warrior-posts-box-three.php |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<a href="http://twitter.com/<?php echo $warrior_twitter_username; ?>"> | |
<img src="<?php echo get_template_directory_uri(); ?>/images/icon-twitter.png" alt="<?php _e('Twitter Followers', 'warrior'); ?>" title="<?php _e('Twitter Followers', 'warrior'); ?>" /> | |
<strong><?php echo twitter_followers_count($warrior_twitter_username); ?> </strong> | |
</a> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<a href="http://your-tumblr-url.com"> | |
<img src="http://your-tumblr-icon.png" alt="<?php _e('Tumblr', 'warrior'); ?>" title="<?php _e('Tumblr', 'warrior'); ?>" /> | |
<strong>your-tumblr-username</strong> | |
</a> | |
</li> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?php get_header(); ?> | |
<!-- START: MAIN CONTENT --> | |
<div id="main-content" class="clearfix"> | |
<div id="lcol-wrapper"> | |
<!-- START: LEFT COLUMN --> | |
<div id="leftcol" class="clearfix"> | |
<?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Homepage') ) { } ?> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
WEB DEVELOPER JOB VACANCY | |
We're a small web development studio based in Jakarta, we're looking to hire talented individual to work remotely as our WordPress Developer. | |
Requirements: | |
- You're a fun person to work with | |
- 2 years experience w/ PHP & MySQL | |
- jQuery is your friend | |
- Knows your way around HTML & CSS | |
- Knows how to write good and clean codes with indentation along with proper documentation |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Frontend Web Developer | |
We're a small web development studio based in Jakarta, we're looking to hire talented individual to work as our web designer. | |
Requirements: | |
- You're creative and fun person to work with | |
- Able to slice PSD/PNG into HTML & CSS | |
- Knowledge in converting HTML into WordPress or other CMS themes is a plus | |
- Able to design website mockups in Photoshop is a big plus but not mandatory |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<li> | |
<div class="thumb"> | |
<a href="http://72.251.217.94/rare-books/autographs-signed-books/a-wonder-book-2/"><img width="110" height="152" src="http://72.251.217.94/wp-content/uploads/2012/09/19099-110x152.jpg" class="attachment-book-browse-thumb-small wp-post-image" alt="A Wonder Book." title=""></a></div> | |
<div class="info"> | |
<h2><a href="http://72.251.217.94/rare-books/autographs-signed-books/a-wonder-book-2/"> | |
(RACKHAM, Arthur) HAWTHORNE, Nathaniel. </a> | |
</h2> | |
<h3>A Wonder Book. [1922]</h3> | |
<p class="price">£1,500.00</p> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="table table-comparison"> | |
<div class="row row-head clearfix"> | |
<div class="cell cell-brand"><span><img alt="" src="/img/img-table-brand.jpg" /></span></div> | |
<div class="cell"><span> <a class="tooltip" title="Docosahexaenoic acid (DHA) is an omega-3 fatty acid. It is found in cold water fatty fish, such as salmon." href="#"><img alt="" src="/img/icon-ask.png" /></a> <img alt="" src="/img/img-table-dha.jpg" /> </span></div> | |
<div class="cell"><span> <a class="tooltip" title="Docosahexaenoic acid (DHA) is an omega-3 fatty acid. It is found in cold water fatty fish, such as salmon." href="#"><img alt="" src="/img/icon-ask.png" /></a> <img alt="" src="/img/img-table-ara.jpg" /> </span></div> | |
<div class="cell"><span> <a class="tooltip" title="Docosahexaenoic acid (DHA) is an omega-3 fatty acid. It is found in cold water fatty fish, such as salmon." href="#"><img alt="" src="/img/icon-ask.png" /></a> <img alt="" src="/img/img-tabl |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div class="left"> | |
<div class="main-banner"> | |
<div id="slideshow" class="image"> | |
<div class="slides_container"> | |
<img alt="" src="/img/HomeRotatingBanner/rotatingbanner-01.png"> | |
<img alt="" src="/img/HomeRotatingBanner/rotatingbanner-02.png"> | |
<img alt="" src="/img/HomeRotatingBanner/rotatingbanner-03.png"> | |
<img alt="" src="/img/HomeRotatingBanner/rotatingbanner-04.png"> | |
</div> | |
</div> |