gicrom
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Post-Related Special Mail Tagscould someone help me? thanks
Forum: Plugins
In reply to: [Contact Form 7] Post-Related Special Mail Tagsform:
<div class="row"> <div class="col-md-12 text-center">[radio radio-854 group_layout:inline label_first use_label_element default:5 "1" "2" "3" "4" "5"]</div> </div> <div class="row"> <div class="col-md-12 text-center">[submit class:btn class:btn-info class:btn-sm class:btn-block "submit"]</div> </div> <div class="row"><div class="col-md-12">[response]</div></div>
mail subject:
Vote [_post_title] on [_site_title]
mail body:Post: [_post_title] ([_post_name]) Vote: [radio-854] URL: [_url] IP: [_remote_ip] User-Agent: [_user_agent] Date: [_date] Time: [_time]
Only fields [_post_title] and [_post_name] are not included in the message.
Thanks for your collaborationForum: Plugins
In reply to: [WP-PageNavi] Pagination in custom query in a category pagesorry… second page is 404 error. Could you please help? Thanks
Forum: Themes and Templates
In reply to: [Hueman] Font awesome in header menuHi, I resolved it. Put in the menu <i class=”fa fa-home”></i> Homepage.
Forum: Plugins
In reply to: [Search & Filter] Change label prefix "All"Great! It works. Thanks!!!
Forum: Plugins
In reply to: [Search & Filter] Change label prefix "All"Yes, I mean in the dropdown “All Categories”. Is it possible to change it with custom text? thanks!
Forum: Fixing WordPress
In reply to: How to give priority to posts in the loopAny thoughts anybody?
I found this https://codex.www.ads-software.com/Displaying_Posts_Using_a_Custom_Select_Query but this function return only post with a custom field (‘priority’) setted… and no all other posts. Thanks
Forum: Fixing WordPress
In reply to: How to give priority to posts in the loophere the code https://pastebin.com/fejBjQMB
Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] 3.1.5 updatehi arnee,
here the piece of codeif($this->GetOption(“in_home”)) {
if(‘page’ == get_option(‘show_on_front’) && get_option(‘page_on_front’)) {
$pageOnFront = get_option(‘page_on_front’);
$p = get_page($pageOnFront);
if($p) {
$homePid = $p->ID;Now when I go to the plugin settings I got a completely blank page ??
The same if I go back and put the orginal row…
I have already try to deactivate / delete the plugin.
Could you please help? Thanks a lot.Forum: Fixing WordPress
In reply to: [Plugin: Google XML Sitemaps] 3.1.5 updatesolution provided by arnee doesn’t work unfortunately
I have the same problem…