liamjmoore
Forum Replies Created
-
Forum: Developing with WordPress
In reply to: Change the “Read more” button for post excerptsI thought a custom field might have something to do with it, but I don’t know much about a filter callback or how to send the custom field data to replace the “Read more” text. Would it involve bespoke code or something I can “tinker” with do you reckon? Cheers
Forum: Fixing WordPress
In reply to: Display users search term on search.phpFound the solution, all I had to do was put
<?php the_search_query(); ?>in my search.php page.Sorry folks.
Forum: Fixing WordPress
In reply to: Display users search term on search.phpStill looking for a solution folks, nothing yet.
As I said, I want whatever terms the user types in the search box to appear on my search results page. Anyone any ideas?
Forum: Fixing WordPress
In reply to: Why does uploading images store 3 images on server?I to get this problem, would love to know what to do to stop it!
Forum: Plugins
In reply to: Error in markup preventing validationI have a problem with this plugin, it doesn’t validate as it opens 5 recent posts with: list elements
<li>and not: unordered list<ul>, list elements<li>.Anyone know of a way to fix this so it validates?