Dan

Results 188 comments of Dan

Just checking the workflow and seems not possible without changing some of the theme code. At least we need this kind of code (example from your PR): ``` $post->comments =...

Sure, like `comments($post)` is enough because many vars on `$post` or `$p`. Edit: and we should not remove the old functions, for older theme compatibility.

Seems similar to this https://github.com/danpros/htmly/discussions/833

This has been fixed in master branch. Not yet released.

Hello, If this is menu editor, we just need to add slash before the URL, example `/about` and not just `about`

@cuixiping at the moment the menu field does not support variables in the menu yet. Perhaps we can just simply replace the `{site.url}` to the `site_url()` during menu generation.

I don't know what CMS is used on the root domain, but for example if it is WP then you can use a plugin to read the RSS feed on...

Hello, 1. Currently htmly only support subpages on static pages and not for blog post. You can see the example in doks theme (docs.htmly.com). 2. Use `recent_posts(true)` to override the...

For `` is interesting feature actually (split a post). Let see how it goes but no ETA. Featured image? when creating blog post choose post with featured image. Than you...

Yes we need to improve the importer, it would be great if we could import xml from WP. It's a good idea to check first at `system/includes/functions.php` because the docs...