The limit tag has no wiki summary.
0
votes
1answer
14 views
Setting limit to posts or page creation
This is regardging to On multisite installation and setting limit to content creation by sub-site admins.
I want to set a limit for posts,pages or any custom post types for any sub-site admins. So ...
0
votes
1answer
20 views
Wordpress User Name Limitations
I need to know what the wp specifications for the usernames are. Like allowed minimum and maximum length, are special characters like ü,ö,ä,ß accepted,..?
Unfortunately I couldn't find any insight on ...
0
votes
1answer
145 views
Wordpress Defined Memory Limit
Running a dedicated managed server with 2 GIGS of RAM. How much memory can I define in wp-config.php
Currently I have
define('WP_MEMORY_LIMIT', '256M');
I have a suspected plugin that resizes ...
0
votes
2answers
473 views
Customizing get_the_excerpt() to specific length and “Read More” output.
I am costuming a template. There is a list grabbing the introduction from the first 1-2 paragraphs (all the articles from a category). If I set the excerpt to 295 words, sometimes the list grabs ...
3
votes
2answers
112 views
Stop users from logging in from multiple locations
We are running a membership site. However, we have a problem with users that subscribe to our content that are sharing there login information with other people, circumventing the need for those users ...
2
votes
1answer
68 views
Restrict access to post if it is currently being edited
On a platform with many Editors, the problem that I am experiencing is that two editors proofread the same post simultaneously (and disregarding the warning notice about someone else currently editing ...
0
votes
1answer
37 views
Category that can hold only specific number of post
I would like to know is there any way/Plugin to limit the the post number of a category? And whenever user publish new post in that category then the category release the old post automatically?
Like ...
1
vote
2answers
126 views
Limit the_excerpt with max of x characters
What I'm trying to do:
I want to display the_excerpt, but I have a maximum of x characters the_excerpt may use, but I don't want to display a couple of characters of a word, only whole words.
Some ...
0
votes
0answers
36 views
posts_per_page is set to 1, returns 50 posts
I'm trying to get the latest post in a custom post type:
$query = new WP_Query(array(
'post_type' => 'some_custom_post_type',
'posts_per_page' => 1,
'orderby' ...
0
votes
1answer
238 views
Limit the menu child levels under “admin > appearance > menus”
in my effort in making the WP backend as user friendly as possible, I'm looking for a way to limit the amount of child (or submenu items) of the menu(s) under "admin > appearance > menus". They idea ...
1
vote
1answer
70 views
Is there a limit on the size of a WP page?
I have a plugin that generates a gallery of user photos. Currently, it works using img tags pointing to the user photo image. It attaches to the the_content filter.
I'm experimenting with converting ...
2
votes
2answers
47 views
Can I hook into user registration *before* a user is created?
I want to limit registration based on the domain associated with their email address. I was looking at the user_register action hook, but it fires after the user is already inserted, which, although ...
1
vote
1answer
115 views
register_post_type name character limit
I need to create a new custom post type, but the issue i am having is that the name i want to give is longer than 20 characters.
Is it possible to override this with a hook or filter?
I tried to ...
2
votes
1answer
117 views
dynamically limit depth of wp_list_pages
I guess that this should be an easy one but I haven't yet find the proper solution.
I want to limit the depth of wp_list_pages so as not to display the pages of the last level. So supposing that ...
0
votes
1answer
107 views
Show ellipsis (…) only if the number of characters exceeds limit defined in substr
I'm limiting the number of characters in the title with substr. But even if the title is less than 50 characters, being shown the ellipsis (...). I would not display the ellipsis if the title does not ...
2
votes
2answers
1k views
limit the words in the post content and add read more link
As you can see into the code, the routine is to display the post which has an id of 266. Now all I want is to limit the words displayed in the post content of that post. Let's say, I want to limit the ...
0
votes
1answer
129 views
Truncating characters in Advanced Custom Fields works some places but not others?
I'm using the Advanced Custom Field plugin - although I'm not positive that is relevant. Nonetheless, I can't get substr() to work at all using this method:
$givchars = 5;
$postgiv = ...
2
votes
1answer
931 views
How to limit user to publish post per day and per role?
I would like to know is there any way/Plugin to limit the user published post (in a given time span) by his role?
Like this:
Role A -> 1 post per day and 30 post total.
Role B -> 10 post per ...
2
votes
1answer
165 views
Is there a limit on the number of attachments?
It seems there's a limit on the number of attachments of a post?
I have 265 images uploaded for one of the posts (yes, I know it's quite a few), and when I want to put them into order. The result: ...
1
vote
1answer
192 views
Limit the Excerpt field in WP-Admin in words
Is it possible to limit the Excerpt field on the post page in words? Note that I am aware that it's possible to echo the excerpt and limit it in words, but I want the field itself to limit the amount ...
1
vote
1answer
33 views
Comments view limited to 20 results - any way to increase to 50 or 100?
Each day I manually delete the spam posted on my blog. The comments view allows a maximum of 20 comments in the view. When I have 200 spam entries - I need to click through 10 times to get rid of it ...
5
votes
1answer
241 views
Changing the username character limit from four to less characters
I want to create a user account on my multi-site installation of Wordpress with a username less than 4 characters. But since Wordpress has a limit of usernames at least being 4 characters, this error ...
3
votes
1answer
195 views
Restrict users from editing post based on the age of the post
How can I restrict users (based on Capabilities) from editing their published posts after a custom amount of time.
For instance, a user that can publish_posts (authors) can not edit a their post if ...
4
votes
1answer
153 views
Decrease file size upload in Media
By default, I have a 2m limit of uploads. I want to decrease this number. I found out that this code:
function custom_file_max_upload_size( $file ) {
$size = $file['size'];
if ( $size > ...
5
votes
3answers
185 views
Ability to set character limit in BuddyPress?
I would like to limit characters in BuddyPress posts to certain limit . Ex: Set it to the limit of 150 ... just like twitter's 140.
Googled about it and found nothing. Does any one have Idea on this?
...
-1
votes
1answer
178 views
wp trim function not working
Ok i have this code currently.
<?php
query_posts('category_name=widgets2');
echo "<div id='widgets-wrapper2'><div id='marginwidgets' style='overflow: auto; max- width: 100%; height: ...
0
votes
1answer
180 views
limit posts per page
I am working with category.php. I have my posts returning how I want them, I am getting the child categories how I want them but now I am trying to add pagination and limit the amount of posts to 3. ...
0
votes
3answers
145 views
Allowed memory size exhausted. WordPress side solution
I'm getting a well known error from the question title. The problem is, website is running on a shared server and I don't have access to php.ini file.
I've set `php_value memory_limit' inside ...
0
votes
0answers
9 views
Limit on Characters for Custom Field output in Loop [duplicate]
Possible Duplicate:
Truncating custom fields
Is there any way to limit the output of characters by a function inside the loop?
I am pulling custom fields from cpts and one of them is an ...
4
votes
2answers
487 views
How can I limit the number of comments per registered user per day in wordpress?
I found this code here on WPSE:
global $current_user, $post;
$args = array( 'user_id' => $current_user->ID, 'post_id' => $post->ID );
$usercomment = get_comments( $args );
if ( 1 <= ...
1
vote
2answers
423 views
Limited number of paging to 10 “pages: 1 … 10”
How to limit the function of paging down to stop at number 10?
Eg: pages: 1 2 3 4 5 6 7 8 9 10.
function kriesi_pagination($pages = '', $range = 2)
{
$showitems = ($range * 2)+1;
global ...
0
votes
1answer
421 views
How to limit the max number of characteres in the title that are displayed
I am following this tutorial — "Display Your Popular Posts In WordPress Without A Plugin" and want to limit the max number of characters in the title that are displayed. Also, why is the thumbnail, at ...
1
vote
1answer
170 views
Limit the number of pages created by the paging
Any way to limit the number of pages that are created automatically by paging? I would limit to five pages in all, authors, tags, categories ... Ex: "site.com/tag/news/page/5", ...
0
votes
1answer
1k views
Limiting the number of posts in WP_Query leads to unexpected result
The following is supposed to display 10 posts.
Sometimes it displays 11, sometimes 12, and sometimes the desired 10 posts. It behaves the same if I swap posts_per_page for showposts or numberposts .
...
1
vote
1answer
120 views
Get latest 3 posts from multiple CPT in one query
I'm looking to create a site wide feed on my site and have multiple custom post types. I'd like to display say 3 posts from at least 3 different post types. I can get the latest 10 posts across each ...
2
votes
4answers
630 views
Different number of posts in each category
I have categories driven site. I have different template for each category. I would like to set different number of posts – different for each category. Plus I would like to add proper previous and ...
0
votes
1answer
192 views
Fixed height of the_content()
I have page with news. I'm displaying them as a shortened text (300 chars limit), I'm removing any images using preg_replace() and everything looks fine, until someone uses line breaks in his post. ...
1
vote
2answers
269 views
Character Limit w/ Excerpt removes Images Why?
So I limited the amount of characters per post via the_excerpt('50') but it removes the image that I added to my post. How can I bring that image back so it shows up above the post then limits the ...
0
votes
1answer
513 views
Limit number of posts in wp loop
I am using this code to get posts of specific taxonomy. It displays 10 posts by default. How can I set my own limit?
<?php
$count = 1;
$the_query = new WP_Query( array( 'brand' => ...