Tagged Questions
0
votes
2answers
34 views
How to add character to content of post?
In per posts, there are "oo/x/".
How to add "0" before "x" if length(x) < 10 ?
Examples:
x=12345678 ; length(x) = 8, so add "00" before x ===> x=0012345678
x=1234567 ; length(x) = 7, so add ...
0
votes
0answers
18 views
Nestle post type under category WordPress
I have previously asked this question on the main Stack site but haven't received any answers so I figured I would ask it on this side.
I'm using a plugin called Easy Recipe that creates posts when ...
0
votes
1answer
42 views
Editing “Kahi's Highlight Used Categories” plugin code - highlighting parent and child category in post page
I´m trying to highlight (using css), the child and parent categories in use in the selected post.
So I´ve found this plugin "Kahi's Highlight Used Categories".
Plugin´s website: ...
0
votes
1answer
38 views
How do I rename a category in the menu bar only?
I'm surprised this hasn't been asked before, but I couldn't find it via search.
I'd like to do:
Full Category Name -> Text in Menu Bar
Exercise Tips -> Tips
Reviews of Exercise Equipment -> ...
1
vote
1answer
82 views
Way to force media uploader use custom image size
I've implemented media uploader to my custom category image plugin and was wondering can I somehow force it use my custom image size I've set only for categories.
... So in screen shot above, I'd ...
0
votes
1answer
38 views
single.php fires more than once after clicking on any post to view with different post id each time
I am now experiencing a wired problem with my wordpress installation. I was surprised when I saw post view counter of another post also increased including the the post on which I clicked to try and ...
0
votes
1answer
33 views
How can I add the custom taxonomy categories to the posts and pages?
I'm trying to build new wordpress plugin.
Additional to the default wordpress categories box in the publishing screen of posts and pages, I want to add another box for custom taxonomy categories , How ...
0
votes
1answer
113 views
How can i list random post from multiple category?
I have an author page, and I want to list posts from current author's categories.
e.g. I'm viewing John's page, and John wrote in Sport, Tech, News, Computer categories.
Then my code list from this ...
0
votes
1answer
53 views
How can i listing current category and Featured Category post list?
I have a Featured Post Category. Im marked some post Featured. When i viewing a category page(e.g. Sport), i want to list on sidebar both marked post list (e.g Featured and Sport,)
I tryed with that ...
0
votes
2answers
141 views
Ambrosite Next/Previous Post Link Plus or WP next_post_link to cycle through top level category
I have installed Ambrosite Next/Previous Post Link Plus and I'm not sure how to configure it to achieve what I'm looking for.
I have a post category like below:
Parent category -> Sub category -> ...
0
votes
1answer
95 views
query_vars in plugin when using custom permalinks
I am trying to do the following
I need to get the category of the current page at the plugin level so before it goes to archive.php orsingle.php
so i have a plugin to do this and based upon ...
0
votes
1answer
118 views
How to show custom static content at top of each category page?
I want to display custom static content, essentially an image and a small description, at the top of each category page (different for each category and sub category), displayed above a list of titles ...
1
vote
2answers
183 views
Show Heirachy of categories in WP Download Monitor
I have the Download Monitor Plugin installed and it works beautifully, I just have a question regarding the categories.
I have a parent category, Issue 0, which will have anywhere from 3-6 sub ...
2
votes
2answers
128 views
Restrict access and display for categories
Is it possible to choose specific categories that will only be displayed to logged in members?
I tried to find a plugin or a PHP solution that does that but could not find anything that was still ...
1
vote
1answer
81 views
Assign post format to categories
I'm looking for a way to allow Wordpress (via a plugin?) to assign a specific post format to categories. (I can assign categories via a third party like IFTTT)
Then all my posts in a certain category ...
0
votes
2answers
214 views
Categories from front-end, checkbox selection doesn't work
I'm using the plugin Post from site, which sets up a WP front end writer. I changed some line of code because I need to select categories with checkboxes and not with a multiple select (as it was ...
0
votes
0answers
28 views
plugin to set post category based on given date associated with post [closed]
i'm not a coder, and would like to make a setup like this:
three categories:
upcoming
today
past
post in this case would represents events, whereby they have an associated date (not to be ...
0
votes
1answer
53 views
Twitter List Tweets and Delicious Links as Posts
I'm trying to integrate Tweets from a Twitter list as individual posts categorized as "Twitter," and trying to do the same thing from a Delicious account.
I've found several plugins that will add ...
0
votes
1answer
69 views
Display static pages instead of category, in code
I'm very new to programming and not sure how to go about this. The following code returns 3 category names and feature images and then outputs them on the page.
<div id="footer">
<div ...
-2
votes
1answer
647 views
How to display subcategories after click on parent [closed]
I have categories and subcategories and I am showing on my web by widget. Now I have set with structure and I have this:
Parent 1
Child 1
Child 2
Parent 2
Parent 3
But I want to show just ...
0
votes
1answer
391 views
How to use get_categories() with Event Organiser plugin
I want to display my categories in tabs. All is good, except my "Upcoming Events", created with Event Organiser (awesome plugin at http://wordpress.org/extend/plugins/event-organiser/), are not being ...
1
vote
1answer
374 views
Using WP Category Lists Plugin to Dynamically Display Category (PHP)
I am trying to use the Category Posts (WP-CPL) plug-in on a blog I'm working on to filter 'Recent Posts' by category. Basically, when someone clicks on the category name on the blog, I would like it ...
1
vote
1answer
404 views
Plugin to set all Posts in a certain Category to a certain Post Format
I want to setup my WordPress so that whenever I create a post with the category "Tweet", my wordpress installation automatically changes the post format from post to aside. This will help me because I ...
1
vote
1answer
131 views
Calendar Solution: Handling upcoming Dates with Posts?
I'm not sure I'm allowed to ask a question like this on this forum, however I'll try. My question is not yet about a technical problem but how my complete theme-architecture might be build to fit my ...
-1
votes
1answer
223 views
Make a Custom template for a specific category in wordpress
I am having issue with a custom category template. I want to create a new template for my specific category "VIDEOS" so that all posts under this category show in new style. Basically, i want to show ...
0
votes
1answer
48 views
Create categories on blog creation? [closed]
I hav ea wordpress network running, what I'd like to do is create a plugin which detects when a new blog is created in the network then automatically adds a set of predefined categories to the blog.
...
1
vote
2answers
70 views
Events Plugin that works with existing categories?
I have a series of categories on my website that are fixed, i.e. The client has specifically asked that I leave them.
Now however, they would like me to add an events plugin so they are able to add ...
0
votes
1answer
362 views
wp_insert_post_data filter to set category
I am trying to set additional "default" categories. I figured by hooking into the wp_insert_post_data filter, I could use $postarr to set the category. It doesn't seem to be working? Can someone offer ...
1
vote
2answers
393 views
Excluding a category from wp_query breaks recent post widget
Good Afternoon,
In my theme I have two separate pages for blogs. The main blog page, "news.php", holds our standard news, thoughts, events type of posts. The second blog, "questions.php", holds ...
2
votes
1answer
402 views
Set a category for a page
My current theme has a portfolio section where you can have an array items based on what category they are in. My problem is that I have several pages that I want to be in the portfolio section but ...
1
vote
1answer
259 views
How to display a category list in a mediawiki like way?
I would like to reproduce on Wordpress the same behaviour of mediawiki when it comes to display the posts of a certain category (with an alphabetical order, in columns and using first letters in bold ...
7
votes
3answers
904 views
How can I allow commas in tag names?
I want to allow commas in tag names? For example, "hello, world" or "portland, or" but Wordpress keeps separating them. I can do it from the categories page:
And it shows up fine. But anything ...
-1
votes
1answer
62 views
formatting the way posts show up
I recently installed the plugin List Category Posts so that my categories show up on the correlating pages. It worked great, only it modified they header size, font, and added a horizontal scrollbar ...
0
votes
3answers
2k views
How to get Recent Post From Each Category with Thumbnail?
For Example,Now I have 3 Categories Like Food,Transport,Technology.Under These Categories I have Many Posts.Now I Want To Show the Latest Post From Each Category.{How to get Recent Post From Each ...
0
votes
2answers
545 views
Recent posts per category loop?
I need a loop/plugin/widget to display latest posts from the category the user is browsing and at the same time if he visits the home page, it should show posts from all categories (not a specific ...
0
votes
1answer
38 views
Is changing post from category in a large blog a good practice?
I was reading this question "Changing post category based on its post date" because I have some similar situation... Also the majority of "featured post" plugins on wordpress works by specifying a ...
0
votes
1answer
79 views
Category “same post” retreive and display
I have made a multiple category. Each item belong to one or more category. So when display one item, i like to retreive the category of this item, and display all post that have belong to that ...
0
votes
1answer
60 views
Wordpress “Categories to tag converter” not working on imported Blogger posts
I just imported a blog from blogger to wordpress recently. The blog consisted of about 3500 tags in total. On importing them into wordpress, they were converted to categories for some reason.
I have ...
1
vote
1answer
184 views
Wordpress “Categories to tags converter” not working. Pointing to import.php instead
I just imported my posts from blogger into wordpress. In doing this, the tags were converted to categories for some strange reason.
I am now trying to convert them back into tag using wordpress' ...
2
votes
2answers
130 views
Server-side subscribe by email?
Is there a server-side email solution that will allow users to subscribe to updates via email and, specifically, also be able to do this by category?
I'm aware of Aweber and Feedburner being able to ...
1
vote
2answers
2k views
Trouble with editing template for “List category posts” plugin
WP 3.0.4
local installation, multisite network enabled
theme: Twentyten
plugin: List Category Posts v .15, network activated
I've created the folder list-category-posts inside my theme folder, and ...
2
votes
1answer
1k views
Plugin for changing a post's category based on it's post date?
Is there a plugin for Wordpress that will change a post's category based on how long that post has existed?
I have seen other Wordpress plugins that use a library called "simple pie" to manage a ...
1
vote
1answer
966 views
plugin for wp_list_categories with posts
Is there a parameter that can be passed to wp_list_categories, to get a certain number of posts from each category? Or a plugin that does something like that? A similar question was in the Wordpress ...
0
votes
2answers
286 views
Best/Correct way to add an option to a category
I'm currently writing my first plugin, which will let the site admin/editor use a different image as a background/header for each post/page, and I would also like to have defaults for each category.
...
3
votes
1answer
666 views
Qtranslate displays empty categories with get_categories()
I am using qtranslate (Wordpress Plugin) on a website and I don't want to display categories that don't contain posts for a language.
So when I do get_categories() (without qtranslate) the ...
1
vote
2answers
108 views
My Category is too big on the Menu what can i do?
Currently I have a small amount of 100 categories and my MENU goes crazy big and I would like to be able to do 2 things if possible:
First category menu with limited amount categories sorted by hits
...
1
vote
1answer
102 views
Any built-in function to associate a post to category through a plugin?
I have a post ID and I'm just trying to find a function ( I was thinking of something similar to wp_update_post() ) where I can just pass a post ID and maybe a category ID or slug and have it ...
0
votes
1answer
243 views
Getting a List of Categories for Use in a Plugin?
I need to access a list of all categories for a plugin I'm working on, I know that there is the wp_list_categories template tag for use in themes. What would be the best way of accessing these ...
