geckoinbelize
Forum Replies Created
-
Forum: Plugins
In reply to: [The Events Calendar] RSS FeedHi Brook
Thank you – now that I am looking at the full forum page I can see the “sticky” saying you only look at this forum on a Wednesday, which I hadn’t seen before as I was only looking at my post for updates – my apologies.
I did see the tutorial you mention, but it didn’t seem to change the sort order. I’ll put the code back in and try again. With so many people posting on the forum for so long that they wanted to display events by the event date rather than the published date, I thought maybe this had been included in the plugin now and I didn’t still have to mess around in the functions file. Maybe that’s a 4.x upgrade LOL!
Forum: Plugins
In reply to: [The Events Calendar] RSS FeedHi – is anyone monitoring the forum? Can you let me know if the sorting by event date has now been implemented and if it’s only in PRO. Thank you
Forum: Plugins
In reply to: [The Events Calendar] RSS FeedI guess the advantage of working on this at the weekend is it forces you to try harder!! I now have the feed working.
But the events are showing the date posted not the date of the event. I’ve seen several conversations from 2012 about this and comments that it was to be addressed in a version 2.x – as you are now at 3.5.1 I’m sure this must have been sorted – but I don’t see where/how. Maybe it’s only in the PRO version – please advise.
Forum: Plugins
In reply to: [The Events Calendar] RSS FeedI’ve just found the info at http://stiern.com/tutorials/no-more-invalid-rss/ for the utility that deletes the blank lines. Feed Checker now says it’s fine but the mobile app won’t accept it!
If I set it to https://hotguidebelize.com/feed then I do get a feed of my posts so that suggests it is with the events page. I tried to disable the search feature, but the “Find Events” bar is still there) and just use the skeleton format but still no luck.
Also when I go to the /feed page it sees it is an RSS feed and I can subscribe using Live Bookmarks. But if I go to the /events page I just get a regular page on my wordpress site. So again, any suggestions?
Forum: Themes and Templates
In reply to: [Celestial - Lite] Post Titles not Linksexactly what I needed – thank you again for a great theme and great support
Forum: Themes and Templates
In reply to: [Celestial - Lite] Posts in three columnsI thought a plugin might be the answer – I’m testing a few out to see what works and will report back in case others are interested.
Forum: Themes and Templates
In reply to: [Celestial - Lite] Image Links at bottom of Home PageAlways helps when you read the instructions!! I hadn’t seen that support page before and it was exactly what I needed for this, and some other questions I had. Thank you
Forum: Themes and Templates
In reply to: [Celestial - Lite] Sorting posts by titleI found a solution – putting the following code before the loop in the category.php of the child theme did exactly what i needed.
<?php if (is_category()) { $posts = query_posts($query_string . '&orderby=title&order=asc'); } ?>Forum: Themes and Templates
In reply to: [Celestial - Lite] Sorting posts by titleHi – as I wanted to change all my categories to show alphabetically I edited the functions.php to include the example shown at the bottom of this codex but they still only show by date. I tried putting it in the Child theme, and also in the main theme but it made no difference. Any suggestions?
Forum: Everything else WordPress
In reply to: Adding a GeoTrust Malware seal to a WordPress websiteI tried installing this as a plugin and get the following error
Parse error: syntax error, unexpected T_SL in /home/jingzhe/public_html/hotguidebelize.com/wp-content/plugins/geotrust-icon.php on line 11
Any suggestions on getting this to work? Thx – Marie