WordPress theme: Robin Begin5.2 license-free version


1. Detailed introduction

The HTML5+CSS3 responsive design is compatible with modern browsers such as IE8+, Firefox, and Chrome. Magazine layout, picture layout and blog layout background switching

Wordpress Theme Robin Begin Theme No Authorization No Encryption Independent Page Template Blog Layout, Random Articles, Links, Hot Tags, User Center, User Registration, Contribute to Me, Contact Information, Recent Messages, etc. Integrated Gadgets Follow us, everyone likes , latest articles, recommendations on this site, popular articles, popular articles, popular tags, related articles, recent comments, random articles, etc...

Home page slideshow, and can customize the link. Article list ajax scroll loading comments ajax submit

Comment ajax pagination pictures and message avatar lazy loading Select Gravatar avatar acquisition method

Comment Reply Email Notification Powerful Theme Options Panel Follow Us Widget

People Like Widget Latest Articles Widget with Thumbnails Recommended Articles Widget with Thumbnails

Popular Articles Widget Popular Articles Widget Popular Tags Widget

Related Articles Widget Reader Wall Widget with Gravatar Avatar Recent Comments

Advertisement Widget Recommended Articles (No Thumbnails) Widget Different pages display different sidebars

Random article gadget blog page template online code highlight conversion page template

Friendship Link Page Template Article Archive Page Template Taoke Commodity Page Template

Popular tags page template user center page template user registration page template

Baidu site search page template Give me a contribution page template Contact information page template

Recent message page template Banner topic page template Random article page template

Categories Use Image Layouts Category Magazine Topics Templates Show All Subcategories Templates

Company home page article setting panel picture lightbox view

Comments on video lightbox are disabled and prompt text is not displayed

Excluding specified category articles on the homepage Latest articles Corner mark prompts Integrated responsive pagination navigation

Article editor enhancement Background article editing style is the same as front-end Full-featured SEO

Automatic thumbnail support featured image function integrated Baidu site search

Integrate Baidu sharing front desk login front desk registration and login

Shortcode Text Collapse Shortcode Download Link Button Shortcode Article Insert Image Slideshow

shortcode add video shortcode reply visible integration code highlighting

Integrate PC and mobile advertising spaces Support images, logs, software (references) and article forms Keyboard direction keys to turn pages

Support menu function Support background function Comments add emoticons and pictures

Font size zoom button integrated like button integrated sponsorship button

Hide the sidebar switch Custom article types: announcements, album pictures, products, videos Slide to unlock and submit

Follow Weibo Button Comment Level Integrated Registration Invitation Code

External link automatic link jump font awesome icon font user upload local avatar

Short code password protection text 3D tag cloud automatically generates current page QR code

Article directory index prohibits non-administrators from entering background articles to automatically add tag links

It is forbidden to pretend to be an administrator to leave a message page link, add the .html suffix to the category archive page link, add a slash suffix

Automatically add tags to articles Baidu actively pushes popular article page templates

2. Effect display

1. Part of the code

The code is as follows (example):

		<div class="down-main">
			<div class="down-inf">
				<div class="desc">
					<h3>文件信息</h3>
					<?php if($down_name){
    
     ?><p><?php echo $down_name;?></p><?php } ?>
					<?php if($file_os){
    
     ?><p><?php echo $file_os;?></p><?php } ?>
					<?php if($file_inf){
    
     ?><p><?php echo $file_inf;?></p><?php } ?>
					<?php if($down_size){
    
     ?><p><?php echo $down_size;?></p><?php } ?>
				</div>
				<div class="clear"></div>

				<div class="down-list-box">
					<div class="down-list-t">下载地址</div>
					<div class="clear"></div>
					<?php if($baidu_pan){
    
     ?><div class="down-but"><a href="<?php echo $baidu_pan;?>" target="_blank"><i class="be be-download"></i> 网盘下载</a></div><?php } ?>
					<?php if($down_official){
    
     ?><div class="down-but"><a href="<?php echo $down_official;?>" target="_blank"><i class="be be-download"></i> 官方下载</a></div><?php } ?>
					<?php if($down_local){
    
     ?><div class="down-but"><a href="<?php echo $down_local;?>" target="_blank"><i class="be be-download"></i> 本站下载</a></div><?php } ?>
					<div class="clear"></div>
				</div>
				<div class="clear"></div>

				<div class="down-pass">
					<?php if($rar_password){
    
     ?><p>解压密码:<?php echo $rar_password;?></p><?php } ?>
					<?php if($baidu_password){
    
     ?><p>网盘密码:<?php echo $baidu_password;?></p><?php } ?>
				</div>
				<div class="clear"></div>
			</div>
			<?php if($down_img){
    
     ?>
				<div class="down-img">
					<h3>演示图片</h3>
					<a class="fancybox" href="<?php echo $down_img;?>" data-fancybox-group="button"><img src="<?php echo $down_img;?>" alt="<?php echo $title;?>" /></a>
				</div>
			<?php } ?>
			<div class="clear"></div>
		</div>
		<?php if ( zm_get_option('ad_down') == '' ) {
    
     ?>
		<?php } else {
    
     ?>
			<div class="down-ad">
				<?php echo stripslashes( zm_get_option('ad_down') ); ?>
				<div class="clear"></div>
			</div>
		<?php } ?>

2. Rendering display

Please add a picture description


3. Download learning materials

Lanzoul: https://qumaw.lanzoul.com/iP3Ri0o3khte

Guess you like

Origin blog.csdn.net/m0_57941469/article/details/129122694