Geniuswp show

Geniuswp

Summary: The Official Podcast of Geniuswp

Join Now to Subscribe to this Podcast

Podcasts:

  How to add custom post types in WordPress | File Type: audio/mpeg | Duration: 00:03:02

Disclosure: This page may contain affiliate links. If you purchase something using those links, we may receive a commission, but it will not cost you anything extra.Initially, the goal of WordPress was to be a blogging platform where you can publish blog posts, receive comments from users, and so on.But during later years, the WordPress software witnessed several updates and upgrades, which transformed it into a complete content management system.If you ask me, there are several factors that contributed to this evolution. The main one among them is the introduction of custom post types in version 3.0.Custom post types give you a way to expand your content beyond just blog posts, static pages, and media attachments.Multiply that with the ability to add extra attributes to posts in the form of custom fields and metadata, and WordPress becomes a complete CMS. You can even create relationships between different post types to make it more robust.There are several plugins like Metabox and Advanced Custom Fields that allow you to create and manage this metadata.However, WordPress does not allow you to create custom post types from the admin by default. So that’s what we are going to look at in this post – how to create custom post types in WordPress.Also, a post about custom post types won’t be complete if I exclude custom taxonomies and custom fields. So we will discuss that too.Table of Contents1. Understanding Post Types in WordPress2. When to use Custom Post Types3. Popular use cases of CPT4. Plugins to Add Custom Post Types4.1. How to Use Custom Post Type UI5. Custom Taxonomies6. Add Post Meta (Custom Fields) to the Mix6.1. Why custom fields when we have the block editor?6.2. Advanced Custom Fields8. ConclusionUnderstanding Post Types in WordPressA fundamental concept in the WordPress ecosystem is that every piece of content is a Post. In that sense, pages, media attachments, menus, etc. are also posts, just like a regular blog post is.Maybe it still doesn’t make sense to you. So I will try to explain it in another way.WordPress website stores all its data in a MySQL database which is a relational database. The data is kept in the form of rows and columns, using tables.This database contains several tables such as wp_posts, wp_users, etc. When you create a new blog post from the WordPress admin, it gets stored inside the wp_posts table.Similarly, when you upload an image, its details are also stored inside the wp_posts table. And the actual file goes inside the /wp-content/uploads folder.Now you can see that WordPress uses the same table to store different types of content. Then how does the system distinguish between these different types?That’s where... You are listening to the topic about "How to add custom post types in WordPress", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Are You Setting Up WordPress For SEO Success? | File Type: audio/mpeg | Duration: 00:02:52

The author's views are entirely his or her own (excluding the unlikely event of hypnosis) and may not always reflect the views of Moz. Or do you find yourself feeling a bit like Gary Coleman...He is talking about WordPress, yes? If you've ever tried to optimize WordPress for SEO success you've probably said those exact words at some point... some crazy theme breaks something, or a plugin crashes the whole site, or in terms of SEO you get 971 duplicate pages back from your crawl report. But I don't think your troubles with WordPress are your fault entirely. I've been there too when I was first learning it! Gary Coleman has been there. But this post is an opportunity to move on from that... Let's Wipe That Gary Coleman Look Off Your Face! There's a lot of well meaning yet misguided info out there. After over two years of battling with (umm... using...) WordPress, I know it can be tricky and frustrating at times, and so I wanted to create a guide that might help clear some of this up. I'm not here to get into every single little detail and variation, but rather to spend time on the core WordPress features and give special focus on SEO related WordPress issues. Five Goals of This Post Clear up some confusion about WordPress terminology Explain that WordPress, being a dynamic CMS, is built on relationships (as in "relational database") - and explain those relationships Show you some hands on, practical tips for setting up your WordPress site with an SEO focus Give you a few ways to cross check SEOmoz's crawler diagnostics with other sources Get rid of that 'ol Gary Coleman look! For This Post, Let's Assume We're running wordpress.org (the self hosted version) This is a single author site (to keep it simple, although not hard to extend the concepts to multi-author) We're not doing any ecommerce, photo galleries, or anything else you'd find in a more custom application of WordPress. We're using Yoast's SEO for WordPress plugin. Alright. Everyone ready? LET'S GO!! ....What Chu TALKIN' Bout WordPress?! Part 1 - WordPress Terminology Explanation of some of the most common terms Regular Web "Page" vs. WordPress "Page" Let's get really basic here for a minute, hope you don't mind. But I think a lot of people may confuse/interchange a WordPress page with a Web Page. A web page is a single HTML document that exists at a unique URL. Even if the extension is .php or .asp. The underlying source code is still HTML. This is a WEB page. It does not matter HOW it was created - it loads in your browser as an HTML document and that's all you need to know. And for the rest of this post, when I say "web page" I'm talking about any HTML document existing at a URL. But... You are listening to the topic about "Are You Setting Up WordPress For SEO Success?", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Explained: Difference Between Posts & Pages In WordPress | File Type: audio/mpeg | Duration: 00:02:38

By default, WordPress gives you two different ways to create content – posts and pages.To make your site more user-friendly, it’s important that you properly use posts and pages when you add new content.But when you’re just getting started, it can be difficult to know when you should use a post and when you should use a page.To help you understand which one is right for each piece of content, I’m going to cover the difference between WordPress posts vs pages in detail in this post.You’ll learn:The biggest thing that determines when you should use posts and when you should use pagesSome more specific differences between posts vs pages to deepen your knowledgePage ContentsWordPress Blog Posts vs Pages: The Difference In A Nutshell4 More Technical Differences Between WordPress Posts vs PagesCommon FAQs About WordPress Posts vs PagesIs There A Limit On How Many Posts Or Pages You Can Create?Are Posts And Pages The Only Content You Can Create With WordPress?WordPress Blog Posts vs Pages: The Difference In A NutshellHere’s the big difference between WordPress posts and pages:WordPress posts have an official publish date and are displayed by date on your site’s blog page.If you want to write a normal blog post, you should use a post. For example, the content you’re reading right now is published as a WordPress post (if you look at the top of this page, you can see the publish date).WordPress pages do not have a publish date and are meant for static, timeless content. Two common examples of content that should be a page are your site’s “Contact” or “About” pages.It doesn’t make sense to list that content by date because you want people to always be able to see it, no matter when they visit your site.If you want to see an example of a WordPress page – look at ShoutMeLoud’s About page. Notice how there’s no publish date?At a high level, that’s the most important difference:WordPress posts are for timely blog posts and have a publish dateWordPress pages are for timeless static content and don’t have a publish dateBut there are also some other smaller differences between the two. Let’s cover those next…4 More Technical Differences Between WordPress Posts vs PagesYou already know that posts have a publish date, whereas pages don’t. But there are some other notable differences that can have an effect on how you structure your site.1. You Can Categorize Posts, But Pages Are HierarchicalWhen you create a WordPress post, you have the option to assign it:CategoriesTags Categories and tags help you organize your posts and make it easier for readers to find the content they’re interested in.Each category and tag archive page lists all the blog... You are listening to the topic about "Explained: Difference Between Posts & Pages In WordPress", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  A beginner’s guide to WordPress template hierarchy | File Type: audio/mpeg | Duration: 00:02:41

WordPress template hierarchy is an essential concept that every developer needs to learn to start operating on this CMS platform.This structure guides each page’s rendering, making the information load much more dynamic, agile and free of errors and failures. It is important to understand how this structure works to make changes to a site.WordPress’s standards for page layout are also essential to keep its construction properly organized.This structure impacts how to make changes on websites, turning the work easier for developers. Consequently, page customizations on a website can be complete and able to reach maximum potential.This content will show you more about how the WordPress template hierarchy works, its importance, and the categories that follow this structure on a website. We will cover the following topics:WordPress template hierarchyCategories has a built-in WordPress template hierarchyTemplate hierarchy in codeKeep reading to learn more about the subject!WordPress template hierarchyWordPress template hierarchy is the template structure that every website operated on this CMS platform follows.Each theme used must have its parts and details following this arrangement, ensuring two main issues: a standardized reading by WordPress and a much easier alteration process in the developers’ work.Another important question is the page rendering done by browsers. This work happens from the HTML file offered by WordPress, which makes reading much faster and easier with the template hierarchy.Essential when using and creating themesTemplate developers have placed many theme options on the market, which is very positive for platform users.For this reason, it is essential to standardize the structure of every page, which helps to establish a perfect interaction system between WordPress and the theme used. This way, it is possible to avoid different constructions that could make the work more challenging.In WordPress, PHP is used to develop pages and, consequently, themes. When creating a new theme, developers need to follow the template hierarchy to maintain a standard, restricting possible complex constructions that would difficult file reading.This standardizing also avoid slowness in pages and potential incompatibilities with plugins, for example.Ease to edit themesWordPress template hierarchy is also critical to make easy any modification in a theme. With a structure that always repeats itself, choose a category within the various possible ones and perform the necessary adjustments.Besides being agile, this process is assertive and can be repeated several times without generating doubts or complications.To better illustrate the W... You are listening to the topic about "A beginner’s guide to WordPress template hierarchy", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  6 Best WordPress Video Gallery Plugins in 2022 | File Type: audio/mpeg | Duration: 00:02:43

Making a WordPress video gallery is an effective way to increase your website’s visitors. Unfortunately in WordPress, you can easily add videos but, you can’t create a gallery to present those videos. However, WordPress offers lots of video gallery plugins by that creating a professional-looking video gallery is possible. Because of so many available options, finding the best WordPress video gallery plugins can be quite hard for you. What about getting a shortlist?Here in this blog, you will get to know the 6 best WordPress video gallery plugins that are perfect to build an industry-standard video gallery. What is a WordPress video gallery plugin? Things you need to check before choosing a WordPress video gallery plugin 6 Best WordPress Video Gallery Plugins Video Gallery widget by ElementsKit: All-in-one video gallery: Envira Gallery: Photo Gallery by 10Web: Video Gallery: Photo Gallery by FooGallery: So, Which one can turn out the best WordPress video gallery plugin?What is a WordPress video gallery plugin?WordPress video gallery plugin lets you create a stunning gallery for your videos so that your WordPress video gallery looks more beautiful to your visitors. Customizing and building a video gallery that draws users’ attention is possible with these WordPress plugins.Things you need to check before choosing a WordPress video gallery pluginMore and less purpose of the WordPress video plugins is the same. But, when the customization part comes they offer different features. Some provide user-friendly customizations, some do not or some offer limited customization. So, you need to check their features before picking one. Have a look at the things you need to check before choosing a WordPress video gallery plugin:Check the customization options of the WordPress video gallery plugin.Your gallery plugin needs to be user-friendly so that you can easily edit your WordPress video gallery.It needs to be a lightweight plugin.Check if that plugin provides the same layout you want for your video gallery.Double check the compatibility of your video gallery plugin.Your video gallery plugin needs to be mobile responsive.Best WordPress video gallery plugins are always up-to-date. You need to check your video gallery plugin is updated or not.If you want a gallery where you want to add videos and images altogether then, you need to check your WordPress video gallery plugin provides that facility.These are the things you need to check before choosing a WordPress video gallery plugin. Even after knowing the characteristics of the best WordPress video gallery plugins, It will be hard for you to choose one. Because WordPress provides lots of options for video... You are listening to the topic about "6 Best WordPress Video Gallery Plugins in 2022", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  User Taxonomies – Categorize Your WordPress Users | File Type: audio/mpeg | Duration: 00:02:49

UPDATE, MAY 2020This post is now six years old, and technology has moved on. Today, we would take a different approach to building a directory of WordPress Users.Please read our new post describing how to useCiviCRM to create and customize a public, organized display of user profiles. This is Tadpole’s specialty and we’re happy to talk with you about it – feel free to reach out.The following should only be read for reference – there are better, easier ways to do this stuff now :-)Original articleThis article is a demonstration of how to implement user taxonomies on a WordPress website. It is the subject of a WPNYC Meetup presentation I am giving tonight! The code used in this project can be found on Github, and is freely available to all.Recently we rebuilt ArtsWestchester.org. The project had the following requirements:The site has two kinds of users: Artists, and Cultural OrganizationsAll users have their own page, which displays their blogs posts, events, and bio. “Artist” profiles and “Cultural Organization” profiles display slightly different informationThe site displays users in two directories, each with their own different categories. For example, Artists have categories like Dance, Music, and Film; Cultural Organizations have categories like Libraries, Museums, and Galleries.A visitor to the site can browse through either the Artist Directory or the Cultural Organizations Directory:Each directory lists categories and each category has its own icon:Clicking into a category icon leads to a list of user profiles associated with the category:And clicking an individual entry brings you to the user profile page:If you have some experience with WordPress, you may have noticed a pattern. The “category” pages here are strikingly similar to the usual WordPress category archive pages, which list all the posts under a category (e.g. “mywebsite.com/category/news/”). The “directory” pages are analogous to a page that lists all the categories on your website, with each category name being linked to its corresponding category page.The difference is that we’re categorizing users instead of posts. Weird? A little. But WordPress provides for this. In its way of thinking, “posts” and “users” are sort of the same. They are both “objects” – meaning, they are both things that have a defined structure and certain qualities. As developers, we can take these objects and do things with them – like assign them to categories and list them all out on a page.TaxonomiesCategories and Tags have a fancy name: Taxonomies. This just means ways of organizing things. All the categories on your WordPress website are collectively known as a taxonomy: the “category” ta... You are listening to the topic about "User Taxonomies – Categorize Your WordPress Users", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  How to change the blog page layout in WordPress | File Type: audio/mpeg | Duration: 00:02:46

By default, WordPress displays your blog posts on the homepage of your site. However, if you are building an association or business networking site, you probably want to customize your home page and display your blog posts on a separate page.In this article, we will show you how to easily create a separate page for blog or news posts and how to create your own blog page layout in WordPress.How to create a WordPress blog page, separate from the home pageBlog page layoutin WordPressSet number of posts per pageBlog page layout examplesHow to create a blog page in WordPressA WordPress blog (or news) page is a single page that displays multiple blog posts.Blog (or news) posts can be useful for sharing organization news, member news, community issues, awards & recognition, etc. Having a blog page creates a central location where site visitors can easily catch up on all the latest happenings.Before you create a blog page, you will first need to create some individual blog (or news) posts. Go to Posts >> Add New to get started.Notice that every time you create a new blog post, a unique URL is created.After you have published your post, you can click on the URL to view your post. You can also copy/paste this link (URL) to share your post, for example to your social media page. Clicking on this link will take the viewer directly to this specific blog post.Once you have 3-4 blog posts created, you are ready to create a WordPress blog page.First create a new page – go to Pages >> Add New.Give your page a title, like ‘news’ for example.Next assign the posts page in the customizer.Most WordPress themes on the market today include a blog page layout that you can use to display all or some of your blog posts. To use the blog page provided by your theme, go to your customizer to assign your new page as the posts page. Go to Customizer >> Home Page Settings.You now have a single page that will display excerpts of multiple blog posts. Clicking on a post from your blog page, will open the individual URL to the post that we discussed earlier, so that your viewer can read the full post.Don’t forget to add your blog / news page to your site’s menu so you can access it from the front end of your website.Blog Page Layout in WordPressWordPress themes usually include at least one blog page layout. Once you have assigned your news page to be the page where your posts are displayed, go to the front-end of your site to view your news page. The layout of this page is determined by the theme that is currently activated.For example…Theme: Kadence (external link)Theme: Chamber Beautiful (external link)If you are using the Chamber Beautiful (external link) or Chamber Inspi... You are listening to the topic about "How to change the blog page layout in WordPress", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Create WordPress Posts And Pages Using PHP – A 101 Tutorial | File Type: audio/mpeg | Duration: 00:03:54

No doubt you have seen WordPress Themes and Plugins which claim to automatically install ‘dummy data’ for you when you install them, so that you immediately have a fully functioning website. I am going to show you a method of achieving this using only PHP functions.This could be useful if:Your theme or plugin requires certain posts or pages.You want to provide a premium dummy install as described above.You want to automate post creation.You just want to learn.In this tutorial we will create a simple beginner’s function to achieve a ‘quick and dirty’ working solution. Later on in a different tutorial, we’ll learn how to extend what we have learn’t here to create a robust and easy to use posting system.For those of you who prefer to play with pre-existing code instead of reading all the how-to, here is our final function along with an example of its usage and notes.if ( ! function_exists( 'PostCreator' ) ) {function PostCreator($name = 'AUTO POST',$type = 'post',$content = 'DUMMY CONTENT',$category = array(1,2),$template = NULL,$author_id = '1',$status = 'publish') {define( POST_NAME, $name );define( POST_TYPE, $type );define( POST_CONTENT, $content );define( POST_CATEGORY, $category );define( POST_TEMPLATE, '' );define( POST_AUTH_ID, $author_id );define( POST_STATUS, $status );if ( $type == 'page' ) {$post = get_page_by_title( POST_NAME, 'OBJECT', $type );$post_id = $post->ID;$post_data = get_page( $post_id );define( POST_TEMPLATE, $template );} else {$post = get_page_by_title( POST_NAME, 'OBJECT', $type );$post_id = $post->ID;$post_data = get_post( $post_id );}function hbt_create_post() {$post_data = array('post_title' => wp_strip_all_tags( POST_NAME ),'post_content' => POST_CONTENT,'post_status' => POST_STATUS,'post_type' => POST_TYPE,'post_author' => POST_AUTH_ID,'post_category' => POST_CATEGORY,'page_template' => POST_TEMPLATE);wp_insert_post( $post_data, $error_obj );}if ( ! isset( $post ) ) {add_action( 'admin_init', 'hbt_create_post' );return $error_obj;}}}/* All available options for PostCreator()PostCreator( 'TITLE' , 'POST TYPE' , 'POST CONTENT' , 'POST CATEGORY' , 'TEMPLATE FILE NAME' , 'AUTHOR ID NUMBER' , 'POST STATUS');TITLE - HTML Stripped Out. Simple String.POST TYPE - Post type slug. Eg 'post' or 'page'. Custom Post Types are supported.POST CONTENT - Content of the Post/Page. HTML allowed.POST CATEGORY - An array of the integer ID's of the category/categories you want to link to your postTEMPLATE FILE NAME - File name of the template. Only for Pages. In the format 'file_name.php'.AUTHOR ID NUMBER - Integer value. Default is 1.POST STATUS - Available options; [ 'draft' | 'publish' | 'pending'| 'future'... You are listening to the topic about "Create WordPress Posts And Pages Using PHP – A 101 Tutorial", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Wordpress - List all category child post when in parent category | File Type: audio/mpeg | Duration: 00:04:00

Ask Question Asked 5 years, 7 months ago Modified 1 year, 2 months ago Viewed 3k times I want to be able to list ALL posts (children and parent) when browsing a parent category.Like this:Parent (Show posts from Child 1 and Child 2)Child 1 (Show only posts from Child 1)Child 2 (Show only posts from Child 2)With this code below (placed in category.php) I don't get all the posts when I'm in a parent category. I just get posts from ONE child category instead of several.Any ideas how to solve this? wordpress edited Aug 5, 2016 at 8:41 Linus Josephson asked Aug 5, 2016 at 8:26 Linus JosephsonLinus Josephson6733 silver badges1313 bronze badges I think there is a few problems with your query."child_of" is not supported for query_posts/get_posts function. Instead, it is only a valid option for get_categories. I think you are confused between querying the posts and categories here. You can check parse_query or get_posts function to see all options available.https://codex.wordpress.org/Plugin_API/Action_Reference/parse_queryhttps://developer.wordpress.org/reference/functions/get_posts/"meta_key" option shown but "meta_value" missing.It is also not recommended by WP to use query_posts directly but to use get_posts function or to hook to the pre_get_posts action.To get the list of all posts of of child categories of a category, you can do something as follows:

  How to Add a Chat Bot to Your WordPress Website (In 3 Steps) | File Type: audio/mpeg | Duration: 00:02:40

Live chat is a fantastic way to engage with your users and answer any questions they might have. However, being on call 24/7 – or anything close to it – is impossible for a single person to do. Plus, sometimes you’ll need to deal with multiple requests at once, which can tank your productivity.Chat bots enable you to automate at least part of those conversations. At a bare minimum, they can save you time by weeding out queries that don’t require a person to answer them. In this article, we’ll talk about when it makes sense to use a WordPress chat bot and how to add one to your website in three steps.Let’s chat!What a Chat Bot Is (And When It Makes Sense to Use One)Chat bots enable you to point visitors in the right direction without having to stay on top of live chat all day.As the name implies, a chat bot is a program designed to talk with users automatically through live chat. Ideally, your chat bot should aim to ‘sound’ as lifelike as possible to emulate the experience of talking with a real person.When people think about chat bots, their mind sometimes jumps to Artificial Intelligence (AI). There are some chat bots that use deep learning to improve their skills. However, in most cases, when you run into a chat bot in the wild it will respond using a collection of lines triggered by specific keywords.Currently, chat bots are no replacement for humans. However, even with their limited functionality, chat bots have a lot of practical applications for websites, such as:Handling basic customer support queries.Your chat bot should be able to detect basic keywords related to customer issues and point them to the information they need to solve them.Routing customer inquiries.If you have more than one person handling live chat requests, it can be a hassle to transfer users back and forth depending on your area of expertise. A chat bot can act as a receptionist and filter requests to dedicated specialists.Given this, chat bots can be particularly useful for service and e-commerce websites. These niches usually have to field lots of customer inquiries, so having an additional tool to help you handle the workload is a smart move.However, creating a chat bot is usually not as simple as typing potential answers and calling it day. There are several platforms that enable you to create functional chat bots you can integrate with your website. However, most of them have a steep learning curve. In other words, it can take a lot of work to program a useful chat bot, even if you’re not building the software from scratch – which is where the following services come in.An Introduction to Facebook Chat BotsOn top of its many social m... You are listening to the topic about "How to Add a Chat Bot to Your WordPress Website (In 3 Steps)", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Fix WordPress Page Updates Not Working & Saving Changes | File Type: audio/mpeg | Duration: 00:02:55

Keeping your WordPress pages updated is important in order to combat the ever-rising tide of malicious web activities as well as ensure that the content is worth reading for your visitors.Table Of Contents1. WordPress Site Not Updating: Common Symptoms2. Fixing WordPress Page Updates not working and Saving Changes2.1. Fix #1: Browser Cache2.2. Fix #2: Poorly Configured Cache Plugin2.3. Fix #3: CDN not enabled2.4. Fix #4: Old server cache2.5. Fix #5: Coding errors2.6. Fix #6: DNS resolution delay2.7. Fix #7: Failure to save changes3. Wrapping UpBut what if the changes fail to show right away?In this tutorial, we will learn how to fix WordPress page updates not working.WordPress Site Not Updating: Common SymptomsIt’s not uncommon to see the changes you make on your WordPress site immediately. Here we will list down some common situations that most users encounter.New posts not updating on your WordPress homepage:This is one of the most common issues that has been reported by most users. The problem occurs when you publish a new post. While you can see the post from your admin area by clicking on the view post link, you are unable to view the post from the front end on the main page.Plugins and widgets not updating:Another common issue is that of plugins, sidebars, or widgets failing to show any changes made to them right away on the homepage.CSS not updating:Sometimes, your site does not reflect any changes when you customize it. This normally occurs after changing your website’s layout or adding some CSS.If you are encountering either of these changes, check out the following fixes.Fixing WordPress Page Updates not working and Saving ChangesNow that we have looked at the symptoms, let’s quickly dive into the solutions.Fix #1: Browser CacheYou are probably asking, what is browser cache? Let’s briefly get an overview of what browser cache is. Browser cache is a local storage on your computer where downloaded files from the websites you visit are temporarily stored by your browser. The main purpose of this is to ensure that you experience fast loading speeds when you visit that site again.For instance, if you visit a website like wordpress.org, your browser may decide to cache all the images from that particular website. Therefore, when you visit the website again, the browser may decide to load all images from worpress.org from your drive. This makes the page to load much faster with little bandwidth as opposed to downloading the images again. Images tend to take more time to load compared to the text on the webpage.While the cache is essential in ensuring that you get a better browsing experience, most browsers do not update th... You are listening to the topic about "Fix WordPress Page Updates Not Working & Saving Changes", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Form submit redirect not working using Contact Form 7 WordPress plugin | File Type: audio/mpeg | Duration: 00:03:37

1 I'm using the Contact Form 7 plugin on my Wordpress site and I found a method to redirect the form to another URL from the documentation on this page.I tried adding the following code to the additional settings field on my form:on_sent_ok: "location = 'http://example.com/';"I tested this on my website at the top of the page via the 'Request a quote' button and submitted. Unfortunately no redirect is forced.Why is this feature not working? I'm using the form within the lightbox (this could be the reason), but I need to redirect to the homepage when you submit the form as it is a 'one-page' website.Please feel free to test for yourselves, I only receive the test emails anyway at the moment.Thanks javascript jquery wordpress forms contact-form-7 asked Jun 3, 2014 at 13:03 TimTim2,33966 gold badges3333 silver badges3636 bronze badges 2 answered Jul 16, 2014 at 12:20 user3844912user3844912 1 Try this on_sent_ok: setTimeout(function(){window.location.href = 'URL_TO';}, 1000);this one works fine on me... plus the delay time... 1000 = 1 sec edited Nov 4, 2014 at 7:41 Rugmangathan3,08866 gold badges3333 silver badges4444 bronze badges answered Nov 4, 2014 at 7:02 AlenAlen20311 silver badge1111 bronze badges 1 1 on_sent_ok has been replaced in the latest versions with event-based redirection.Reference: https://contactform7.com/redirecting-to-another-url-after-submissions/ Change http://example.com to the URL you want to redirect to. answered Feb 23, 2018 at 7:19 Harish KotraHarish Kotra13911 silver badge66 bronze badges Try adding Contact Form 7 - Success Page Redirects plugin. Very simple to use, works very well. answered May 15, 2016 at 1:53 Don CrawleyDon Crawley1 1 on_sent_ok: "location.replace('/thank-you');" answered Jan 15, 2017 at 20:22 IggyIggy1,7562121 silver badges2020 bronze badges Still on_sent_ok: is not working please add below code in your js file. if ($('.wpcf7-form.sent').length) { $(location).attr('href', 'http://www.example.com') } answered Aug 9, 2017 at 14:42 Raja Rama Mohan ThavalamRaja Rama Mohan Thavalam6,31322 gold badges2727 silver badges2828 bronze badges -1 Well, I have a very simple solution:Just add this to the first of the Messages fields in th... You are listening to the topic about "Form submit redirect not working using Contact Form 7 WordPress plugin", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  Free Social Media Widget For WordPress | File Type: audio/mpeg | Duration: 00:02:53

An easy-to-use social media widget wordpress plugin to collect, curate, customize, and display social media feeds content on wordpress website for more traffic, engagement, and conversions with Tagembed Widget Try For FreeWhy Tagembed Social Media Widget WordPress Plugin Is Special Than Others?Weed out all the unwanted social media widget from collected social media feeds to display superior quality content. Easily fit on any screen size and device for better user experience, get merged with the wordpress themes and designs seamlessly. Social media feeds automatically update on the website in real-time and instantly as it is uploaded on social media. Get complete hands on customization features to elaborate social media widget with creative designs, themes, colors, banners, etc. Share useful data-driven insights to understand “users’’ behaviour with sentiment and major social media content contributors over the globe. Code-free plugin for painless curation, customization, and embedding social media widget on wordpress website, single-click integration. To advance social media widget design to enhance appearance that resonates with your brand by editing CSS and HTML. Easy Integration of Diverse Social Media Widget For WordPress WebsiteCollect, customize, and add social content from diverse range of social media widget plugins for seamless user engagement on your WorPress website.Instagram WidgetCollect Instagram feeds via #hashtag, @mention, Stories, handle, tags, etc. to display vibrant posts on wordpress websites.Facebook WidgetDisplay creative Facebook feeds using mention, Facebook Page, Album, and advance operators on your website.Google Reviews WidgetCollect Google reviews from your business account and display them on your website to bring more conversions and sales.Twitter WidgetBuild a powerful Twitter widget by collecting tweets (feeds) using @hashtags, username, mention, keywords, List, Favorites, etc.YouTube WidgetIncrease visitors’ engagement by displaying moving social media content, aka YouTube videos on your wordpress website.Linkedin WidgetEmbed professional and appealing LinkedIn posts on your wordpress website to connect users with your LinkedIn account. Pinterest WidgetCollect real-time updated boards and pins from Pinterest and drive users' attention seamlessly.Airbnb Reviews WidgetShowcase Airbnb reviews on your wordpress website to drive engagement, trust, inspiration and sales to boost your business.RSS WidgetFetch content directly from any website using RSS feed widget and enhance visitors' engagement significantly.Yelp Reviews WidgetTurn consumers into best marketers by showcasing reviews given by them on Yelp and boost sales eff... You are listening to the topic about " Free Social Media Widget For WordPress ", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  WordPress Facebook like box plugin – Facebook page | File Type: audio/mpeg | Duration: 00:02:53

WordPress Facebook Page plugin is a great tool for adding a like box or a fan box to your WordPress website. Our plugin has several unique options. It has nice animation effects, a Sticky box option and much more. If you have any suggestions(ideas about new features), questions or need quick support, then contact us using the Like Box plugin official support forum. Popup Like box Our Facebook like box plugin has a Popup option. That’s means you can display your Facebook fan page using the nice Popup window.You can display Popup on specific pages. Also, you can display it on all pages as well. There are a lot of nice options that allow you to configure and create the Popup like box you need.You can even set the Popup display periodicity and other important options. 39 Animation Effects Our plugin supports 39 nice animation effects. You can display the fan page using one of these animations, it will give an extra nice view to your pages.You can use animation effects for post/page and widget like boxes. In Popup and sticky boxes, animations are not available Most of the websites use animation effects, so your website can join this list as well. Check the Facebook Like Box demo pageDemo Sticky Box Sticky box is a nice and unique functionality. Using the sticky box you can display Facebook like box on the left or right side of your website.Sticky box has a lot of necessary options as well. You can change the sticky box background color, position and so on.You can check the Sticky Box demo here. WordPress Facebook page plugin WordPress Facebook page plugin is a user-friendly and useful tool. It allows you to add the Like box anywhere on your websites. You can add it on posts/pages and widgets, on the right or left side of your website, even display it in the Popup window. You just need to get(copy) your Facebook fan Page ID and add it to our plugin Page ID field from the settings page. Also, we should mention, that you can add different fan pages on the same page(maybe you have several fan pages).Nowadays social traffic is very important for every website, so it’s very important to have an animated and nice designed fan page on your website. As we already mentioned, you can use the Popup and Sticky boxes on specific pages/posts and categories. Also, you can set different settings, such as Popup display time, width and height, configure the Popup title settings, such as color, font and so on. WordPress Facebook Like Box PluginFREEFREEUnlimited site licenseStandard featuresOnly PopupOnly Sticky boxWithout animation effectsFree support DOWNLOAD$ 8PERSONALSingle site licensePro featuresPopup with settingsSticky box with settings39 anim... You are listening to the topic about "WordPress Facebook like box plugin – Facebook page", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

  6 Best Facebook Review Plugins for WordPress | File Type: audio/mpeg | Duration: 00:02:52

Facebook is like a genie that lets you have a great sale in numerous ways. For instance, you can have a great sale by boosting your products on Facebook or just by showing reviews from your Facebook page on your website.And if, by chance, you are looking for Facebook Review plugins, we have the list of the best of the best. Some of them are free, and some of them are paid. But all of them are dedicated to displaying Facebook reviews in the most beautiful ways.Some of those plugins help you display not only Facebook reviews but also reviews from other sites. Reviews from other sites like Google, Trustpilot, Yelp, Zomato, etc., are displayable using those plugins. Furthermore, using Facebook review plugins for WordPress, you can add custom reviews, customize the star ratings, layouts, and many more. You can display your reviews in the grid, list, and masonry styles.There are even lots more features to get excited about. Now let’s see what those plugins are and what exciting features they offer.Let’s get started!PluginRatingVersionDownloadSocial Reviews & Recommendations Free & Pro Download WP Review Slider Free & Pro Download WP Business ReviewsN/APro Download BIZREVIEW Premium-Only Download Widget for Google Reviews Free & Pro Download Facebook Reviews Premium Download Powered By WP Table Builder6 Best Facebook Review Plugins for WordPressSocial Reviews & RecommendationsWant to show off your Facebook Page reviews and recommendations on your website in sidebar widgets? Try Social Reviews & Recommendation, one of the best free Facebook review plugins for WordPress.Since the plugin enables you to display Facebook page reviews per location, you can show your reviews on both widget areas and any pages using shortcode. It helps store owners boost user confidence and let you have an excellent conversion.The plugin works by using Facebook Graph API and requires admin rights of that particular Facebook page to get the reviews. Another exciting feature is that this plugin is entirely SEO optimized.Furthermore, this Facebook review plugin supports email support, live chat, pagination, dark website, etc. It also supports significant page builders like Elementor, Beaver Builder, WPBakery, Divi, Gutenberg Block editor, etc.If you want more advanced features, it also got your back. It offers you the Business version packed with robust features such as Facebook Trust Badge, Minimum Rating Filter, Merge Reviews Between Each Other From Different platform, and many more.Key FeaturesShortcode & Widget SupportSEO Optimized PluginSupports Elementor, WPBakery, DiviGutenberg Block Editor SupportSupport Dark WebsiteSlider, List, Grid, & Badge Style to Di... You are listening to the topic about "6 Best Facebook Review Plugins for WordPress", if you want to read the full article, please visit https://geniuswp.com or the link in the description.

Comments

Login or signup comment.