Automatic generation of "featured pages"?
-
I have been working myself through the source code of Customizr and, yes, it’s well written.
I am looking for the simplest way of changing the generation of the featured pages on the frontpage WITHOUT changing the source of customizr.
Right now the admin has to change these posts/pages manually. But I want the 6 newest posts that have the tag “frontpage”I have already read most of the codex, made a child theme and I have already “played” with the original code to let me have 6 featured pages instead of 3. (That worked)
I am not a total newbie in php and could write a query that gets these 6 newest posts that are tagged with “frontpage”, but HOW would I change the original function that is build into the class
TC_featured_pages
right now?
I guess, some combination ofremove_function
andadd_function
will be the answer, but I am stuck…Anyone?
- The topic ‘Automatic generation of "featured pages"?’ is closed to new replies.