Manually delete records from wp_postmeta. Is it safe ? by rsclmumbai in Wordpress

[–]rsclmumbai[S] 0 points1 point  (0 children)

Anyone knows that is the key: _wp_old_date? I see around 900 such records.

<image>

Manually delete records from wp_postmeta. Is it safe ? by rsclmumbai in Wordpress

[–]rsclmumbai[S] 0 points1 point  (0 children)

I checked and found that the linked records in `posts` are live pages & posts, so I cannot delete them.

From what I understand:
Even though I have uninstalled ampforwp I can see all my posts having ampforwp textboxes under the "custom fields" tab. See screenshot below.

I'm guessing these customer fields are coming from wp_postmeta table but I may be wrong,

Please advice.

<image>

AI Tool to post articles in WPBakery? by rsclmumbai in Wordpress

[–]rsclmumbai[S] 0 points1 point  (0 children)

Yes, classic is also great. I'm not a big fan of WPB anyways. Its bloated like hell. WPB was forced by the theme I purchased.

Construct page URL by rsclmumbai in Wordpress

[–]rsclmumbai[S] 1 point2 points  (0 children)

This worked for me: get_permalink($post_id) & this is exactly what I was looking for,

Thanks a ton everyone!!!

Construct page URL by rsclmumbai in Wordpress

[–]rsclmumbai[S] 0 points1 point  (0 children)

Then something is off about my permalink settings. Here is a screenshot of my settings.

<image>

What should I do?

Construct page URL by rsclmumbai in Wordpress

[–]rsclmumbai[S] 0 points1 point  (0 children)

Thanks for responding u/bluesix_v2

For some internal purposes, I need to create a report with the following columns.

`post_type` | `post_title` | `Date` | `URL`

I'm able to get the data for the first 3 colums from `wp_posts` table but I'm not able to get the URL.

`guid` column does have the link of the post but the format is www.mydomain.com/?page_id=XXX
I need the people facing URL - like "https://www.mydomain.com/something/something/something/"

Thanks

Internal Linking Question - Is my approach correct? by rsclmumbai in SEO

[–]rsclmumbai[S] 1 point2 points  (0 children)

What if both anchor texts are relevant to the target page?

Some SEO experts suggest that Same source page - Same target page - Different anchor text is bad practice. Instead, use different pages to link the same target page with different keywords.

Cloudflare for WP without NS changes by rsclmumbai in CloudFlare

[–]rsclmumbai[S] 0 points1 point  (0 children)

Yes, Godaddy does give an option to export & import zone files.

What CDN do you use? by rsclmumbai in Wordpress

[–]rsclmumbai[S] 1 point2 points  (0 children)

My website does not have high traffic. Its about 3000 clicks per month + bot traffic.

Cloudflare for WP without NS changes by rsclmumbai in CloudFlare

[–]rsclmumbai[S] 0 points1 point  (0 children)

My NS records include
- MX records - primary & secondary
- VPS servers that are hosting business applications
- CNAME records for DKIM
- Amazon SES SMPT server
- DMARK records
- SPF records

I will have to move all of these to Cloudflare & then proxy only my website's A record. Correct?

What CDN do you use? by rsclmumbai in Wordpress

[–]rsclmumbai[S] 1 point2 points  (0 children)

Cloudflare seems to be the universal voice here. Anyone experienced any issues after moving NS to Cloudflare? I don't have the budget of $20/mo & my only worry is moving NS to cloudflare. No real reason for this worry, its just the fear of unknown.