Rik
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: How best to use my blog to increase rankings ?Switched to using
/archives/%year%/%monthnum%/%day%/%postname%/
and it works fine now.
Forum: Fixing WordPress
In reply to: How best to use my blog to increase rankings ?This How-To works great.
But, the months under my Archives now have a url:
https://twowayradiodirectory.com/blog/%postname
and causes a Page not found error.
How to fix?
Forum: Plugins
In reply to: Links sort order forcedThat was the ticket.
In case anyone else is interested in this, here is how my code ended up looking:
<li id=””><?php _e(‘Two Way Radio Directory:’); ?><br/>
<?php get_linksbyname(‘Two Way Radio Directory’, ”, ‘
‘, ”, FALSE, ‘id’, FALSE, FALSE, -1, FALSE); ?><br/>
<li id=””><?php _e(‘Yahoo Groups – Radio:’); ?><br/>
<?php get_linksbyname(‘Yahoo Groups – Radio’, ”, ‘
‘, ”, FALSE, ‘name’, FALSE, FALSE, -1, FALSE); ?>You can see the results in the right column here:
https://twowayradiodirectory.com/blog/index.phpNote that the first group of links is sorted by ID, the order in which they were entered.
The second group of links is ordered by name.
Thanks for the help.
Forum: Plugins
In reply to: Links sort order forcedThanks – good suggestion
Forum: Plugins
In reply to: HeadImage Pluginslick!!
Forum: Fixing WordPress
In reply to: User Levelsthanks
I had a user register, he defaulted to zero, posted a comment, I got an email that he posted, when I went to moderate, there is no comment there.
It appears the zero level should not have let him post the comment. Anyway, apparently it is lost.
I have elevated him to “1” so that if he returns, perhaps his post will stick.
Forum: Fixing WordPress
In reply to: How to force link sort orderAll of those choices would sort by some content. If I could give each link a sort number and then sort by those numbers that would work. I don’t think any of the parameter choices let me force a sort order.
Rik
Forum: Fixing WordPress
In reply to: How to force link sort orderI looked at those tags, but do not see any mention of being able to set order other than the options available in the admin.
Forum: Fixing WordPress
In reply to: How to force link sort orderI am using whatever is installed in the download. The only chnage I have made is the css for appearance.