infoserv2011
Forum Replies Created
-
Forum: Plugins
In reply to: [Category Tag Pages] How to show tags on page. Each page has unique tags.Thanks in advance
Forum: Plugins
In reply to: [Postie] Posting pagesWhat about tagging?
Forum: Plugins
In reply to: [Postie] Posting pagesWOowwwwwwwwwww Thanks alot guys. May God Help you!
Forum: Fixing WordPress
In reply to: Healthpress page php loopthansks Ravipatel. I need to do this steps for woocomerce integration
Duplicate page.php
Duplicate your theme’s page.php file, and name it woocommerce.php. This file should be found like this: wp-content/themes/YOURTHEME/woocommerce.php.
Edit your page (woocommerce.php)
Open up your newly created woocommerce.php in a text editor, or the editor of your choice.
Replace the loop
Next you need to find the loop (see The_Loop). The loop usually starts with a:
<?php if ( have_posts() ) :
and usually ends with:<?php endif; ?>
This varies between themes. Once you have found it, delete it. In its place, put:<?php woocommerce_content(); ?>
https://docs.woothemes.com/document/third-party-custom-theme-compatibility/
Forum: Fixing WordPress
In reply to: 404 For all my pagesTara you are awsome girl, thanks changing the permalinks worked!
Forum: Fixing WordPress
In reply to: Page published error 404Thanks tara, but that still don’t resolve the problem.. (deactivating al plugins and switching to default theme Twenty fifteen)..
Is is posibile to be a database issue?Forum: Fixing WordPress
In reply to: Page published error 404Why all of my sitelinks do not work? In admin panel they appear…
I found the best solution AJAX SEARCH PRO
Yes, but still not works
Forum: Plugins
In reply to: [Name Directory] You have issued a malformed request.Men your simply the best! That was the problem!!!!!!!!! THANKS
Forum: Fixing WordPress
In reply to: Blank admin pageTry to acces cpanel, and rename the plugins folder, and see that it works!