cscarnevale
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Openstrap] No Content in HeaderHi Pavan. My test site is at https://test.charlestonpermaculture.org/ I ended up figuring out that the header logo and the widgets will only display if I check “Show header text with your image.” But now that the header logo is showing, the header widgets are moved too far to the right side. I noticed that when I made the first change after installation, the margins scooted inward and I wonder if the problem has something to do with that.
Hi UaMV,
I’m interested in trying Collapse-o-Collection, but I’m not sure how to install it. Do I need to rearrange some files or directories to make it work? I thought I had it going fora while (I had it activated in WordPress backend), but it was making some weird things happen (i.e. disable the “preview post” feature), so I’m thinking I didn’t install it correctly.
Thanks.
Forum: Plugins
In reply to: [Shaun's WP Query Shortcode] Extra Brackets Show UpNevermind. Extra brackets showing up was the result of doing shortcodes in visual editor, rather than HTML, I think. Switching to HTML view and presing backspace a lot took care of it.
Forum: Plugins
In reply to: [Page-list] List Subpages With a Certain TagI got it. Thanks to another user pointing me toward WP Query and setting parameters, that’s the route I went.
I downloaded the plugin Shaun’s WP Query Shortcode and used the shortcode to place the list within my page, then I set the tag and post_parent parameters as such:
[wpquery tag=<strong>example-tag</strong> post_parent=<strong>2</strong>] [wpq_index] [/wpquery]
Where “example-tag” was my tag and “2” was my parent page of which I wanted to display the child pages.
Forum: Fixing WordPress
In reply to: WP List Pages or WP Dropdown Limited to a Certain TagI got it. Thanks to another user pointing me toward WP Query and setting parameters, that’s the route I went.
I downloaded the plugin Shaun’s WP Query Shortcode and used the shortcode to place the list within my page, then I set the tag and post_parent parameters as such:
[wpquery tag=<strong>example-tag</strong> post_parent=<strong>2</strong>] [wpq_index] [/wpquery]
Where “example-tag” was my tag and “2” was my parent page of which I wanted to display the child pages.
Forum: Fixing WordPress
In reply to: Page Tags Query in Only One SubdirectoryYes! post-parent parameters did it! Thank you. I used the plugin Shaun’s WP Query Shortcode to place the list within my page, then I set the tag and post_parent parameters.
For example, after installing Shaun’s WP Query Shortcode, I just entered:
[wpquery tag=nitrogen-fixer post_parent=2] [wpq_index] [/wpquery]
Where “nitrogen-fixer” was my tag and “2” was my parent page of which I wanted to display the child pages.
Thanks!
Forum: Fixing WordPress
In reply to: Page Tags Query in Only One SubdirectoryMaybe I mean subpages.
i.e.
-example.com
-example.com/plants
-example.com/plants/plant1
-example.com/plants/plant2I want to specify in my query to only pull results from subpages under “plants.”
Does this make sense?
I also found this plugin “List Pages Shortcode” that looks perfect if I could tweak it to output subpages with a certain tag:
https://www.ads-software.com/support/plugin/list-pages-shortcode/