finbey
Forum Replies Created
-
Forum: Plugins
In reply to: [Single Categories] Only displays shortcodeResolved?
If not or similar questions please open a new Thread.
Greets
Forum: Plugins
In reply to: [Single Categories] Documentation link blankok seems solved.
If not please make a new thread…Greets
Forum: Plugins
In reply to: [Single Categories] Turn Off metaHi,
in the Plugin itself (edit the file via editor or wordpress edutor – single_categories.php) there is a line:
// If Links shouldnt displayed, remove true and add false // Attention, if you use, links will get forbidden and the "more" comment links gets hidden // Default is true $links = true;Does that what you need?
Greets
Forum: Plugins
In reply to: [Single Categories] Featured imageHi,
What exactly do you mean and how would that be showing?
I mean the plugin shows your normal posts just on another page not a lists of you posts?
So if you want to show an image isnt that more part of how you design the post? Or did i get sth wrong here?Greets
Forum: Plugins
In reply to: [Single Categories] No formattingHi guys,
sorry for the late anser, i were pretty busy for a while.
If you still have those problems, please send me a mail to
support@finbey.dewith additional infos:Which template do you use? Wordpress version you use Language your wp is in Plugins that could interfere withGreets,
FForum: Plugins
In reply to: [Single Categories] Wiki CategoriesHi,
Sorry for the late answer.
Yes, if you want to show one category on a different page then your post page, or rather any page this plugin is the right for you.So if you have a posts category you want to show on a page just follow the install tutorial.
Forum: Plugins
In reply to: [Single Categories] Cannot get plugin to workHi,
if your category_id is 1 you need to do this in the page you want to llet them be shown..
[category_id=1]nothing more.
If you want to show more or less entries, you need this paramenter as well:
[category_posts=x]So if you want to show 2 posts of Category id 1 you have to do this:
[category_id=1][category_posts=2]Greets
Forum: Plugins
In reply to: [Single Categories] Documentation link blankThe page is broken at the moment.
You just add the shortcode (like in the installation tab described) to your page. Whats missing in the installation note?
Forum: Plugins
In reply to: [Single Categories] Only displays shortcodeExcuse my delay.
Does it show the Shortcode when its activated?
Cause on you page is : “Testing plugin: Single Categories – currently deactivated. Shortcode below:”.So how does it looks when the plugin is acitvated? Can you make a screenshot?
Forum: Plugins
In reply to: [Single Categories] No formattingAh hi,
At the moment (i didnt even realised it) you can only choose one category. So 9,100,101,102,103,104 isnt allowed to use. Maybe i should add this in the next update..
So when you just add one (for example 9) is it formatting correct or is the problem not solved?
Forum: Plugins
In reply to: [Single Categories] Language problem in WP4I guess its resolved? If not write again please.
Forum: Plugins
In reply to: [Single Categories] Language problem in WP4Yes and no, in the past you did set your lang by editing the WP_LANG in the wp-config.php. With the new Update to WordPress 4 the WP_LANG is no longer needed. Just open settings in your backend and change the Site language (on bottom of the general settings).
There should also be a note like: ” Note: The WPLANG constant in your wp-config.php file is no longer needed. “. If you want to you can change it. The Single Category plugin doesn’t ask the wp-config file but the WordPress itself so it should work fine this way (I tested it anyway).
Im also gonna change this in the FAQ
Forum: Plugins
In reply to: [Single Categories] No formattingWhat do you mean with line breaks? I use it myself and linebreaks are shown regular.. Maybe got some url or screen for me so i can see it myself?
solved?
Hi,
To make this possible, you can use the WordPress More tag.
The plugin detects this “more-tag” and adds the “more link” like wordpress natively does.