Ok i want to do two things, and i think that they will be very simple for you Chris.
First, i want to have a default location for the image to show up and having it resized to the prefered dimensions and when someone clicks on the image to be redirected to the read more of each news. What i mean is to have a predefined location at left side of my website for the image to appear resized to 150x150 dimensions. And when someone clicks to it to be redirected to the full article.
And the second thing i want to achieve is to have a dynamical title on my website. Meaning that the <title> will change constantly based on which the visitor i read. For ex. I have a website named example.com and in the index page there are the news in summary with <title> Home • Example.com. So, when someone clicks on a read more article for ex. News 1 the <title> to change to News 1 ~ Home • Example.com.
Please chris help me. I really need your help. And please answer even if you can't do it just inform me so i don't need to wait.
Access: Admin
Total Posts: 1395
Joined: 2006-05-19
Having a list at the side of the site with scaled down images that once clicked redirect to a full article could be done but it mighty be tricky to do.
You'd need to edit each article and add the image to the summary section of it, assign these articles that have a summary to a specific category, then on the main site where you want the images to display add the following code
Code:
<?php $static = tue; $imgresize = true;
include 'news/index.php'; ?>
You said the dynamic title/meta tags doesn't work. Can you show me how?