Answer Posted / Nikhil Claudius
To store the post title in a variable, you can use PHP's get_the_title() function within the Loop (index.php or single.php) like this: nn```phpn$post_title = get_the_title();n```
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers