Creating Blogs and Pages in Aureus ERP is simple and doesn’t require any coding.
This guide will show you step-by-step how to:
Create and publish blog posts for sharing updates, news, or tutorials
Create and manage web pages like About Us or Contact
Add titles, content, categories, and tags
Installing a Plugin in Aureus ERP
To install a plugin in Aureus ERP, open your terminal and run the command: php artisan blogs: install
Since the blog feature depends on the website plugin, installing the blog plugin will automatically install the website plugin as well.
Start the Server
After you’ve successfully installed the Blogs plugin, you need to start the development server to view your blog in the browser. Run the command in your terminal: php artisan serve
Open the Admin Panel
Once your server is running, open your browser and go to the search bar. Type the following URL to access the admin panel: 127.0.0.1:8000/admin
Set Up Admin Permissions
To access and manage blog and website features, you need to update admin panel settings. Follow these steps:
Settings >> Roles >> Select All (Toggle Button) >> Save Changes.
After saving, you will see the “Website” sections appear on your dashboard. You’re now ready to manage blogs and pages, and more.
Set Blog Categories and Tags
To organize your blog content, you need to set up categories and tags from the Website settings.
How to Create a New Category?
Categories help you organize blog posts by topic or type.
Website >> Configuration>> Categories >> New category
Fill in the required fields:
Name – The name of the category (e.g., News)
Slug – A short URL-friendly version (e.g., news)
Sub Title – A short description or label for the category
Click “Create”.
Your new category is now added and ready to use in blog posts.
How to Create a New Tag?
Tags are used to highlight keywords or topics in a post.
Website >> Configuration>> Tags >> New Tags
Fill in the required fields:
Name – The name of the Tags (e.g., Important)
Color – The name of colour(e.g., Red)
Click “Create”.
Your new tags is now added and ready to use in blog posts.
Your new Tags are now added and ready to use in blog posts.
How to create Pages and Blogs?
Create Pages in Aureus ERP
Pages are custom web pages you create within the Aureus ERP system to share information with your website visitors. Pages are static, meaning the content doesn’t change often.
You can create, edit, and manage them easily through the admin panel.
Website >> Pages >> New Page
Fill in the required details:
Title: The name of your page.
Slug: URL friendly version.
Content: Write your page content using the built in editor.
Meta Title & Description: Useful for SEO.
Settings: Manage Header/Footer by given option of enable & disable.
Click “Create”.
Publishing Your Page
After creating a page in Aureus ERP, you need to publish it so it becomes visible on your website.
Follow these steps:
Admin Panel >> Website >> Pages
Find the page you just created and click on “Edit”
Click the “Publish” button.
Once published, your page will be live and visible on the front page or the assigned menu, depending on your website settings.
Create Blogs in Aureus ERP
Blogs in Aureus ERP let you share regular updates, news, articles, or tutorials directly on your website. They are a great way to connect with your audience, improve SEO, and keep your content fresh.
You can create, edit, and manage them easily through the admin panel.
Website >> Blog Posts >> New Post
Fill in the blog details:
Title: Enter the name of your blog post.
Slug: A short, URL friendly version.
Content: Write your blog content using the editor.
Banner: For Grabs attention, sets the mood.
Meta Title & Description: Useful for SEO.
Category: Choose the relevant category.
Tags: Add related tags to improve search and sorting.
Publishing Your Blog Post
After creating a blog post in Aureus ERP, you need to publish it so it appears on your website.
Follow these steps:
Admin Panel >> Website >>Blogs
Find the blog post you just created and click on “EditPost”.
Click the “Publish” button to make the blog post live.
Your post is now published and will be visible in the blog section of your website.
Conclusion
Aureus ERP makes it easy to manage your website by allowing you to create blogs and pages without any coding skills.
Whether you’re sharing company news, product updates, or service details, everything can be done from one place, quickly and efficiently.
With the built in tools for content creation, categories, tags, and publishing, your team can keep the website fresh and informative at all times.
Start creating and keep your audience updated with ease!
Be the first to comment.