27 reputation
7
bio website
location
age
visits member for 1 year, 11 months
seen 14 hours ago
stats profile views 5

Mar
25
comment Custom feed without permalinks is 404 strangely
Don't think its that because I can do modrewrites/add_rewrite()'s and it works passing those variables. When trying to pull direct it doesnt want to know. Its restricting passing in a combination of variables having to work with a rewritten URL to get it to work.
Mar
24
comment Custom feed without permalinks is 404 strangely
Its the index.php. I have another file in the root for other parts of an existing site when the other site htaccess mod rewrite rules dont match the rest get passed to wp-index.php. Its basically index.php of wordpress renamed and points to the directory that WP is installed. Below is the call to fire off WP in it. /** Loads the WordPress Environment and Template */ require('./lib/wp-blog-header.php');
Mar
23
revised Custom feed without permalinks is 404 strangely
added 302 characters in body
Mar
23
asked Custom feed without permalinks is 404 strangely
Mar
22
accepted Pull certain Wordpress posts on custom CMS instead and 301 wordpress to it?
Mar
22
accepted stdClass::$labels /wp-includes/general-template.php undefined
Mar
22
answered stdClass::$labels /wp-includes/general-template.php undefined
Mar
22
answered Inserting shortcode is blanking excerpt - any ideas?
Mar
22
comment Inserting shortcode is blanking excerpt - any ideas?
Ok im learning a bit more about it and when its happening. If I wrap all content in it it returns blank. Say its 10 paragraphs long and I wrap the first 9 the paragraph remaining unwrapped gets picked up as the excerpt. So its wiping everything wrapped in the tag from the_excerpt and if anything is outside of it becomes the_excerpt. Not sure it that helps but im unsure where to go with it. I never seem to have much joy with writing shortcodes.
Mar
22
comment Inserting shortcode is blanking excerpt - any ideas?
Just to note I have also tried just the standard the_excerpt() in my partials/type-loop.php instead of trg_excerpt_article() which is also blank.
Mar
22
comment Inserting shortcode is blanking excerpt - any ideas?
I gave this a whirl and ran the shortcode like I would on the_content but still returns blank.
Mar
22
comment Inserting shortcode is blanking excerpt - any ideas?
Sorry I appreciate its quite hard without posting some code up so ive edited it with whats useful and stripped back to make sense. Tried a few more things but im still getting blank on the ones which ive wrapped the output in the shortcode.
Mar
22
revised Inserting shortcode is blanking excerpt - any ideas?
added 1298 characters in body
Mar
21
asked Inserting shortcode is blanking excerpt - any ideas?
Mar
20
awarded  Tumbleweed
Mar
18
comment stdClass::$labels /wp-includes/general-template.php undefined
Added a bit more information which might help point to whats missing/going wrong. Thanks for the help.
Mar
18
revised stdClass::$labels /wp-includes/general-template.php undefined
added 380 characters in body
Mar
18
asked stdClass::$labels /wp-includes/general-template.php undefined
Mar
18
accepted Canonicalization + Custom Post Types not working as expected
Mar
16
comment Canonicalization + Custom Post Types not working as expected
Moral of the story from this for me sleeping on it is if you include variables in the url string make sure all are passed in even if you don't believe Wordpress will use them for thoroughness then this should not occur. Hopefully this will help someone else in future.