akabir
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: query_posts…and/or???Dear,
i am so happy to find the following code here,
function setcat_pre_posts($query) {
$testst = get_option(‘sticky_posts’);
if($testst[0]) { // If there’s first item, then we have stickies
if ($query->is_home) {
$query->set(‘cat’, ‘87,88’);
}
}
return $query;
}
add_filter(‘pre_get_posts’, ‘setcat_pre_posts’);this is what i need exactly, but unfortunately it`s not working with me.
any idea, suggestion why?akber
Forum: Fixing WordPress
In reply to: Visual/HTML optionsWhere did you install wordpress? locally or with any hosting with full linux features?
you see, when we host wordpress locally with xamp or apache you may face such problem, local host always can`t help/show you with every features of wordpress
Hi Corvy,
thank you so much for your suggested link.
but i think that would not go with my plugin..
i am looking for the solution with CONTACT FORM 7 word press plugins.could you help me with that one…
many thanks
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Not sending contents of messagethanks a lot ! it helped me a lot.
Hi,
i am new with Contact from7, could you please help me regarding following, what i see you needed the same and solved prob too.
i want another filed with this from, just a select menu.
how can i add select menu?
plz help
Forum: Fixing WordPress
In reply to: add pagination to main index not postsDear all wise 🙂 persons…
I am talking about adding a pagination with a “PAGE”, static page, i am not talking about index/home page.
we have 2 options with WP 1. page, 2. post
I have a page with my blog and the content of that page is too large…I want to add “NEXT” and “PREVIOUS” with that page, can i do that?
plz help…