aclion111
Forum Replies Created
-
> including a shortcode of a template into the accordion
Tried that, didn’t work. It *appears* in the accordion, but is not editable. Likely doing something wrong then.
What kind of template? Section? Content?
I also tried nesting, creating 1st a generic “master” template
Then I included that master template via shortcode into other EDITED templates.
Finally I included each of THOSE templates’ shortcodes into the accordion.
Again, they appear as expected — but if I edit the master, the changes did not propagate into the accordion’s displayed templates.
Hi @braekling
I asked over on Matomo issues,
https://github.com/matomo-org/matomo/issues/12963#issuecomment-391442991and, as advised, added
session.auto-start = 0;to my “php.ini”
That *does* appears to remove the warning above^
BUT, not, _in_ WP, the WP-Matomo top-bar item *always* says “Loading …”,
When I visit the respective link
https://example.com/wp-admin/?page=wp-piwik_statsI get all my numerical/table data, but no graphics/charts.
If I remove
session.auto-start = 0;from php.ini, I’m back to normal with the Plugin — BUT, again, have that warning^
Did you read our manual?
Yep, several times. And it was, to me, obviously NOT clear.
OTOH, this
Means that the permalink /%category%/%postname%/ is ONLY valid by using the same categories for pages as it is for posts.
is nice & clear. Thanks!
Meh, can’t edit a prior post!
So, to finish …
What am I missing so as to get the Permalinks working WITH the Page category?
Forum: Fixing WordPress
In reply to: WP Composer-install in a site subdirectory?got it figured out
Forum: Fixing WordPress
In reply to: WP Composer-install in a site subdirectory?@jdembowski
Re: “Reason: Fixing amazingly broken formatting”I _would_ have fixed it (post-surprise that simple markdown isn’t supported), and tried — but my post edit was put on administrative/moderator hold, then some time later, posted with the option to edit it REMOVED …
‘preview-before-post’ would also help a great deal to avoid such editing-messes, and wasting your time, too!
thx a lot for fixing it ‘on your nickel’, though!
@johnpbloch
hi. so iiuc /blog _under_ my existing public,<project> public/ index.php blog/ public/ index.php etc etccorrect?
It appears that johnpbloch/wordpress-project hasn’t been updated for quite a long while. afaict, it doesn’t NEED to be. for building a project based on your wp/composer skeleton, using this project *is* still the right choice?
Finally, just since i’ve never yet done this with WP, particularly with this composer-based solution,once I’ve set up ‘your’ skeleton as above, do I still need to “run an installation” step? or is a manual config of wp-config.php sufficient?