223 reputation
16
bio website galloway-web-services.com
location Stranraer, United Kingdom
age 30
visits member for 2 years, 4 months
seen 2 days ago
stats profile views 32

Liam Bailey is director of Stranraer web design and development company Galloway Web Services. He also runs Small Coders


Aug
20
comment Page content sent from XML RPC is corrupted
We need to see your code that you are using to send the request etc. Bear in mind the XML part, which means you have to escape the < etc, that could be problem, but need to see code.
Jul
1
comment What is the permalink structure for custom taxonomy?
Can we see the code you use to create the custom post type and taxonomy, as there are settings in there which impact on what the url structure will be. In the meantime try hitting save on the permalinks settings page to refresh rules then try /q-categories/books
Jun
27
comment Getting the_excerpt to link to child pages
An excerpt is usually something that will be displayed for posts, not pages, except in heavily customised themes. Can you give more of a context of what you are trying to do, maybe just give us an example of your attempted use of the function to do your intended job
Jun
3
awarded  Yearling
Jun
3
answered Recent activity query WordPress
Jun
2
comment Disable media upload in rich text editor
No problems. Glad it helped. Actually, it took me about 3 days to find the perfect way to prepare the editor, as there is a lot of conflicting advice. But that setup there is perfect from 3.0 onwards.
May
30
comment Plugin Redirect After Activation
Oh, I was only kidding Wayne, but I didn't think you needed 15 points to mark an answer to your own question as correct using the tick under the score.
May
30
answered Disable media upload in rich text editor
May
28
answered How to detect /category and /tag base pages?
May
28
comment Plugin Redirect After Activation
An upvote and a mark as correct will do fine
May
28
awarded  Editor
May
28
revised Plugin Redirect After Activation
added 905 characters in body
May
28
answered Plugin Redirect After Activation
Apr
21
answered Add something to beginning of content with add_action('the_content')?
Jul
12
awarded  Teacher
Jul
11
answered Include a metabox in the 'home' screen of a custom post type? If not, then the dashboard page?
May
7
awarded  Student
May
6
comment Resizing images failing
Tried it, didn't work because problem was images had no wp_metadata, as is flagged on the plugin page, so I coded my own class to take all the images from the wp_posts db, search and find them on the filesystem to get their full path, then used wp_insert_attachment, wp_generate_metadata, and wp_update_metadata to achieve the goal.
May
6
asked Resizing images failing
Feb
17
comment Permalink Problems
Which is why I comment out that part after I add any new rules.