ricland
Forum Replies Created
-
checked and have <?php wp_head(); ?> above in the header.
Please log in to fix:
user: john
Pass: 121212
ric
I installed 2.2.1 and am getting same message
Forum: Themes and Templates
In reply to: What Theme is this?Thanks,
Do you know of a free version that’s similar?
Thanks,
ric
Forum: Themes and Templates
In reply to: A theme like thisStill looking…
Any know?
Forum: Themes and Templates
In reply to: A theme like thisFound it.
And thanks, but I meant FREE themes
Forum: Themes and Templates
In reply to: A theme like thiswhat is arthemia
Forum: Fixing WordPress
In reply to: Homepage Images not appearingThanks, but all my index file has is
<?php /* This is how it looks like ;)*/ ?>
My question is why after two years it suddenly chucks all the images on the front page.
Any theory on that?
Forum: Fixing WordPress
In reply to: Homepage Images not appearingYeah, the images appear correctly with the default theme.
I’m thinking I should reload the theme and I will, just as long as that won’t hurt my existing articles and images.
Will it?
Forum: Fixing WordPress
In reply to: Page in MenuI’ve got two sites:
othellooutlook.com
basinfarmer.com
I designed them a year ago and use a calendar plugin on both.
On the othellooutlook site, I have the calendar page in the menu, although I no longer remember how I did it. It wasn’t by placing the page in its own category.
on the basinfarmer site, I can’t get the calendar page to appear as a menu item.
Any ideas what’s going on?
Forum: Fixing WordPress
In reply to: Page in MenuI should say, all my categories are appearing in the menu, but one page that I want, is not.
By menu, I mean the top menu
Forum: Fixing WordPress
In reply to: Have I been HackedI fixed it.
I deleted my admin directory by mistake
Forum: Fixing WordPress
In reply to: Turnig off Display ErrorOh, I see what you’re talking about. Well, I got it to work for one command, but couldn’t figure where to put the @ for the other
if (!empty($tags)) {
foreach ($tags as $tag) {
$feed = fetch_rss(“https://www.youtube.com/rss/tag/”.$tag.”.rss”);
$items = @ array_slice($feed->items, 0, $maxitems);
foreach ($items as $item) {
$item[‘link’] = str_replace(“https://youtube.com/?v=”, “”, $item[‘link’]);
if ($videos =”) {
$videofeed = $videofeed.$item[‘link’].”@”.$item[‘title’];
$videos = $videos.$videofeed;
}
else {
$videofeed = $videofeed.”\n”.$item[‘link’].”@”.$item[‘title’];
$videos = $videos.$videofeed;
}the error line begins at “foreach”
Where do I put the @ i that function?
Thanks
Forum: Fixing WordPress
In reply to: Turnig off Display ErrorThe author is not responding.
I was hoping there was a switch I could turn off.
I have no idea where the function command is.
Is there a plugin that might help
Forum: Fixing WordPress
In reply to: Div use in WordPress..“why not create a .scroll in your css and apply it as a div class with those values to where you need to?”
I think I tried that without success.
It seems the only way to apply css to the text is within the post element, but the problem with that, as I say, is that it includes the video which means the video falls within the scroll box.
ric