發表文章

Convert Text Strings To Formulas In Excel

https://www.extendoffice.com/documents/excel/1683-excel-convert-text-string-to-formula.html The following short VBA code can help you to deal with the problem that convert text to formula as these steps: 1 . Hold down the  ALT + F11  keys, and it opens the  Microsoft Visual Basic for Applications window . 2 . Click  Insert  >  Module , and paste the following code in the  Module Window . VBA code: Convert text strings to formulas 1 2 3 4 Function Eval(Ref  As String ) Application.Volatile Eval = Evaluate(Ref) End Function 3 . Save this code and return to your worksheet, enter this formula  =Eval(C1)  into a blank cell ( C1  contains the text string cell which you want to convert to formula), see screenshot:

Google Maps Embed to Webpage

圖片
<iframe src="https://www.google.com/maps/embed?pb=!1m18!1m12!1m3!1d1305.425976683304!2d114.25191469236073!3d22.304301002325843!2m3!1f0!2f0!3f0!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x340403ef722d58c5%3A0x1ce2bbdb749d890c!2z6Kq_5pmv5ba656uZ!5e0!3m2!1szh-TW!2shk!4v1562987862372!5m2!1szh-TW!2shk" width="700" height="550" frameborder="0" style="border:0" allowfullscreen></iframe>

WP Meta featured image and Date Remover

圖片
.entry-meta {display:none !important;} .home .entry-meta { display: none; } .entry-footer {display:none !important;}        .entry-title {display:none !important;}         .post-featured-image {display:none !important;}        .attachment-featured size-featured wp-post-image {display:none !important;}        .home .entry-footer { display: none; }  

Display post plugins in Wordpress

https://displayposts.com/2019/01/04/post-grid-styling/ Shortcode [display-posts image_size="medium" wrapper="div" wrapper_class="display-posts-listing grid" meta_key="_thumbnail_id"] Use the  image_size  parameter to define what size image to use. You can use the WordPress core image sizes (thumbnail, medium, large) or any custom image sizes added by your theme. Set  wrapper="div"  so the posts aren’t in a list. Set  wrapper_class="display-posts-listing grid"  so we can add CSS targeted to just this listing rather than all of them. [Optional] set  meta_key="_thumbnail_id"  to exclude posts that don’t have featured images. Set  posts_per_page  to the number of articles you’d like to include. Pick a number that divides well across all breakpoints. CSS Note: WordPress will say that there is an error with  grid-gap  . This is actually an issue with WordPress not recognizing modern CSS properties ( see here...

Photo Editor Free

Photo Editor https://pixlr.com/editor/ https://www.gimp.org/ Draw Diagram https://www.draw.io/ Photo Stock https://www.shutterstock.com/zh-Hant/ https://www.istockphoto.com/hk Wordpress host website https://www.bluehost.com https://99designs.hk/

Wordpress Securtiy Setup

wp-config.php Generate unique key http://api.wordpress.org/secret-key/1.1/salt change $table_prefix = 'wp_' default name Debug Mode define('WP_DEBUG',true )