admin管理员组文章数量:1415467
is here any method , that can make specific widget for each post and page? I mean, for example here is widget html:
<div id="heatmapthemead-secondary-sidebar-container" role="complementary">
<h4 class="widget-title">bla bla bla </p></div></div>
But can i make different text here for every page and posts? Any help of function.php
?
For example for Post 1 it should show NEw york
for post 2 washington and so on. Different widget for all posts?
is here any method , that can make specific widget for each post and page? I mean, for example here is widget html:
<div id="heatmapthemead-secondary-sidebar-container" role="complementary">
<h4 class="widget-title">bla bla bla </p></div></div>
But can i make different text here for every page and posts? Any help of function.php
?
For example for Post 1 it should show NEw york
for post 2 washington and so on. Different widget for all posts?
1 Answer
Reset to default 0You should be able to do what you want with the Category Country Aware (CCA) Plugin. (it's for use within post/page content but also includes the widget below).
Option 1: (only for posts and if you are happy to create one off categories):
- Create new categories for say "Washington" and "NY" via WP Admin
Dashboard -> posts -> categories
. - In the post editor associate each post with the relevant new category.
- Add an entry (text, HTML, JavaScript) with specific content for "NY" to the CCA widget, save then repeat for "Washington" etc (example below).
.
You can use multiple CCA widgets ("text" or "RSS"), so you could use a second widget to say display local news for that city.
Option 2: If you want it to work with pages, or don't want give posts an extra unique category, want to use shortcodes, or would like to use the widget as a canvas for your own PHP then:
- Additionally install this (free) Extension to the Category Country Plugin
You can then add a custom field cca_category and value (e.g "Washington") to your posts and pages. The CCA widget will check if the post has a matching "cca_category" before checking for a matching WordPress category. (Section 4 of above link provides details on how to do this).
Declaration of interest! : I'm the plugin author.
本文标签: pluginsAny method to make specific widget for every post and page
版权声明:本文标题:plugins - Any method to make specific widget for every post and page? 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1745154778a2645101.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论