Forum Replies Created
-
AuthorPosts
-
pfitznerk
MemberWhat is your email?
pfitznerk
MemberMy business is in the US not UK...
pfitznerk
MemberHi Krishan,
Thank you but looking more for a US based design company mainly because of $$ rate is better compared to the pound.
Kate
pfitznerk
MemberDoes anyone know the best plugin or provider to build an affiliate store in WP?
pfitznerk
Member...I know a plugin will do it. I am just not sure which plugin.
But thanks for offering.
pfitznerk
MemberSorry 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....
pfitznerk
MemberGot it solved.....Call your host provider. Thank got mine has great customer service
pfitznerk
Member...and Now my whole site is gone...
pfitznerk
MemberHELP 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?
pfitznerk
MemberIt did not work...I did everything described in your answers...
Pls send me your skype ID so I can send you my information.
pfitznerk
Memberit 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.
pfitznerk
MemberOh....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.
pfitznerk
Memberyes only the cat number....
my post still displays twice on two pages in the main menu
pfitznerk
MemberIt 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?
pfitznerk
Memberonly have:
ad_block_display
chi_post_setting_ 1,2,3
hefo_after and beforewhere is query_args ...in custom fields?
pfitznerk
MemberGreat....but dont have query_args.....i am stuck here!
pfitznerk
MemberI 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!!
pfitznerk
MemberI 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.
pfitznerk
MemberWhich plugin is it exactly? Jetpack’s Top Posts & Pages plugin: This plugin hasn't been updated in over 2 years.
Thank you.
pfitznerk
MemberDavid...thanks a lot.
-
AuthorPosts