I am making a CMS and am having trouble, I have the about page as my home page and making another page for my blog, however, I need to store
<?php $obj->blog_posts(); ?>
in the database and then access by calling the get_content() function
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No, you don’t need to store that. Instead, you need to store a token such as
%BLOGPOSTS%and you need a template engine that will replace the token with the result of that method call.