B
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Customizr] Display Custom Post Type | Need PHP | Need Steps@michael … there is a Customizr Theme user, using this plugin and loving it, so I am very encouraged. The Support Threads are active with resolutions. I will give this plugin a go, and report back the Customizr Community! ?? B
Forum: Themes and Templates
In reply to: [Customizr] Display Custom Post Type | Need PHP | Need Steps@michael … thanks I will go check it right away! ?? B
Socks,
Ok, understand.
Thanks much,
BResolved!
Resolved!
Socks,
Ecstatic!
Fresh WP Install, fresh database, meticulous attention to naming conventions, in all areas … post_type and category items, … realizing that all ‘posts’ are posts … categories and tags apply to all genre of ‘posts’, with ‘genre’ being the important operand here, genres and groups, or groupings of posts … the biggest critical discovery of all, … the shortcode command/request/parameter/string (whatever the proper term is … lol) ‘taxonomy-slug’ … we got game!
We are displaying as we had requested! We are excited! Yay! Here’s the test site page … https://the-rv-life.net/rv-resources/rv-info-sites/
So, in summary, the biggest reason for the problems and the failure to display the list, as I had wished, had everything to do with fouling the works by fiddling with the initial naming of the post_type and then changing it, and then the unorganized, uneducated use of the functions in the Tools Menu > Clear Cache and Purge Posts … also the manual removal of lines in the SQL database by me … all of those actions/my actions made for a mess of the database I am sure. There were likely leftover fragments, that I then attempted to re-use and the database, just dug in would not deliver, to anthropomorphize the database, lol!
Databases demand precision people, they are a finicky animal.
Recommendation to a New User: Set up a test site, or know that you may need to start fresh, with a fresh WP Install, and a fresh SQL database after your trial period and learning curve. Note that a fresh database happens with a fresh WP Install, but it’s good for you(s) to know this.
All is well in the kingdom … Thrones tonight … yippee!
Cheers,
BPS – Thanks for the encouragement, coach! ??
PS – #2 … there is an issue with the naming of the php file, that must be added into the theme you are using, where we are instructed to do this, when you create your custom content post_type … in my theme, which is Customizr … the instructions are to name the php file single-yourfilename.php … in my case with Customizr Theme … you cannot name the file single- … leave off the single-. I will post up a separate thread on this … for Customizr Theme | Yoast SEO Plugin | CCTM Plugin users.Socks,
Crikey.
The Summarize Posts Button aka Shortcode Generator … output the query formats above … and to answer my own question … in the actual shortcode string … taxonomy_term … must be replaced with taxonomy_slug … and then viola the list shall be displayed, that sub-category item, with the exact slug rv-blog, displayed. Good gods.
This actual string displayed the list … [summarize-posts post_type=”rv_infosite” taxonomy=”category” taxonomy_slug=”rv-blog” order=”ASC” orderby=”post_title”] You don’t want the ‘parent-slug’ in there, you only want your PRECISE ‘category-slug’ in the query. Watch your s’s, your plurals, precision is key here, rv-blog, and rv-blogs, it makes a difference.
And Socks, just so you know, I write in detail mostly for me, and the ‘nubophyles’ who follow, I know you know your stuff. I also write in detail, in an attempt to assure myself that I have communicated as best as I can so that you can correct my thinking and/or understanding of this stuff.
I will keep at it and report later.
B
Socks,
For whatever reason I did not comprehend that the ‘Categories’ that are accessed from the fly-out menu under ‘Posts’ were applicable to the CCTM and its behavior. Duh. I thought it was more complicated, it isn’t, at least on that one aspect. Something finally clicked and I had an ‘aha moment’, thank the gods.
Ok, so I proceeded to make my ‘categories’ that associate with my post_type=rv_infosite. I went into my rv_infosite entries and made sure each one has the category boxes that apply to it ticked yes/selected. All the entries have at least, the rv-info-sites box ticked and then secondarily, most entries have have an additional two or three boxes ticked, depending on what the entry is, blog, forum, newsletter, etc.
This Summarize Posts Query WORKS …
1. summarize-posts
2. post_type=”rv_infosite”
3. order=”ASC”
4. orderby=”post_title”
5. DISPLAYS LIST – Yes Yay!This Summarize Posts Query DOES NOT WORK … Why?
1. summarize-posts
2. post_type=”rv_infosite”
3. taxonomy=”category”
4. taxonomy_term=”rv-info-sites,rv-blog”
5. order=”ASC”
6. orderby=”post_title”
7. DISPLAYS LIST – No
8. Actual Query (copy-pasted) – [summarize-posts post_type=”rv_infosite” taxonomy=”category” taxonomy_term=”rv-info-sites,rv-blog” order=”ASC” orderby=”post_title”]This Summarize Posts Query DOES NOT WORK … Why?
1. summarize-posts
2. post_type=”rv_infosite”
3. taxonomy=”category”
4. taxonomy_term=”rv-blog”
5. order=”ASC”
6. orderby=”post_title”
7. DISPLAYS LIST – No
8. Actual Query (copy-pasted) – [summarize-posts post_type=”rv_infosite” taxonomy=”category” taxonomy_term=”rv-blog” order=”ASC” orderby=”post_title”]For your diagnostic enjoyment, I should also say, relative to the categories, I set them up thusly, with RV Info Sites / rv-info-sites as the ‘Parent’ … I bring it to your attention as maybe that is the problem??? I dunno at all, I am perplexed, I hope it’s simple.
RV Info Sites – rv-info-sites / Parent Category
– RV Blog – rv-blog
– RV Books – rv-books
– RV Camping – rv-camping
– RV Forum – rv-forum
– RV … etcetera …Also, I am rightly, or wrongly, assuming that, ‘taxonomy_term’ means, and is calling for me to enter in the Summarize Posts Query Menu Box, my ‘category slugs’. Is this why I am not getting my list displayed???
Thanks kindly for your oversight,
BSocks,
Okay, YES! … “If you need to tag a post as belonging to multiple categories …”
I am going to move forward on that path … I’ll report back as I go along. I cannot be the only noob trying to tackle this stuff!
Thanks a bunch,
BSocks,
Also, bear in mind, that I only want to display lists, or categories of lists.
So, I suspect that I do not need/want to go into dropdown options and such, but I will let this all sink in and study that wiki you posted. I want to take the simplest path, for displaying lists. And I want the simplest path, because this arena is somewhat foreign to me, at this time.
Ok, thanks again for the homework, and the pointing me in a direction, I shall study.
B
Socks,
1. Thanks for this homework assignment, it’s a lot to chew on, and I will.
2. I do have the situation where many entries, also tag/category out to three, four, five different tags/categories, like RV Blog, RV Forum, RV Info Hub Website, and others to be determined.
3. I defer to whatever way you think is the best, the most logical way to go, it’s you who set the stage we all are playing on. And I know that I don’t know, so what you advise, is, ‘the word’. Grins.
B
Forum: Plugins
In reply to: [Custom Content Type Manager] CCTM Plugin & Customizr Theme – Display IssueSocks,
That’s insightful. At this time I only seek to use the CCTM to display lists, so I am hoping not to venture forth into theme-adapting-territory, but if I have to, venture forth, I will, with trepidation, lol at self. I’m skeerd.
B
Forum: Themes and Templates
In reply to: [Customizr] Changing the header?@wedplanner, good for you, we are well on our way to doin’ it right.
Cheers, BForum: Themes and Templates
In reply to: [Customizr] Changing the header?@wedplanner … for what it’s worth, I am noob also, I finally stuck my nose into the whole ‘child theme’ issue.
Themes & Co. is very good about advocating that we operate from a child theme, so I suggest you visit the Themes & Co. site, and download and install the Customizr Child Theme, it’s no cost to do this.
The main Customizr ‘parent’ theme stays put, installed on your site, and then you also install the child theme and you activate and operate from the child theme.
The deal/rule/logic is we never make alterations to the parent theme, we only edit/alter/customize the child theme … you will never lose edits, if you never make them in the parent, as the parent is always getting updated, but the two aspects of the theme work in tandem.
There is a plugin for making child themes, but in our case, we can go to theme source, and I just switched from the plugin version of a child theme to the Customizr version of its child theme, by downloading the child theme from the source, from the Customizr website.
Hope that helps, ??
BForum: Themes and Templates
In reply to: [Customizr] Child Theme – Adding a "Header" Widget AreaDZ,
Ok, ha, ha, that did not tell me where the pieces parts were hiding, smh!
As I was tooling around in the ‘Customization Panel’ you know the Customiz’It button/panel/section of Customizr … yay, lo and behold a pull-down menu appeared, titled Widgets: Extra Widget Before Header … now that’s what I was expecting/hoping for, but I didn’t know where this was, I stumbled upon it, thankfully.
I will experiment from here and see how it goes. Thanks for all your help! ??
B