We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afcedae + cabd729 commit 29db0b3Copy full SHA for 29db0b3
1 file changed
data/wordpress-theme-development.json
@@ -130,6 +130,22 @@
130
"definition": "পোস্টের কিছু অংশ রিটার্ন করে রাখে",
131
"code": "get_the_excerpt();"
132
},
133
+ {
134
+ "definition": "সংলগ্ন পোস্ট পুনরুদ্ধার করার জন্য",
135
+ "code": "get_adjacent_post();"
136
+ },
137
138
+ "definition": "সীমানা পোস্ট উদ্ধার করার জন্য",
139
+ "code": "get_boundary_post();"
140
141
142
+ "definition": "বর্তমান পোস্টের সংলগ্ন পরবর্তী পোস্টটি উদ্ধার করার জন্য",
143
+ "code": "get_next_post();"
144
145
146
+ "definition": "পরবর্তী পোস্ট পৃষ্ঠা লিঙ্ক পুনরুদ্ধার করার জন্য",
147
+ "code": "get_next_posts_link();"
148
149
{
150
"definition": "পোস্টের কিছু অংশ ইকো করে",
151
"code": "the_excerpt();"
0 commit comments