Topic: How do you post blocks to pages?
How do you post blocks to pages?
Let us say I am having the homepage and I want to add new blocks that just been made
to have a constant block posting to homepage with links tied to them.
Pages 1
How do you post blocks to pages?
Let us say I am having the homepage and I want to add new blocks that just been made
to have a constant block posting to homepage with links tied to them.
Default on the home page already inserted the block:
{block get="test"}
This block was created in the "Blocks" menu.
Default on the home page already inserted the block:
{block get="test"}This block was created in the "Blocks" menu.
When I used that it told me on my homepage that it was missing, yet it was't.
step by step:
1. Go to admin panel and click item "Blocks" on menu
2. Press a button "Create new block"
3. Enter a custom name (e.g. "Footer") for this new block and its contents.
4. Save this block
5. Cick to a Pages item on sidemenu and create new or open exists page.
6. Paste to page this code:
{block get="Footer"}
7. Profit.
Now that you have does not work?
remark
3. Enter a custom name (e.g. "Footer") for this new block and its contents.
3. Enter a custom name (e.g. "footer") for this new block and its contents.
6. Paste to page this code:
{block get="Footer"}
6. Paste to page this code:
{block get="footer"}
remark
3. Enter a custom name (e.g. "Footer") for this new block and its contents.
3. Enter a custom name (e.g. "footer") for this new block and its contents.
6. Paste to page this code:
{block get="Footer"}
6. Paste to page this code:
{block get="footer"}
I did that and I still get "Block :name is not found!"
Pages 1