xiscomax
Forum Replies Created
-
thanks for the quick response, you know when the new version will be available?
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.Hello again, I hope not to bore you with this.
Performing tests in index.php
Eliminated this part of code.
<?php $i = 1; if(!empty($_GET['sort'])) { $orderby=trim($_GET['sort']); $order=trim($_GET['order']); $key=trim($_GET['key']);
Result index.php file as follows.
<div class="list"> <?php $posts = query_posts($query_string .'&caller_get_posts=1&orderby='.$orderby.'&meta_key='.$key.'&order='.$order.''); ?> <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?>
Functional seems good, but I want not remove those functions from that part of code.
I should add any GET or modify this piece? To keep it?
Pardon my English is not my language.
Greetings
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.I just realized the sticky posts that are not maintained in the highest within the categories.
Results tested with the default wordpress theme.
It is then a failure of wordpress?
Whether or not a failure is what I want but in the main page too.
In that case, I have to change any file, not the wordpress theme?
Greetings and thanks
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.Sorry, https://wordpress.pastebin.ca was translated with Google when you post the pastebin and modify the code. Php
Here you can see the code again. https://wordpress.pastebin.ca/1674073
Excuse you, but I just check that your code works but only appear integrated sticky posts from the 2nd page.
In index and categories continue to display the sticky sticky posts first.
Again thanks for your help.
The theme I use, is classipress. is a great pity that the support forum has little activity.
Now I’m more happy seeing something that runs your code.
Any idea to work on the front page and in categories?
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.My theme is to pay, but we can see the full index.php.
https://wordpress.pastebin.ca/1673555
thank you very much
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.Thanks but not work.
The sticky posts are still in first place.
?
Forum: Plugins
In reply to: The sticky posts to integrate with the normal posts.I do not work, maybe not done well.
this is my code in my template index.php.
any other help?
<div class="list"> <?php $i = 1; if(!empty($_GET['sort'])) { $orderby=trim($_GET['sort']); $order=trim($_GET['order']); $key=trim($_GET['key']); // create the sort by injection $posts = query_posts($query_string . '&orderby='.$orderby.'&meta_key='.$key.'&order='.$order.''); } if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php if ($i % 2 == 0) { $alt = " class=\"alt\""; } else { $alt = " class=\"no\""; } echo "<div" . $alt; if (is_sticky()) { echo " id='sticky' "; } echo ">"; ?>
Forum: Plugins
In reply to: Wp-Classifieds plugin, more images ?Nobody who can help me?
Forum: Plugins
In reply to: Force exact dimensions for Medium size image.Use wordpress as Photolog, and my design theme to display 2 galleries with images square.
Gallery 1 with thumbnail images
Gallery 2 medium with imagesI think that chooses to use that option, use the thumbnail configured to the needs of an image median. 300×300 and for display in the gallery thumbnails rescale the images to 150×150 with style = “width: 150px; height: 150px;”
correct?
But I would like to know if you opened any better way.
Thank you.
Forum: Plugins
In reply to: Force exact dimensions for Medium size image.What I want is that both the height and width of the image are the same medium.
forgiveness for my English, Spanish’m xd
Forum: Plugins
In reply to: Force exact dimensions for Medium size image.In my blog use all 3 types of images generated by wordpress.
Miniature 150x150px
Medium 300x300px
Large 800×600 or 600×800And I need that the image has a median ratio symmetrical in both height and width, no matter who cut part of the picture.
That means an original image, for example. 1024x768px that would have grown to 300x300px.
I do not understand because it only allows wordpress generate thumbnails not symmetrical and medium-symmetrical.
Forum: Plugins
In reply to: Random posts on index page in WordPress 2.3Some aid? please
Forum: Plugins
In reply to: Random posts on index page in WordPress 2.34k What I want is to show the entrances in index.php at random.
Forum: Plugins
In reply to: display random posts on index pageI am mui interested in this The Loop but I do not understand well where to add the code?
Podria somebody to explain in which file is added?
ThanksForum: Fixing WordPress
In reply to: Different content in index.php and single.php ?xD thank you very much moshu, your information to served perfect, I hope to me to be able devolverte the favor.
Thanks.
Me cheered ace the Day. ??
I feel my English, I am Spanish