gSaenz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Get post from only one categoryCan someone explain how the exclude works https://codex.www.ads-software.com/Template_Tags/get_posts doesnt say much, does it take a post ID or cat ID, both?
Forum: Fixing WordPress
In reply to: Display Comment Count – Next to Entry TitleA good idea to start using child themes.
Forum: Fixing WordPress
In reply to: Paginating archives next_posts_link to wp_link_pagesseems like if I change
'current' => max( 1, get_query_var('paged') )
to'current' => 0
it works, but it then gets rid of my prev/next text at both endsForum: Fixing WordPress
In reply to: Paginating archives next_posts_link to wp_link_pagesoh, of course.
It is almost working like I want. The only issue is that the numbers are backwards but i cannot see in the reference that this can be controlled. It is showingprevious 4321 next
Here is my code
<?php $big = 999999999; // need an unlikely integer echo paginate_links( array( 'base' => str_replace( $big, '%#%', esc_url( get_pagenum_link( $big ) ) ), 'format' => '?paged=%#%', 'total' => $wp_query->max_num_pages, 'current' => max( 1, get_query_var('paged') ), 'prev_text' => __('? anterior'), 'next_text' => __('siguiente ?') ) ); ?>
Ideas?
Forum: Fixing WordPress
In reply to: Display Comment Count – Next to Entry TitleIf you ‘want it back’ download the theme to your computer and replace that file only. Or if you haven’t done other changes delete and reinstall the theme.
didnt think about that, thank you.
Is there a way to suppress the value in a similar fashion as that?
<input type="text" name="email" id="s2email" value="Enter email address..." size="20" onfocus="if (this.value == 'Enter email address...') {this.value = '';}" onblur="if (this.value == '') {this.value = 'Enter email address...';}" />
So that it’s just an empty box
any ideas on how to remove the numbers only? and keep the arrows. I assume I can them move them (the arrows) to their respective ends (the corner below the picture) or even butted against each other in the middle would be fine.
thank you
Forum: Fixing WordPress
In reply to: one profile two emailsForum: Fixing WordPress
In reply to: one profile two emailstwo people use the same profile, they don’t want their own and want notification sent to both. harmck’s suggestion will do, though server forwarding instead of gmail
Im doing something similar, where I have more than one album in the same post. When one album is being viewed the others do not show. One difference thought I am using compact versions for all. Like so:
Text [album id=14 template=compact] Text [album id=18 template=compact] Text [album id=17 template=compact]
I’m not, and want to stay away, from using the sidebar text widget.
create a blank file and name it index.html
i second this motion, it would be very attractive to be able to position the “Translate” link by use of a shortcode.
Forum: Plugins
In reply to: Google AJAX Translation – Journalist Themeperfect, thank you
Forum: Plugins
In reply to: Google Translator does not workwhat is your site? what is the theme? what errors do you get?
Forum: Plugins
In reply to: [Plugin: Contact Form 7] drop down contactsaah, thank you