Category -> Module 5, insert something into it? or make a new template?

Posted in: Newspaper
Post count: 156

Hello

We want to insert some custom contents in to category ‘s module 5 here

View post on imgur.com


could you please tell is this possible and how to insert shortcode there?

also, after we edit its template, could we save it as “new template” for later user? and so do not conflict with other sections that use same category

thanks

  • This topic was modified 10 years by AilyRoot.
Post count: 22421

Hello,

You can add content to that specific module when editing td_module_5.php:
http://screencast.com/t/q0PWwpZ0yLehhttp://screencast.com/t/oJwWrWK8Oz
You can filter your content by category by adding a conditional tag:
is_category( ‘x’ ) where x is the category id.
Here are more conditions you can use when building your code: https://codex.wordpress.org/Conditional_Tags
This should give you a general idea about how it can be done.

Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.