Jump to content

someone please help? :)


emmdah

Recommended Posts

hello!

 

I have just started learning about html, css and all that stuff.. I am beginning to get an understanding.. But there is something that really annoys me!

 

This is used to automatic retrieve post title, link and content.. but how??

I would like to have a featured image+some text on my first page, instead of the whole post!

 

 

${ }

 

 

 

 

<div class="entry">
<h2>
<a href="${EntryCategoryLink}">${EntryTitle}</a>
</h2>

<div class="content">${entrybody}</div>

Link to comment
Share on other sites

${EntryCategoryLink}">${EntryTitle

 

I DON'T MUCH HTML AND CSS but every day work on it never know it html and css, what kind of languange is that !

 

 

Please kindly use this codepen.io to tell your need :D

 

Freddy Sidauruk

Edited by dauruk0512
Link to comment
Share on other sites

That depends on the content management system you're using to get the data. This isn't an HTML problem, this has to do with your content management system. So we need to know what content management system your website is using.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...