Forum Replies Created
-
AuthorPosts
-
pfitznerkMember
What is your email?
pfitznerkMemberMy business is in the US not UK...
pfitznerkMemberHi Krishan,
Thank you but looking more for a US based design company mainly because of $$ rate is better compared to the pound.
Kate
pfitznerkMemberDoes anyone know the best plugin or provider to build an affiliate store in WP?
pfitznerkMember...I know a plugin will do it. I am just not sure which plugin.
But thanks for offering.
pfitznerkMemberSorry all the suggestions you made did not work.
I had to add the functions.php to exclude a category from my blog.
Thanks for trying....
pfitznerkMemberGot it solved.....Call your host provider. Thank got mine has great customer service
pfitznerkMember...and Now my whole site is gone...
pfitznerkMemberHELP needed....I have been playing around to exclude this post and used this method and put it in the Functions.php
<?php
function excludeCat($query) {
if ( $query->is_home ) {
$query->set('cat', '-3,-5,-23');
}
return $query;
}
add_filter('pre_get_posts', 'excludeCat');
?>I got this error now and my wp dashboard is gone:
Parse error: syntax error, unexpected '<' in /home3/pfitzner/public_html/wp-content/themes/beautiful-pro/functions.php on line 257
I deleted what I have added and I still get this error: Parse error: syntax error, unexpected '<' in /home3/pfitzner/public_html/wp-content/themes/beautiful-pro/functions.php on line 257
What happened? Why can I not access my WP admin anymore?
pfitznerkMemberIt did not work...I did everything described in your answers...
Pls send me your skype ID so I can send you my information.
pfitznerkMemberit says : This plugin hasn't been updated in over 2 years. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
Is there anything else? you mean all categories are child to BLOG page at the moment...."Buying Advice Page" Blog Template does not show up in categories unless I create one.
pfitznerkMemberOh....and it also displays in the sidebar Recent Posts...
Need to get it out of the BLOG page
There is one weird thing I noticed. All my Categories including the new one "Buying Advice" I can edit or delete...and yes I did create a new page also for Buying Advice...
EXCEPT The Page BLOG....Blog shows up in categories but cant edit it.
pfitznerkMemberyes only the cat number....
my post still displays twice on two pages in the main menu
pfitznerkMemberIt still shows the post on two pages BLOG and BUYING ADVICE
I only want it to show in BUYING ADVICE. I did exclude this category ID # from the BLOG template in theme settings...
Any idea how to change this?
pfitznerkMemberonly have:
ad_block_display
chi_post_setting_ 1,2,3
hefo_after and beforewhere is query_args ...in custom fields?
pfitznerkMemberGreat....but dont have query_args.....i am stuck here!
pfitznerkMemberI did that....but my post still shows up under BLOG and not the new page Buying Advice!!!
How do I get it out of the BLOG page?
I also don't want it to show up in the side bar "Recent Posts" but it does!!
pfitznerkMemberI have about 10 different categories. Thats not the issue. The issue is how to connect a post to a certain page NOT BLOG page up in the nav menu. So it shows up same as a Blog page.
Or if I have a certain Category ...lets say "Buying Advice" and have this category come up in the nav menu.
pfitznerkMemberWhich plugin is it exactly? Jetpack’s Top Posts & Pages plugin: This plugin hasn't been updated in over 2 years.
Thank you.
pfitznerkMemberDavid...thanks a lot.
-
AuthorPosts