Skip to content

Commit f77084e

Browse files
author
Sabbir Ahmed
authored
Merge pull request #1023 from devmuhib009/muhibul-haque
WordPress Theme Custom Codes Added
2 parents 8de928e + 1c0d481 commit f77084e

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

data/wordpress-theme-development.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,18 @@
114114
"definition": "পোস্টের বিষয়বস্তু",
115115
"code": "the_content();"
116116
},
117+
{
118+
"definition": "পোস্টের কিছু অংশ রিটার্ন করে রাখে",
119+
"code": "get_the_excerpt();"
120+
},
121+
{
122+
"definition": "পোস্টের কিছু অংশ ইকো করে",
123+
"code": "the_excerpt();"
124+
},
125+
{
126+
"definition": "পোস্টের থাম্বনেইল রিটার্ন করে",
127+
"code": "get_the_post_thumbnail();"
128+
},
117129
{
118130
"definition": "পোস্ট আছে কিনা তা পরীক্ষা করতে",
119131
"code": "if(have_posts()):"

0 commit comments

Comments
 (0)