we use this solution:
https://www.wpbeginner.com/plugins/how-to-allow-users-to-delete-their-wordpress-accounts/
(I don’t work here.) 🙂
Hi, like many forums, if you click on your ‘name’ (account id), it should show you all the topics you created so you can revisit them. Also a good reason why making your own topics vs piling onto someone else’s is advisable. (I don’t work here.)
Google News is not social media … it’s a news aggregation site. There is no Google News logo in the theme social media panel; you’d likely need to make an SVG for that or edit the font file used for them and add that in yourself, then edit the code to add that icon to the layout. Sorry, I don’t work here. You would likely need custom coding work done to add that element. Or, again, modify the icon font with one of the websites that allow that to add your own SVG of a Google News icon, if such exists; very much NOT common on websites.
for newspaper theme
https://forum.tagdiv.com/newspaper-theme-documentation/
wordpress search is long known to suck, and third party dedicated search plugins are worth looking into
we used this for quite awhile
https://wordpress.org/plugins/better-search/
I don’t work here, but I did this too – I used the info here:
https://codex.wordpress.org/Customizing_the_Login_Form
Never mind on my link… guess that was temp link. Calin’s images do show up here in my Chrome browser on Windows.
You might try clearing your browser cache. If using VPN your location might also be blocked by the image server, dunno.
Sorry. I don’t work here.
Images visible here… e.g.,
As for me, yes, keep writing, I often enjoy reading what you write. How many times have you said you don’t work for TagDiv?
LOL … yikes. many many years. Since Newsmag launched ? I think we tried out newsmag way back after ditching several other things including Woo and some themes that no longer exist. Since I had to do a lot of hacks to newsmag for SEO and custom magazine elements back in the day, I used to post about that. Code is much cleaner in v5 than it once was, to be sure.
Once I get everthing moved from v3x to v5x and server move probably won’t ‘lurk’ here as much again.
But so glad the company has done well and still kicking. Started with WordPress in 2004, webdev in March 1995. Seen a lot of things come and go. Newsmag is still the sweet spot for our needs.
Anecdotally, my brother uses this on his blog for similar reason you have:
https://wordpress.org/plugins/room-34-presents-on-this-day/
peace out 🙂
Heh. Yeah. I have a dozen 20+ year old news portals, and that is not really anything applicable to our sites since most ‘news’ is not news a year later. On our magazine sites, we have relational items below each post, so if there is story about a music festival in palos verdes, then below it items from a year ago related show up bottom of that post, but not random other stories.
Everyone has different use cases. You could always hire TagDiv to build this for you 🙂
Been with newsmag since v1, and still use it for our sites. So, that is still a vote of confidence in this for news/publishing sites.
I sometimes pop in as I’m in midst of backing up sites and meta and images and whatnot for a server move, and I end up with “hurry up and wait” periods of 20 min. where I can’t do much except visit here and couple of music industry forums I’m on.
Pardon the natter from me, if not helpful in any way. Just rambling vs specific solutions on this one 🙂
— Chris
You may need to recreate a sidebar if it’s missing in the drop down menu for sidebars.
Looks like your custom ‘author sidebar’ is still there, as that is not a default item in Newsmag.
I didn’t lose mine going from v3 to v5. For instance I have a custom sidebar for home page called ‘homepager’, and that survived the upgrade without issue.
-
This reply was modified 2 years by
simchris.
You could probably make a custom widget that does a loop call to post bunch of stories based on “today” date, and put that on right side of all posts to reheat “one year old” items. Personally I don’t have need for this, and don’t want to have one year old article about a music festival fight in SERPS for the article about THIS YEAR’s event.
probably need to use ad manager plugin
did you try disabling access via htaccess file?
2024-06-12
WPBakery Page Builder < 7.7 – Authenticated (Contributor+) Stored Cross-Site Scripting via VC Single Image link attribute
Looks like your webp converter has compression level set too high …
(I don’t work here.)
Maybe login to your actual themeforest account, and re-download the license file just to be safe. That is what I would try first.
(I don’t work here.)
🙂
yes! I was including examples of which version to use depending on how you had been using the /amp endpoint.
REGEX using ‘redirection’ plugin
Redirect AMP pages
http://site.com/article/amp/ ⇒ http://site.com/article/
Source
^/(.*?)/amp/$
Target
/$1/
Redirect ?amp pages
http://site.com/article/?amp=12 ⇒ http://site.com/article/
Source
^/(.*?)/\?amp=.*
Target
/$1/
Hi, see my earlier post in thread on how to do the regex setting in the ‘redirection’ plugin, which I recommend. It can also monitor how many /amp redirects happen, which is kinda wild. 🙂
Ha. Ironically, I used the “old” card validator to paste in the page on our site where the post didn’t get image pulled, just rechecked twitter, and the image is now there. So, the ping worked.
So, find most recent post you did from your site with missing image, go to the validator and put in the URL of the post. See if it validates. If so, wait a few minutes and go back to twitter and see if pix now show up.
a) Twitter has come and go issues with capturing images and nothing to do with your site, theme or content … X is a shit show, and they don’t really care about your images – so, be aware this can happen and not much you can do about it
b) only thing you can do to help try to get Twitter to capture image is make sure your meta data headers for post have the open graph (OG) tags and image for twitter clearly noted (you can set this in software like YOAST, etc.).
Had our top client today, and news item would not capture image. Hella annoying.
== the card validator used to work 99% of the time, so you can ‘try’ this, but again ‘X’ is a dumpster and may not work and they don’t care:
https://cards-dev.x.com/validator
( I don’t work here. )
I usually change this with Yoast or similar myself.
(I don’t work here.)
If using Chrome check to see if there is an update, as on Windows esp I have all sorts of weirdness. Also do hard cache refresh [ F5 ].
I would not bother with AMP as Google abandoned that in 2023 and now “deprecated.” No longer needed for Google authentication or SERPS. Better to have single main canonical page than multiple versions. AMP will stop working entirely at some point, so not good idea to start now.
(I don’t work here.)