欢迎来到路由器窝!

提交留言-安装超级留言插件

浏览次数:

作者: 路由器窝

信息来源:

更新日期: 2020-05-25 14:24

文章简介

form action=/wp-comments-post.php class=form-horizontal method=post name=myform id=commentform style= width: 90%; margin: 40px

  • 正文开始
  • 相关文章
<form action="/wp-comments-post.php" class="form-horizontal" method="post" name="myform" id="commentform" style="    width: 90%;
    margin: 40px auto 0;">

          <input type="hidden" name="redirect_to" value="http://332.excelword.com/?p=148" />
			<input name="submit" type="submit"  id="submit" tabindex="5" value="提交内容" class="btn default" style="border: none;
    background: #ff4d44;
    color: #fff;
    font-size: 18px;
    width: 32%;
    height: 85px;    line-height: 40px; float:right;    padding: 0;border-radius: 0;    position: relative;left: 10px;    border-radius: 5px;"/>
			<input type='hidden' name='comment_post_ID' value='148' id='comment_post_ID' />
<input type='hidden' name='comment_parent' id='comment_parent' value='0' />

   
<input class="form-control" type="text" name="dh" id="dh" value="" style="width:400px;width: 68%;height: 40px;float: left;text-indent: 10px;border-radius: 0;" required="required" placeholder="输入您的电话号码">

<textarea class="form-control" name="comment" id="comment" required placeholder="咨询内容" style="width: 256px;
    padding: 0 0 0 10px;
    height: 40px;
    font-size: 14px;
    font-family: '微软雅黑';
    margin: 5px 0 0 0;
    border: none;"></textarea>

<br clear="all"><span class="help-block" id="dr_title_tips"></span>

								
		<input type="hidden" id="_wp_unfiltered_html_comment_disabled" name="_wp_unfiltered_html_comment_disabled" value="13daf9b19f" /><script>(function(){if(window===window.parent){document.getElementById('_wp_unfiltered_html_comment_disabled').name='_wp_unfiltered_html_comment';}})();</script>

	</form>
    <link rel="stylesheet" href="/wp-content/plugins/themepark-comment/jquery.datetimepicker.css" type="text/css" />
  <script type='text/javascript' src='/wp-content/plugins/themepark-comment/jquery.datetimepicker.js'></script>  
    <script>
     $(function(){
$(".datetimepicker").datetimepicker({
  format:'Y年m月d日',
  timepicker:false
 });

});
    </script>

						</form>

转载请注明:Wordpress» 提交留言-安装超级留言插件

标签:
  • WordPress True / False功能参数
    930阅读
    https://www.advancedcustomfields.com/resources/true-false/ True / False 字段返回布尔值true或false。请注意,保存到数据库中的实际值是 1 或 0 的整数。<?phpif( get_field('color') ) { ...
  • 文章页面自定义模板
    788阅读
    //根据分类id判断<?phpif ( in_category(array( 2,3 )) ) {//多个分类id get_template_part('single-product' );}elseif ( in_category( 7 )) {//单个分类id get_template_part(...
  • 纯代码实现WordPress分类目录添加缩略图片上传功能
    947阅读
    打开自己正在启用的wordpress主题目录下的functions.php文件,加入扩展目录文件require get_template_directory() . '/inc/images.php';调用方法<img src="<?php if (function_exists(...
  • 栏目模板选择插件栏目模板
    738阅读
    头部添加<?php/**Template Name: application_area_list**/?>
  • 自定义面包屑
    940阅读
    //面包屑function get_breadcrumbs(){global $wp_query;if ( !is_home() ){// Start the ULecho ' ';// Add the Home linkecho '<dd><a href="'...
  • wordpress不同分类调用不同模板
    233阅读
    用wordpress做网站特别是企业网站建设的时候,多个分类的内容不同需要显示的页面也不一样,比如有些分类显示的是产品缩略图,有些显示的是公司新闻公告等,此时需要不同的分类模板。 虽然wordpress默认只有一个通用的分类目录模板(archive.php),但是可以通
  • wordpress常用函数
    250阅读
    ?phprequire get_template_directory() . /inc/helper.php;add_filter(acf/settings/path, my_acf_settings_path); function my_acf_settings_path( $path ) { $path = get...
  • 所有栏目文章显示ID文件引用即可
    646阅读
    wpsite-show-ids
  • acf判断
    892阅读
    <?phpif(get_field('field_name')){ echo '<p>' . get_field('field_name') . '</p>';}?>
  • 分类栏目图片插件
    736阅读
    调用方法<?php get_cat_icon(); ?>
上一页:wordpress手机端主题插件WP Mobile X
下一页:WordPress——判断文章中是否有图片
最近更新作品
acf判断
更新时间:2024-04-17

892人已经看过了!

指定栏目ID另类调用配合acf
更新时间:2024-04-16

857人已经看过了!

word press 自定义文章类型制作留言功能
更新时间:2024-03-10

985人已经看过了!

php if  ifelse 循环
更新时间:2024-03-09

576人已经看过了!

栏目模板选择插件栏目模板
更新时间:2024-03-08

738人已经看过了!

contact-form-7历史版本WP SMTP配合使用
更新时间:2024-03-08

809人已经看过了!

WordPress True / False功能参数
更新时间:2024-03-08

930人已经看过了!

wordpress调用指定分类置顶文章
更新时间:2024-03-07

519人已经看过了!

WordPress父分类调用子分类名称和文章列表
更新时间:2024-03-07

520人已经看过了!