模块子主题简码展示

代码高亮

/*
* @Author: Litheme
* @Date: 2023-02-09 20:22:49
* @LastEditors: Litheme
* @LastEditTime: 2023-02-09 20:22:49
* Copyright (c) 2023 by Litheme All Rights Reserved.
*/
class Lt_Posts {

    private $id;

	private function __construct($id){
		$this->id	= (int)$id;
	}

    private static $instances	= [];

    public function __get($key){
		if(in_array($key, ['id', 'post_id'])){
			return $this->id;
		}elseif(in_array($key, ['post', 'data'])){
			return get_post($this->id);
		}elseif($key == 'views'){
			return (int)get_post_meta($this->id, 'views', true);
		}elseif($key == 'thumbnail'){
			if($this->supports('thumbnail')){
				if($thumbnail = get_the_post_thumbnail_url($this->id, 'full')){
					return $thumbnail;
				}
			}

			return apply_filters('lt_post_thumbnail_url', '', $this->post);
		}else{
			$post	= $this->post;

			if(isset($post->$key)){
				return $post->$key;
			}else{
				$key	= 'post_'.$key;

				return $post->$key ?? null;
			}
		}
	}

    public function __isset($key){
		return $this->$key !== null;
	}
}

幻灯片简码

按钮简码

这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 这是按钮 ×

手风琴简码

  • 折叠框标题

    这是一段内容,内容可以后台自定义 这是一段内容,内容可以后台自定义 这是一段内容,内容可以后台自定义

  • 折叠框标题2

    这是一段内容,内容可以后台自定义 这是一段内容,内容可以后台自定义

提示框简码

隐藏内容

正在为你努力加载该隐藏内容

正在为你努力加载该隐藏内容

正在为你努力加载该隐藏内容

给TA打赏
共{{data.count}}人
人已打赏
玩物志趣

Pepper 停产,自推出仅生产2.7万台,软银机器人战略生变

2022-8-30 16:47:31

古腾堡模块短代码

古腾堡模块演示

2022-11-14 22:11:47

7 条回复 A文章作者 M管理员
  1. Lithemes

  2. Lithemes

    233

  3. 123456

    2323

  4. 时空来电

    看看

  5. NGame

    看看

  6. 河许人

    我很欣赏你的主题

个人中心
购物车
优惠劵
今日签到
有新私信 私信列表
搜索