Sunday, March 9, 2014

Tute 31 : Show publishing Date and time in article : Part Two

Open the index.php file in notepad++. Some edit the query line. We include `published time` after `category.` So our new line is :


Saturday, March 8, 2014

Tute 30 : Show publishing Date and time in article : Part One

Now we will show publishing date and time in our article. So we work two stapes. First stapes work in database and 2nd stapes work about php code.


Friday, March 7, 2014

Tute 29 : Show Date and Time in Home Page : Part Two

Now we set the time in our website. So open the index.php file in notepad++. We write some code after site name. We create a div and include the datetime.inc.php file.
So write this code after " <h1>Tute School</h1> " line:


Thursday, March 6, 2014

Tute 28 : Show Date and Time in Home Page : Part One

This tutorial we will show date and time in our website. We work only php script. We create a new file and include the file in index.php file.
So first we take a new document in notepad++ file. Write this code :


Wednesday, March 5, 2014

Tuesday, March 4, 2014

Tute 26 : Latest Data show in category page : Part One

Last tutorial we show latest data in home page in our side. But this is show only home page. Now we show this latest data in category page. We will show this dynamically.


Monday, March 3, 2014

Tute 25 : Latest Data Show in Home Page : Part Two

Now we go to home page in google chrome. Then refresh the page. We see in right side. A new line show with black background. We will show here our latest news.


Sunday, March 2, 2014

Tute 24 : Latest Data show in home page : Part One

Many website show latest date. News site show latest news in list. Now we know how to show latest data in our website. This is same to show news. But here we show only headline. Now we start work.
First we go to our index.php file in notepad++.


Saturday, March 1, 2014

Tute 23 : Link menu to category page


Open the index.php file in notepad++ software. We will some edit in menu's php code. So go to the menus php code. We write replace this code in <li></li> code.