fionagilbert
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Using query_posts: What page does this use?No one have anything to say on this?
Forum: Fixing WordPress
In reply to: Categories: Main cat unlinked – subs linked. Can wDarn,
I would love to see that fixed.
Thanks for all your efforts though guys.
FionaForum: Plugins
In reply to: Can photomatts cardinal endings be used in my-hackThat is great. Call me Ms. Picky but I like the cardinal endings ??
The code above – can I straighten it out or does it have to be implemented as above with the breaks?
Thanks
FionaForum: Plugins
In reply to: Can photomatts cardinal endings be used in my-hackHi there,
Yes I do ??Forum: Plugins
In reply to: How do I display the last 10 posts ?Great – thankyou
Forum: Requests and Feedback
In reply to: Request: When comments are turn offAh o.k,
Thanks for clearing that up Matt.
FionaForum: Fixing WordPress
In reply to: Categories title on main page. Can it be done?Hi Guys,
They worked just fine ??
Now what do I do to hide the tag (below) if there are no values in the tag?
<pre>
<h3><?php single_cat_title() ?></h3>
</pre>
Is there a way to an if/then snippet in PHP?
Thankyou all
FionaForum: Fixing WordPress
In reply to: Categories: How do I get the number of entries shoHi Alex,
Well this is the problem. I don’t really understand all that ??
FionaForum: Fixing WordPress
In reply to: Clicking on right bar categories: Says ‘Sorry, noThanks Sushubh,
That done the trick.
Thanks ??Forum: Plugins
In reply to: Photo Matt’s better archivingHi,
I am trying to use this via the ‘Wiki’ but I can’t quite work the logic out. Quite new to PHP you see.
What do I actually put in the index.php page to call the arch.php file.
All I have in the index at the moment is:
<pre>
<!DOCTYPE html PUBLIC “-//W3C//DTD XHTML 1.0 Transitional//EN”
“https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd”>
<html>
<head>
<title>Untitled</title>
</head>
<body>
<?php if (!$p && !$name && (!empty($monthnum) || !empty($year) || !empty($s) || !empty($m) || !empty($day))) { ?>
The archive page you are viewing contains only excerpts of each post. To view the full post, click on its title.
<?php } ?>
</body>
</html>
</pre>
Thanks
FionaForum: Fixing WordPress
In reply to: What does this mean?Done ??
Thanks for that!
FionaForum: Fixing WordPress
In reply to: What does this mean?Hi there and thanks for that Cena.
I think my post seems to echo one from the anon earlier.
If I just want to show the li’s <?php get_links(-1, ”, ‘
‘, ”, 0, ‘_updated’, 0, 0, -1, -1)?> what is the correct syntax to use for that?
Thank you so much
Fiona