smcrmo
Forum Replies Created
-
I’m getting the same WordPress fatal error with version 11.2.1
Forum: Plugins
In reply to: [List category posts] Orderby parameter not workingI see the mistake, it works perfectly now. Thanks so much!
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Adding URL to titleThat did the trick, thanks so much! Works perfectly now.
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Adding URL to titleI tried ARPW on my other WP testing site, which has a different theme, but it doesn’t want to work there either. I can’t figure this out.
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Adding URL to titleLooking through widget-advanced-random-posts.php I find
$title = apply_filters( 'widget_title', $instance['title'] );
, but I can’t see why widget-title-links wouldn’t work with this. I’d really like to get this to work, this is a great solution for me.Forum: Plugins
In reply to: [Advanced Random Posts Widget] Adding URL to titleI’ve added that plugin and it works other widgets I have, but not with Advanced Random Posts. I’ve tried it on several implementations I’m using of Advanced, but none of them are working with the widget title links widget.
The FAQ for the widget title links says that a widget must use the widget_title filter or it won’t work. I’m not sure if Advanced uses that filter.
Forum: Plugins
In reply to: [Advanced Random Posts Widget] Adding URL to titleYes, the title of the post links to the post, however, what I mean is the title of the widget. For example, I’m using the widget to display random posts of vacation rentals. You can see it on my site. In the lower part of the front page is Advanced Random Posts Widget with the title tag “Great Tamarindo Vacation Rentals”. That text is what I put into the Title field of the widget. I would like to be able to have that text link to a page with all of the vacation rentals. There are a couple of widgets in the upper part of the page that have the function I’m talking about, however, these are built into the theme and there is no option to have them list randomly.
Forum: Themes and Templates
In reply to: Theme suggestions for existing websiteThanks for the suggestion, it looks very customizable and I am going to give it a spin.
Forum: Fixing WordPress
In reply to: Copy or move index.php?I’ve completed the steps from the codex. I then went to Permalinks in the dashboard as recommended, where there now new rewrite rules, which I copied to the root .htaccess file.
I also put in 301 redirects for the old html pages. However, when I access just the domain itself in a browser, all I get is a blank page. Viewing the source shows a blank page as well.
It seems as though the Permalinks rewrite rules that I was instructed to manually update the .htaccess file with, are the same rules that were in the index.php file before I modified it according to the codex instructions. Could this be my issue?