Giter VIP home page Giter VIP logo

Comments (6)

danpros avatar danpros commented on May 23, 2024

Andrew,

Yes user should can choose trimmed content or full content for the index page. Not from the theme to keep it light in codes but in functions.php (not confusing if people want to create their own theme), and we should change this call to somethings simple:

<?php echo get_teaser($p->body, $p->url)?>

becomes:

<?php echo get_teaser($p)?>

Actually its enough since in function get_teaser we can extract it, $p->body or $p->url either. We should use this kind of format.

from htmly.

agoldenberg avatar agoldenberg commented on May 23, 2024

The idea of putting it in the config means we can call $p->body and based on the config we format the output.

from htmly.

danpros avatar danpros commented on May 23, 2024

Yes we creating new setting on config, let say:

teaser.format = "full"

and to get the value we just need to call:

$teaserFormat = config('teaser.format');

Thanks to dispatch for this simplicity :)

from htmly.

fahmi182 avatar fahmi182 commented on May 23, 2024

+1

from htmly.

danpros avatar danpros commented on May 23, 2024

And we need to add one more file static.html.php so the static page can has different template. I will add it very soon on branch master.

from htmly.

danpros avatar danpros commented on May 23, 2024

I already commit the changes, please try it. Download the master branch

from htmly.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.