We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8de928e + 1c0d481 commit f77084eCopy full SHA for f77084e
1 file changed
data/wordpress-theme-development.json
@@ -114,6 +114,18 @@
114
"definition": "পোস্টের বিষয়বস্তু",
115
"code": "the_content();"
116
},
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
129
{
130
"definition": "পোস্ট আছে কিনা তা পরীক্ষা করতে",
131
"code": "if(have_posts()):"
0 commit comments