i have a client that gave me his wordpress site for re-coding. and i saw he have a custom theme. so i tried to edit his site homepage, using the css stylsheet file and i saw that the file containing some code that i can't understant and i will be happy if someone can help me understand what is it and hoe can i edit / find what is this. i asaw when i'm printing it, it containg somthing that similar to a css class.
this is it:
<?php echo get_post_meta(6,'home-news-title',true);?>
That line displays on the frontend the content of a meta-key named "home-news-title" for the post which ID is 6.
You can find the corresponding post in the admin backend by just hovering the mouse on the post title in the post list window. The ID is shown in the associated URL after
..post.php?post=XX