redbourn
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Wrapping text questionThanks for the help.
Where should I place style=”float:left” in the following code?
I will place an image below and try to have text align with it but not be bottom or text aligned.
<img src=”https://get-financial-help.org/images/yardsale.jpg” alt=”yard sale” />
Ok the text is on the right and
the picture is on the left
and this text is on the right
but how does it look?
—-
Jane
Forum: Fixing WordPress
In reply to: Wrapping text questionThere’s only one image with wrapped text ??
The tablet with the words “debt” relief” on it.
The way the text sits to the right of it is what I wanted to achieve but I had a lot of problems getting that effect.
thanks for the reply,
Jane
Forum: Plugins
In reply to: [Plugin: SpamTask] Am I getting this right?I had installation problems and after not getting any reply from ConTask support for around 30 hours, I uninstalled the plug-in.
The problem involved my API key and I got messages ranging from, “you already have one”, to “please install one”.
Jane
Forum: Fixing WordPress
In reply to: Link Adsense to Existing Account on Google AnalyticsI tried adding the following (my code has been changed here of course) to the top of my home page a couple of hours ago; a new profile has appeared in Google Analytics, but it’s still not tracking.
Paste this code at the top of any webpage in this domain that contains AdSense ads.
<script type=”text/javascript”> window.google_analytics_uacct = “UA-6995xxx-1”; </script>
Be sure to leave the Google Analytics tracking code at the bottom of your pages.Maybe I’ll try adding it to the top of the header.php
Jane
Forum: Fixing WordPress
In reply to: Not a valid XML file? What happened?I removed the white space from a couple of my phps and it’s now working,
Jane
Forum: Fixing WordPress
In reply to: Not a valid XML file? What happened?<link rel="alternate" type="application/rss+xml" title="Get Financial Help RSS Feed" href="https://get-financial-help.org/feed/" />
Forum: Fixing WordPress
In reply to: Not a valid XML file? What happened?<link rel=”alternate” type=”application/rss+xml” title=”Get Financial Help RSS Feed” href=”https://get-financial-help.org/feed/” />
`Forum: Fixing WordPress
In reply to: New sticky post gives 404 on ‘most recent posts’I switched backwards and forwards several times between the default and /%postname%/ and now it is working.
Not sure why this fixed the problem though,
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?I will check that out thanks,
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?The main page is a single post, but when someone clicks on an article he/she only gets to see that one article.
I just started using a plugin which shows all the latest articles by an author, and it’s a good plugin, but doesn’t do what I really wanted.
After somebody loads the main page and then clicks on an article, I’d like to show more than just that one article.
I now realize how and where the confusion arose.
thanks,
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?Thanks for continuing with this Michael, and for the link.
I disabled my plugins, and it didn’t help.
I have uploaded the theme here ..
https://www.ourchangingglobe.com/misc/teel.zip
Perhaps adding a line of code will enable me to show two posts per post?
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?So where else might it be, if not in the index.php ?
thanks,
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?I will try excluding plug-ins (I only have 4) one by one, but meantime I found this on the web.
“You have to use the query_posts() function, which gives you a total control over the WordPress loop.
To specify how many posts you want to be displayed per page, we’ll use the showposts parameter”.
Here’s an exemple:
<?php
$page_num = $paged;
if ($pagenum=”) $pagenum =1;
query_posts(‘showposts=7&paged=’.$page_num); ?>
<?php if (have_posts()) : ?>
<?php while (have_posts()) : the_post(); ?>
// WordPress loop
endwhile;endif; ?>It may help, but I have no idea where to add, or change the above.
Jane
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?thanks Michael,
I actually have two different themes giving the same problem, so I I’ve been naughty and uploaded the index.php for both of them *
https://www.ourchangingglobe.com/misc/podindexphp.zip
Rather than fixing one, and then nagging you all for another one.
Jane
P.S. I don’t know what a paste-bin is.
Forum: Fixing WordPress
In reply to: How do I show 2 posts per page?I just tried with the ‘default’ theme, and it displays two posts.
Please tell me how to change my chosen ‘theme’ to display two posts.
Not sure why the programmer would have ‘specifically’ coded for one post, when WordPress ‘specifically’ allows the number of posts to be changed.
But maybe that calls for a separate post ??
thanks for the quick reply,
Jane